/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454644;
	margin: 0px;
	background: url(../grfx/body_bg.gif) repeat-x #fff;
	text-align: justify;
}

#wrapper
{
	width: 760px;
	background: url(../grfx/wrapper_bg.gif) repeat-y;
	margin: 0px auto;
	height: 100%;
}

#wrapper_content
{
	margin: 18px 37px 18px 37px;
	overflow: auto;
	position: relative;
}

#footer
{
	width: 750px;
	height: 41px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #033a56;
	text-align: center;
	background: url(../grfx/footer_bg.gif) repeat-x;
	background-position: bottom;
}

#footer a
{
	margin-left: 9px;
	margin-right: 9px;
	text-decoration: none;
	color: #033a56;
}

#footer a:hover
{
	text-decoration: underline;
	color: #033a56;
}