body
{
	background-color:		#ffffff;
	font-family:			arial;
	color:					#ffffff;
	font-size:				11px;
	padding:		 		0;
	margin:					0;
	height:					100%;
	text-align:				center;
}

td
{
	font-family:			arial;
	color:					#ffffff;
	font-size:				11px;
}

#container
{
	background:				url("../images/bg.jpg") top left repeat-y;
	width:					694px;
	position:				relative;
	margin:					0 auto;
	text-align:				left;
}

#header
{
	height:					95px;
	width:					694px;
	background:				url("../images/header.jpg") no-repeat;
	margin-bottom:			30px;
}

#footer
{
	background:				url("../images/footer.jpg") top left no-repeat;
	width:					694px;
	height:					24px;
}

#content
{
	width:					400px;
	margin-left:			165px;
	padding-top:			0px;
	margin-bottom:			30px;
	margin-right:			30px;
	padding-bottom:			20px;	
	min-height:				420px;
}

#content a:link {
text-decoration:none; color:#ffffff;} 
#content a:visited {
text-decoration:underline; color:#ffffff;} 
#content a:hover {
text-decoration:underline; color:#ffffff;} 

*html #content
{
	height:					400px;
}

h1
{
	font-size:				18px;
}

#menu
{
	position:absolute;
	top:45px;
	right:40px;
	font-size:14px;
	color:ffffff;
}

#menu a:link {
text-decoration:none; color:#ffffff;} 
#menu a:visited {
text-decoration:underline; color:#ffffff;} 
#menu a:hover {
text-decoration:underline; color:#ffffff;} 

* html #menu
{
	top:55px;
}

#menu ul
{
	list-style-type:none;
}

#menu li
{
	display:inline;
	margin-right:5px;
	margin-left:5px;
}

#links
{
	background:				url("../images/links.jpg") top left no-repeat;
	width:					145px;
	height:					287px;
	position:				absolute;
	top:					95px;
	left:0px;
}



