* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 880px;
	color: #333;
	padding: 10px;
	height: 65px;
	background-color: #DAC8BF;
	background-image: url(../images/header.gif);
	margin: 0px;
	clear:both;
}
#headline {
	width: 900px;
	color: #333;
	padding: 0px;
	margin: 0px;
}

#navigation {
	width:900px;
	height:175px;
}
#linebreak {
	height:20px;
	width:900px;
	padding:0px;
	background-image: url(../images/line_blue.gif);
}
#content {
	width: 900px;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
#contentbody {
	height:350px;
	width:900px;
	float: left;
	clear: both;
}
#leftcontent {
	float:left;
	width:530px;
	padding: 10px;
	height: 320px;
}
#video {
	width:530px;
	height:250px;
}
#videobottom {
	width:530px;
	height:70px;
	margin-top: 20px;
}
#rightcontent {
	float:right;
	width:320px;
	height:100%;
	padding: 10px;
}
#righttop {
	width:310px;
	height:140px;
	background:#D7D8D0;
	padding-left: 10px;
	padding-top: 10px;

}
#rightbottom {
	width:300px;
	height:145px;
	background:#D7D8D0;
	margin-top: 20px;
	padding: 10px;
}
#signup {
	width:310px;
	height:320px;
	background-color: #D7D8D0;
}
#footer {
	width: 900px;
	color: #333;
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
	clear:both;
	background-image: url(../images/line_blue.gif);
}
.imagemargin {
margin-bottom:5px;
}
.member_content {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.member_content_image {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.drop {
}
.text_just {
	text-align:justify;
	float:left;
}
a.bluelink:link { 
	color:#00ACD3;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.bluelink:active { 
	color:#00ACD3;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.bluelink:visited { 
	color:#00ACD3;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.bluelink:hover { 
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.float_right {
	float:right;
}
