@charset "UTF-8";

#footer {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-align: center;
	margin-top: 50px;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#container {
	background-position: center top;
	margin:0 auto 20px;
	width: 1000px;

}

#sidebar1 {
	float: left;
	width: 300px;
	background: #FFF;
}

#sidebar1 p {
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 300px;
	color: #00B5C8;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-left: 40px;
	margin-bottom: 50px;	
}

#sidebar2  {
	float: right;
	width: 300px;
	background-color: #FFF;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 105px;
	padding-left: 20px;
}

#sidebar2 p {
	float: right;
	width: 300px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	
}

#maincontent {
	background: #FFF;
	padding-top: 20px;
}

#maincontent p {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
 
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #996699;
	font-style: italic;
	}
a:visited {
	font-weight: bold;	
	text-decoration: none;
	color: #9999CC;  
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
#logo a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	
	
#main {
	background: #FFF;
	padding-bottom: 200px;
	text-align: left;
	padding-left: 80px;
	padding-top: 20px;

}


	

