/**************** BODY *********************/

* { 
	margin: 			0; 
	padding:			0; 
} 

body{
	background:			#F5EECB;
	font-family:		arial,verdana,sans-serif;
	font-size:			90%;
	color:			#333;
	margin-top:			0px;
	line-height:		20px;
	text-align:			center;
}

#container {
	width: 			970px;
	\width: 			990px;
	w\idth: 			970px;
	margin-left: 		auto;
	margin-right: 		auto;
	background-image: 	url(../images/layout/content-bg.jpg);
}

/**************** HEADER *********************/ 

#header { 
	background-image: 	url(../images/layout/header.jpg);
	background-color: 	#F5EECB;
	width: 			970px;
	height: 			209px; 
} 

#header h1 {
	text-indent:		-5000px;
}

/**************** MAIN NAV *********************/

#navigation {
	width:			98%;
	border:			2px solid #FF9999;	

}

#navigation ul {
	list-style:			none;
	margin:			0;
	padding:			0;
	text-align:			left;
}

#navigation li {
	border-bottom:		2px solid #FFFFFF;	
	text-transform:		uppercase;
	font-family: 		Tahoma, Arial, Verdana;
	font-size: 			100%;
	font-weight:		bold;
}

#navigation li a:link, #navigation li a:visited {
	display:			block;
	padding:			5px 0 5px 10px;
	background-color: 	#FFCCCC;
	color: 			#333;
	text-decoration: 		none;
}

#navigation li a:hover {
	display:			block;
	padding:			5px 0 5px 10px;
	background-color: 	#FF9999;
	color: 			#FFFFFF;
	text-decoration: 		underline;
}

/**************** LEFT *********************/

#sidebar-a {
	float: 			left;
	width: 			200px;
	margin-top: 		7px;
	margin-left: 		20px;
	padding: 			5px;
}

/**************** RIGHT *********************/ 

#content {
	background-color:		#FFFFFF;
	border:			solid 5px #E3E5D4;
	float: 			right;
	padding: 			15px;
	margin-top: 		10px;
	margin-right: 		25px;
	width: 			670px;
	text-align:			left;
}

#content h1 {
	padding-bottom:		.5em;
	font-size: 			170%; 
	font-family:		Trebuchet MS, Trebuchet, Arial;
	letter-spacing: 		-1px;
	color: 			#FF0099;
	text-align: 		Left;
} 

#content h2 {
	padding-bottom:		.5em;
	font-size: 			120%;
	font-family:		Arial, Verdana;
	color: 			#3A3AA6;
	text-align: 		Left;
	text-transform: 		uppercase;
}

#content h3 {
	padding-bottom:		1em;
	font-size: 			100%;
	color: 			#000000;
	text-align: 		Left;
}

#content h4 {
	padding-bottom:		1em;
	font-size: 			100%;
	color: 			#000000;
	text-align: 		Left;
}

#content p { 
 	padding-bottom: 		18px; 
}

#content a{
	color: 			#0000FF;
	text-decoration:		underline;
}

#content a:hover{
	color:			#FF0000;
	text-decoration:		underline;
}

#content ul {
	margin-left:		30px;
	margin-bottom:		15px;
	list-style-position:	outside;
	list-style-type:		square;
}

#content ul {
	list-style-type:		square;
	margin:			0pt 0px 15px 20px;
}

#content ul li {
	list-style-type:		square;
	margin:			0pt 0pt 5px;
	padding:			0pt;
}
/**************** FOOTER *********************/

#footer {
	clear: 			both;
	background-image: 	url(../images/layout/footer.jpg);
	height:			54px;
}

/* BOTTOM LINK */

#bottom  {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			70%;
	color:			#000000;
	text-align:			center;
	padding-bottom:		5px;
}

#bottom a:link  {
	color: 			#0000FF;
	text-decoration:		underline;
}

#bottom a:hover {
	color:			#FF0000;
	text-decoration:		underline;
}

.clear { 
	clear:				both; 
}