/* CSS Document */

/* Header & Footer
______________________________________________________*/
#head {
	width: 800px;
	display: block;
	height: 175px;
	margin: 0px 0px 0px 0px;
}

#footer {
	padding: 20px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#fff;
	width: 800px;
	height: 30px;
	background-color:#336699;
	margin: 0px 0px 0px 0px;
}

#footer	A 		{ color: #fff; text-decoration: underline; }
#footer	A:link		{ color: #fff; text-decoration: underline; }
#footer	A:visited	{ color: #fff; text-decoration: underline; }
#footer	A:active	{ color: #00CCFF;  }
#footer	A:hover		{ color: #00CCFF;  }


/* Navigation
______________________________________________________*/



/* Content Layout, Typography
______________________________________________________*/

#contentwrapper {
	background: url('images/color.gif');
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin: 0px 0px 0px 0px;
	text-align: left;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#imgborder {
	border: 4px solid #ffffff;
}

