@charset "utf-8";
/* CSS Document */

body { 								/*Everything set to zero for a good cross-browser starting point*/
	margin: 0px;					/*Zero off the margins on the body*/
	padding: 0px;					/*Zero off padding on body ~ Some browsers use default padding requiring that it be zeroed*/
	border: 0px;					/*Zero off any existing */
	background-color: #000;		/*Set Page Color*/
	color: #000000;					/*Set Text Color*/
	text-align: center;				/*Hack to center the wrapper in IE5.x on PCs*/
	font-family: Arial, Helvetica, sans-serif;	/*Set default font*/
	font-size:	100.01%;			/*Sets default font size ~ This value compensates for several browser bugs*/
	min-width:	770px;				/*Keeps the body from becoming more narrow than our wrapper div*/
	word-wrap: break-word;
}

#wrapper {
	width: 772px;					/*Sets the width for IE5.x's broken box model*/
	w\idth: 770px;					/*Sets the width of the wrapper for compliant browsers*/
	margin: 15px auto;				/*First value applies to the top and bottom of the wrapper, second value centers the wrapper*/
	position:	relative;			/*Positions the wrapper "relatively"*/
	text-align:	left;				/*Realigns text to left after the IE hack in body section*/
}

#header {
	width: 770px;
	height: 130px;
	background-image: url(header.gif);
	background-repeat: no-repeat;
}

#body {
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-color: #f0ece5;
}

#back {
	width: 570px;
	height: 460px;
	margin-left: 195px;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 550px;
	height: 440px;
	margin-left: 195px;
	background-color: #f0ece5;
	padding: 10px;
	overflow: auto;
}

#content h3 {
	font-size: 14px;
	margin: 0px;
}

#sidebar {
	float: left;
	width: 195px;
	height: 460px;
	background-color: #ded3b0;
	margin: 0px;
	padding: 0px;
}

#sidebar #navigation {
	line-height: 100%;
	width: 125px;
	margin-left: 25px;
	margin-top: 25px;
}

#sidebar #navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#sidebar #navigation ul li {
	padding: 0;
	margin: 0;
	margin: 0 0 -3px 0;
	ma\rgin: 0;
	text-indent: 15px;
	font-weight: bold;
	
}

#sidebar #navigation a, 
#sidebar #navigation a:visited { 
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	width: 125px;
	w\idth: 119px;
	color: #000000;
	font-size: 110%;
}

#sidebar #navigation a:hover, 
#sidebar #navigation a:focus {
	background-color: transparent; 
	color: #000;
	font-size: 110%;
}

#footer {
	width: 770px;
	height: 20px;
	padding: 15px 0px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	color: #ede9de;
	font-size: 80%;
	text-align: center;
}

#footer p {
	margin: 0px;
}

#legal {
	width: 770px;
	padding: 15px 0px;
	color: #f0ece5;
	font-size: 80%;
	text-align: center;
}

#legal a {
	color: #f0ece5;
}
