body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial;
}



/* Let's center this webpage */
#container {
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color:transparent;
}



#logo {
	background-image:url(../img/header_image.jpg);
	background-repeat: no-repeat;
	height:181px;
}



/*Navigation Section*/
#navigation {
	background-image:url(../img/btn_bg.jpg);
	width:900px;
	height:40px;
	margin-top:-10px;
	font-size:16px;
	font-family:Arial;
}
#navigation a {
	background-image:url(../img/btn_bg.jpg);
	display:block;
	position:relative;
	height:40px;
	color:#ffffff;
	float:left;
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #333333;
	line-height:40px;
	
}
#navigation a:hover {
	border-bottom-color:#555;
	color:#222;
}
#navigation a#selected {
	background-image:url(img/nav-bg-selected.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	color:#222;
	float:left;
	text-decoration:none;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
	margin-top:0px;
	line-height:28px;
	border-bottom:1px solid #FFF;
}
#navigation a#selected:hover {
}



#content_container {
	width:900px;
	height:100%;
	background-color:#000;
	float:left;
}

#content_newsletter {
	/*height:100%;*/
	float:right;
	background-color:#FFFFFF;
	font-size:12px;
	/*min-height:400px;*/
	width:300px;
	text-align:left;
}



#content {
	background-color:#FFFFFF;
	float:left;
	font-size:12px;
	min-height:400px;
	width:600px;
}



#content_right {
	width:300px;
	float:right;
	background-color:#000000;
	color:#ffffff;
	font-size:12px;
	padding-top:10px;
}



#content_right a {
	width:290px;
	float:right;
	background-color:#000000;
	color:#999999;
	font-size:12px;
	margin-top:5px;
}



#content_right a:visited {
	width:290px;
	float:right;
	background-color:#000000;
	color:#999999;
	font-size:12px;
	margin-top:5px;
}



#content_main {
	background:#FFFFFF none repeat scroll 0%;
	float:left;
	height:100%;
	padding:10px;
	width:580px;
}



#content_main h1{
	color:#666666;
	font-size:22px;
	margin:0px;
}

#content_main h2{
	font-size:18px;
	color:#999999;
	margin:0px;
}


#images {
	margin-right:5px;
	float:left;
	border:3px solid #999999;
}



/*Footer Content*/
#footer {
	width:900px;
	height:30px;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-color:#4e4e4e;
	color:#000000;
}
#footer p {
	font-size:12px;
	text-align:center;
	padding:0px;
	margin:0px;
	line-height:30px;
}
#footer a {
	text-decoration:none;
	border-bottom:1px dotted #fff;
	color:#000;
}
#footer a:hover {
	color:#FAFADD;
}



/*--------------------------------------------------*/
label {
  float:left;
  width:20%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }


fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }