@charset "utf-8";
body {
	background:repeat-x url(images/bg.png) #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}

.header {
width:889px;
height:181px;
margin-left:auto;
margin-right:auto;
}

.nav {
width:889px;
height:56px;
margin-left:auto;
margin-right:auto;
}

.content-outer {
	width:889px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-image: url(images/body_bg3.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.content-inner {
width:570px;
margin-left:61px;
margin-right:258px;

height:auto;
}

a:link {
	color: #0099CC;
}
a:hover {
	font-weight: bold;
	color: #0066FF;
}

