/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #D4D4D4 url(background.jpg) repeat-x top ; /* Optional */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
a { font-weight: bold; color: #000; text-decoration: none; }
a:hover { font-weight: bold; color: #000; text-decoration: none; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 950px;
	background: transparent;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	width: 950px;
	margin-top: 20px;
	background: transparent;
	border-bottom: 1px solid #999;
	float: left;
}	

#logo {
	background: transparent;
	height: 50px;
	width: 200px;
	float: left;
}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	margin-top: 15px; 
	padding: 0;
	height: 2.2em;
	width: 650px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	text-align: right;
	
	}		
#nav li a { 
	text-decoration: none; 
	margin-left: 50px;
	color: #000;
	border:0;
	padding: 0;
	font-size: 1em;
	float: right;
	font-weight: normal;
	text-align: right;
	}
#nav li a:hover { border-bottom: 5px solid #000; }
#nav li a.on { border-bottom: 5px solid #000; }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 100%;
	height: 477px;
	padding: 10px 0px;
	line-height: 16px; 
	}	

		#contentsx {
	background: transparent;
	width: 230px;
	float: left;
	text-align: right;
	font-size: 0.9em;
}	

	#contentsx h1 {
	font-size: 17px;
	color: #000;
}	

	#contentdx {
	margin:0;
	padding:0;
	background: transparent;
	width: 700px;
	height: 477px;
	float: right;
	margin-left: 20px;
}

	#contentdx p {
	margin:0;
	padding:0;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: transparent;
	border-top: 1px solid #999;	
	color: #000;
	font-size: 11px;
	padding-top: 10px;
	line-height: 16px;
	clear: both;
	}

	#footersx {
	background: transparent;
	height: 35px;
	width: 300px;
	float: left;
	text-align: left;
}	

	#footerdx {
	background: transparent;
	height: 35px;
	width: 600px;
	float: right;
	text-align: right;
}	

	
#footer a { font-weight: bold; color: #000; text-decoration: none; }
#footer a:hover { font-weight: bold; color: #000; text-decoration: none;   }
#footersx a { font-weight: bold; color: #000; text-decoration: none; }
#footersx a:hover { font-weight: bold; color: #000; text-decoration: none;   }
