/* CSS Document */

body {
	background: url(../img/body-bg.png) repeat-x #666666;
	padding: 0px;
}
body, div, table {
	font-family: Arial;
	font-size: 14px;
	color: #222222;
}
a, a:active, a:visited {
  color: #2c607a;
  text-decoration: none;
}
a:hover {
  color: #225770;
  text-decoration: underline;
}
img {
	border: 0px;
}
.main {
	width: 920px;
	margin-left: -460px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.main-middle {
	background-image: url(../img/main-middle.png);
	background-repeat: repeat-y;
	width: 100%;
}
.main-bottom {
	background-image: url(../img/main-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	padding: 60px 0 20px 0;
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.main-top {
	background-image: url(../img/main-top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	padding-bottom: 5px;
}
.cont {
	margin: auto;
	width: 800px;
}
.cont h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F27D19;
}
.cont h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: Normal;
	color: #2D1114;
}
.cont h3 {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
#mainNav {
	margin-left: 110px;
	position: absolute;
	left: 50%;
	top: 118px;
	display: inline;
	width: 320px;
	text-align: right;
	padding: 0 0 0 0;
}
#contnav {  
    float: left;
    font-size: 12px;
    width: 200px;
}
#pages div {
  width: 100%;
}