/* CSS Document */

* { margin: 0; padding: 0; }

body {
	background: url(../images/bg.gif) top left repeat-x #41599C;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

#container {
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	width: 900px;
	margin-top: 26px;
}

#nav {
	position: relative;
	top: 0;
	left: 238px;
	width: 662px;
}

#nav #btn_image {
	margin: 0 1px 0 0;
}

#nav #btn_subnav {
	position: absolute;
	top: 6px;
	right: 17px;
	font-size: 10px;
	color: #3C4D87;
}

#nav #btn_subnav a{
	font-size: 10px;
	color: #3C4D87;
	text-decoration: none;
}

#nav #btn_subnav a:hover {
	text-decoration: underline;
}

