body, html {
	height: 100%;
	margin: 0px;
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#containor {
	height: 100%;
	width: 100%;
}
#main {
	background-color: #FFFFFF;
	width: 777px;
	height: auto;	
	background-image: url(images/greenbg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#main:after {
content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#head {
	background-color: #00FFFF;
	height: 200px;
	width: 777px;
}
#banner {
	height: 173px;
	width: 777px;
}
#left {
	background-color: #FFFFFF;
	width: 497px;
	padding: 8px;
	float: left;
	clear: left;
}
#content {
	background-color: #FFFFFF;
	height: inherit;
	width: 499px;
	float: left;
}

#text {
text-align:justify;
}
#right {
	float: right;
	width: 262px;
	height: auto;
}
.rightcontent, .before{
	padding: 6px;
	width: 250px;
	float: right;
	right: 0px;
	height:90px;
	background-image: url(images/orange-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95cda7;
}
.before {
	height:100px;
	top: 8px;
}
.rightheading, .rightheading2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.rightheading2 {
	font-size: 18px;
}

#link1, #link2, #link3, #link4 {
	top: 14px;
	position: relative;
	float: left;
	left: 20px;	
}
#link1 {
	width: 150px;
}
#link2 {
	width: 143px;
}
#link3 {
	width: 172px;
}
#link4 {
	width: 242px;
}
#nav {
	background-color: #FA8329;
	height: 46px;
	width: 775px;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #996600;	
}
hr {
	border: 2px solid #FA8329;
	background-color: #FA8329;
}
h2 {
	font-size: 16px;
	color: #FA8329;
}
h3 {
	font-size: 12px;
	color: #FA8329;
}
h1 {
	font-size: 20px;
	color: #FA8329;
}
#cleaner {
	margin: 0px;
	position: relative;
	float: right;
	width: auto;
	padding-left: 4px;
	clear: right;
}
#footer {
	background-color: #CCCCCC;
	height: 28px;
	width: 737px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#footerlinks {
	float: left;
	width: auto;
}
