body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}

p, h1, h2, h3, h4 {
	padding-left: 20px;
	padding-right: 25px;
	line-height: 1.4em;
	margin: 10px 7px;
}

p {	
	text-align: justify;
}

img {
	border: none;
}

h1 {
	font-size: 2em;
	color: #faa21c;
}

h2 {
	font-size: 1.6em;
	color: #fbb03d;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}

a {
	color: #faa21c;
}

hr {
	margin: 5px 25px 5px 20px;
	border: none;
	border-top: #CCCCCC thin solid;
}

#logo {
	float: left;
}

#contact {
	float: right;
}

#site-container {
	width: 880px;
	margin: 0 auto;
	background: url(images/bodyBg.jpg) repeat-y;
}

#site-head {
	position: relative;
	background-image: url(images/bodyHead.jpg);
	width: 880px;
	height: 20px;
}

#site-foot {
	position: relative;
	background-image: url(images/bodyFoot.jpg);
	width: 880px;
	height: 25px;
}

#content-container {
	width: 836px; 
	margin:0 auto;
}

#banner {
	background: url(images/banner.jpg);
	height: 251px;
	width: 836px;
}

#nav {
	padding: 20px;
}

#text {
	width: 612px;
	float: left;
	background: url(images/contentBg.jpg) repeat-y;
	margin-top: 23px;
}

.border {
	border: #CCCCCC thin solid;
	padding: 2px;
	width: 265px;
}

.logo {
	width: 180px;
}

#text-head {
	position: relative;
	background-image: url(images/contentHead.jpg);
	width: 612px;
	height: 20px;
}

#text-foot {
	position: relative;
	background-image: url(images/contentFoot.jpg);
	width: 612px;
	height: 20px;
	margin-top: 20px;
}

#offer {
	width: 224px;
	float: right;
	font-size: 1.2em;
}

#offer a {
	color: #FFFFFF;
	text-decoration: none;
}

#offer a:hover {
	text-decoration:underline
}

.clearfix {
	clear: both;
	float: none;
}

.floatright{
	margin: 5px 0px 5px 20px;
	float: right;
}

.floatleft{
	margin: 5px 20px 5px 0px;
	float: left;
}