@charset "UTF-8";
/* CSS Document */

body
{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:auto;
	padding-right:auto;
	margin:0px;
	text-align:center;
}

#headerbg
{
	background:url(../images/bg_top.jpg) repeat-x;
	height:185px;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;

}

#header
{
	width:793px;
	text-align:left;
	background:url(../images/top.jpg) no-repeat;
	height:185px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	margin-right:auto;
	margin-left:auto;
	
}

#navigation
{
	position:relative;
	bottom:-137px;
	
}

#navigation img
{
	margin:0px;
	padding:0px;
	border:none;
}

#bodybg
{
	background:url(../images/bg.jpg) no-repeat;
	width:793px;
	text-align:left;
	height:550px;
	margin-right:auto;
	margin-left:auto;
	overflow:visible;
	
}

#bodycont
{
	background:#FFFFFF;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;

}

#bodystuff
{
	height:100%;
	width:753px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;

}
body {
	font-family: Arial, Helvetica, sans-serif;
}

