/* CSS Document */

body {
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg_main.jpg) repeat; 
	margin:0px;
	}
	
	
#wrapper {
	width: 600px;
	height: 665px;
	margin:auto;
	margin-top:26px;
}

#nav_wrapper {
	height:28px;
	padding-left:80px;

}

#content_wrapper {
	background:url(images/bg_white.png) no-repeat; 
	height: 665px;

}


#nav_cell {
 width:80px;
 height:28px;
 float:left;
}

#header {
	width: 400px;
	height: 365px;
	padding-top:64px;
	padding-left:140px;
	
}

#home_content {
	width: 360px;
	font-size: 13px;
	margin-left:140px;
	color: #666666;
	font-family: "Courier New", Courier, monospace;
}


a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FF0066;
	text-decoration: none;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	color: #FF0066;
}
