/*##############################################
 HTML ELEMENTS
##############################################*/ 
body {
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin:0px;
	color:#333333;
	background-color: #A3ABB3;
	background-repeat: no-repeat;
	background-position: 250px top;
}

/*##################### 
id containers	
######################*/


#container1 {
	width: 970px;
	margin-left: 0px;
	font-size:90%;
	
}
#header {
	font-weight:bold;
	font-size:85%;
	background-repeat: no-repeat;
	}
#logo	{
	width:250px;
	float:left;
}
#banner {
	width:700px;
	float:left;
	height: 200px;
}
#content {
	float:left;
	width:720px;
	background-color: #FFFFFF;
	background-image: url(../images/content_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:1100px;
	height:auto !important;
	height:1100px;
}
#content #contentInner {
	clear: both;
	padding: 10px 10px 10px 10px;
	position: relative;
	margin: 10px 10px 10px 13px;
	background-color: #FFFFFF;
	
}
#lhSidebar {
	float: left;
	width: 249px;

}
#lhSidebar #lhInner {
	padding: 0px 0px 0px 0px;
	border-left-width:0px;
	margin: 0px 0px 0px 0px;

}
#lhSidebar #lhInner p{
	margin-left:10px;

}

#contentFooter {
	clear: both;
	font-size:85%;
}
#footer {
	clear: both;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 710px;
	float: right;
	color: #FFFFFF;
	font-size: smaller;
	line-height: normal;
}
#footer a,
#footer a:visited,
#footer a:hover
{
	color: #fff;
}
#footerInner {
	color: #0d70ff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5bd4da;
	width: 750px;
	float:right;
	background-color:#fff;
	font-size:85%;
}
#footerInner a,
#footerInner a:visited,
#footerInner a:hover
{
	color: #fff;
}
.contentCloser {
	clear: both;
}
