@charset "UTF-8";

header {
	background-color:#66FECB;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:0px;
	font-family:Baskerville, serif;
	height:178px;
	
}

h1 {
	background-color:#66FECB;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:0px;
	float:left;
	font-family:Baskerville, serif;

}

#wrapper {
	width: 1150px;
	margin: 0 auto;
		
}

#main {
	background-color:#4AF8F4;
	font-size:18px;
	font-family:Baskerville, serif;
	height:1705px;
	padding:20px 0px 0px 50px;
	margin:0px 0px 0px 0px;
	text-align:center;
	
	width: 800px;
	float: right;
}

#sidebar {
	background-color:#E646CA;
	font-size:18px;
	font-family:Baskerville, serif;
	height:1725px;
	padding:0px; 
	margin:0px 0px 0px 0px;
	
	width: 300px;
	float: left;
}

footer {	
	background-color:#66FECB;
	padding:10px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	height:200px;
	font-family:"Myanmar MN";
	font-size:12px;
	text-align:center;
	
	clear: both;
}

#footerwrapper {
	width: 700px;
	margin: 0 auto;
}

#footerside1 {
	padding:0px 20px 0px 0px;
	float:left;
	height:175px;
	width:300px;
}

#footermain {
	text-align:left;
	float:right;
	width:200px;
	height:175px;
}

#footerside2 {
	text-align: left;
	float: right;
	width: 180px;
	height: 175px;
}

a:link {
	text-decoration:none;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

ul{ list-style-type: none; }