* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img { border-style: none; }


p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a { color: #fff; }
ul {
	margin-left: 30px;
	list-style: square;
}


h1 {
	font-size: 28px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	width: 710px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 8px;
}



#wrapper {
	width: 100%;
	background: #728012 url(../images/bg-body.jpg) repeat-x;
	float: left;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 142px;
	width: 770px;
}

#content {
	width: 770px;
	color: #fff;
	text-align: left;
	background: url(../images/bg-content.gif) no-repeat center top;
	float: left;
}





#contentLeft {
	width: 470px;
	color: #fff;
	text-align: left;
	float: left;
	line-height: 1.5em;
	padding-left: 30px;
	padding-bottom: 80px;
	padding-top: 10px;
}
#contentRight {
	float: right;
	width: 190px;
	margin-top: 75px;
	margin-right: 30px;
	font-size: 12px;
}
#contentBackground01 {
	background: url(../images/bg-image-01.jpg) no-repeat center bottom;
	width: 770px;
	float: left;
}


#contentBackground02 {
	background: url(../images/bg-image-02.jpg) no-repeat center bottom;
	width: 770px;
	float: left;
}

#contentBackground03 {
	background: url(../images/bg-image-03.jpg) no-repeat center bottom;
	width: 770px;
	float: left;
}

#contentBackground04 {
	background: url(../images/bg-image-04.jpg) no-repeat center bottom;
	width: 770px;
	float: left;
}



#contentBackground05 {
	background: url(../images/bg-image-05.jpg) no-repeat center bottom;
	width: 770px;
	float: left;
}

#contentBackground06 {
	background: url(../images/bg-image-06.jpg) no-repeat center bottom;
	width: 770px;
	float: left;
}



#nav {
	width: 770px;
	height: 36px;
	text-align: left;
}

#nav ul{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	list-style-type: none;
	position: static;
	height: 35px;
	padding-left: 20px;
	margin: 0px;
}

#nav ul li { display: inline; }
#nav ul li a {
	color: #fff;
	text-decoration: none;
	height: 15px;
	float: left;
	padding: 10px 9px 9px;
	border-left: 1px;
	border-right: 1px solid #666;
	margin-top: 2px;

}

#nav ul li a:hover {
	color: #fff;
	background-image: url(../images/bg-nav-hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	background: url(../images/bg-footer.gif) center bottom;
	width: 100%;
	clear: left;
	height: 150px;
	margin-top: -40px;
	float: left;
	z-index: 10;
	position: relative;
	text-align: center;
}

#footerText {
	font-size: 10px;
	color: #666;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 75px 0px 0px 30px;
}

#footerText a {
	font-size: 11px;
	color: #666;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
#footerText a:hover { text-decoration: underline; }


#footer  .credit a {
	color: #999;
	font-size: 9px;
	text-decoration: none;
}


.txtHighlight {
	font-weight: bold;
	font-size: 15px;
}
