

#header {
	width:100%;
	border:1px solid #000000;
	text-align:center;
	background-color:#C4CEF9;
}

#mainContent {
	margin-top:10px;
	background-color:#FCE1AD;
}

#menu {
	float:left;
	width:20%;
}


#content {
	float:left;
	width:60%;
	text-align:left;
	padding-right:20px;
}

#image {
	float:left;
	width:15%;
	z-index: 7;
}

ul {
	list-style:none;
}

li {
	margin-bottom:18px;
}

img.imageClass {
	text-align:center;
	border:2px solid #FFFFFF;
	float:left;
	margin-right:10px;
}

img.imageClassMain {
	text-align:center;
	border:2px solid #FFFFFF;
}

a.menuLink {
	color:#000000;
	font-size:22px;
	/*text-decoration:none;*/
}

a.menuLink:hover {
	color:#C49C32;
}

body {
background-color:#F9E9CA;

}

h2.red {
  color: red;
  }
  
h2.green {
  color: green;
  }
