@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #999999;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width:770px;
	margin:0 auto;
	border:1px solid #666666;
	border-bottom:none;
	background-color:#FFFFFF;
	text-align:left;
	float:none;
	min-height:550px;
	}
#logo {
	width:120px;
	height:68px;
	background-image:url(images/logo.jpg);
	border:1px solid #999999;
	}
#header_right {
	width:645px;
	height:68px;
	border:1px solid #999999;
	background-image:url(images/bg_header_rt.jpg);
	}
#nav {
	background-image:url(images/bg_nav.jpg);
	background-repeat:repeat-x;
	width:770px;
	height:29px;
	font-size:12px;
	margin-top:5px;
	color:#FFFFFF;

	}
<!--[if ! IE 5]>
#nav2 {
		background-image:url(images/bg_nav.jpg);
	background-repeat:repeat-x;
}

<![endif]-->
#header {
	width:765px;
	height:131px;
	}
#nav div{
	display:inline-block;
	padding-top:7px;
	padding-left:7px;
	}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	}
#nav a:hover {
	text-decoration:underline;
}
#content {
	text-align:justify;
	}
#sideblocks {
	width:193px;
	display:inline-block;
	margin-right:10px;
	float:left;
	}
#footer{
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	width:800px;
	height:29px;
	font-size:12px;
	color:#FFFFFF;	
	border:1px solid #666666;
	border-top:none;
	text-align:right;
	margin:0 auto;
}
#footer div{
	display:inline-block;
	padding-top:7px;
	padding-right:7px;
	}
h1 {
	color:#c2131e;
	}