/* 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;

}




#header {
	width: 516px;
	height: 155px;
	padding-top:54px;
	padding-left:140px;
	
}

#links_content {
	width: 140px;
	font-size: 13px;
	margin-left:246px;
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FF0066;
	text-decoration: none;
	}