/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 1.2em Arial, Helvetica, sans-serif;
	
}

p, li {
	font: 1em/1em Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

h1 {
	font: 1em Arial, Helvetica, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1em Arial, Helvetica, sans-serif;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	
}
# page {
background-color:#FFCC00;
}

	
#header {

text-align:center;
;
width:55%;

}
#left-sidebar {
position:absolute;
top:4px;
left:0px;

    text-align:left;
	border-width:2px;
	width: 205px;
	float: left;
	padding:3px;
	
	border:groove;
	border-color:#000000;
}

#right-sidebar {
position:absolute;
top:4px;
left:880px;


	border-width:2px;
	width: 20%;
	float: right;
	border:groove;
	padding-top: 2px;
	
	}

#main-content {
position:absolute;
margin:4px;
top:-30px;
left:220px;
	width:80%;
	}

#main-content2 {
position:absolute;
margin:4px;
top:4px;
left:175px;
	width:80%;
	}
	
	#main-content3 {
position:absolute;
margin:4px;
top:4px;
left:100px;
	width:80%;
	}
	
#footer {
	background: #FFF4D9;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: black;
}
#image1 {

text-align:center;
margin-top:4px;
margin-bottom:6px;


}


#image2 {

text-align:center;


}

#image3 {

text-align:left;
margin-top:4px;
margin-bottom:6px;

}
