@import url(reset.css);


body {
	margin:0px; 
	padding:0px;
	text-align:right;
	background: url(../images/bodybg.gif);
	}
	
#Content {
	width:1000px;
	min-height: 100px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	}
	
#topheader {
	width:1000px;
	height: 245px;
	text-align:left;
	background: url(../images/topbg.gif);
	position: relative;
	display: block;
	float: left;
	}

#MainArea
{
	display:block;
	position: relative;
	float: left;
	min-height:400px;
	width: 720px;
	margin-left:100px;
	margin-top:-95px;
	overflow: visible;
	background: url(../images/leftareabg.gif) repeat-y top right;
}



#MainAreaTopBG
{
	display:block;
	position: relative;
	float: left;
	height:3px;
	width: 480px;
	background: url(../images/mainareatopbg.gif) no-repeat top left;
	
}

#MainAreaBottomBG
{
	display:block;
	position: relative;
	float: left;
	height:2px;
	width: 720px;
	background: url(../images/mainareabottombg.gif) no-repeat top left;
	margin-left:99px;
	
}
#LeftArea
{
	display:block;
	position: relative;
	float: left;
	min-height:400px;
	background-color: #ffffff;
	width: 480px;
	overflow: visible;
	padding-bottom: 20px;
}
#RightArea
{
	display:block;
	position: relative;
	float: right;
	height:100%;
	background-color: #1b3e34;
	width: 225px;
	overflow: visible;
	
}


#RightAreaTopBG
{
	display:block;
	position: relative;
	float: right;
	height:3px;
	width: 225px;
	background: url(../images/leftareatopbg.gif) no-repeat top left;
	margin-bottom: 20px;
}

#Footer
	{
	background-color: #19201b;
	display:block;
	position: relative;
	float: left;
	height:20px;
	width: 720px;
	margin-left:100px;
	overflow: visible;
}

/************* Left Area *******************************/

	
#LeftArea H1{
	background: url(../images/h1bottombg.gif) no-repeat bottom right;
	line-height: 35px;
	text-transform: uppercase;
	margin-left: 25px;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#LeftArea H2{
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
}


#LeftArea a {
	color: #01a179;
	font-size: 13px;
	
}
		
#LeftArea p{
	margin-top:10px;
	margin-left: 25px;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	margin-right: 15px;
}
#LeftArea ul{
	margin-top:10px;
	margin-left: 25px;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	margin-right: 15px;
}

#LeftArea li
	{
	line-height: 15px;
	}

#Footer span
	{
	color: #89b59c;
	font-size: 10px;
	padding-left:25px;
	padding-top: 4px;
	display:block;
	position: relative;
	float: left;
	}


/***************** Right Area ********************/
#RightArea p
	{
 color: white;
 margin-left: 15px;
 margin-right: 20px;
 font-size:13px;
 margin-bottom:15px;
 line-height: 15px;
}
#RightArea span
	{
	display: block;
	float: left;
	position: relative;
	width:115px;
	}

#RightArea .image
	{
	float: right;
	position: relative;
	padding: 0 0 5px 5px;
	width: 70px;
	/*height: 109px;*/
	clear: right;
	 margin-right: 15px;
	}
#RightArea .image img
	{
	width: 70px;
	}
	
	
#RightArea a,#RightArea a:visited 
{
	text-decoration: underline;
	color: white;
}