body {
	margin-top: 15px;
	margin-left: 15px;
	background-color: #fff9e1;
	font-family: Verdana;
	font-size: 12px;
}

h1 {
	display: none;
}

h2 {
	font-family: Arial;
	color: #2e2e2e;
	margin-bottom: 0;
	font-size: 20px;
	margin-top: 0;
}

#webcontainer {
	background-color: #fff3c7;
	width: 780px;
	border: 2px solid black;
	padding: 5px;
}
		
#navigation {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
}		

#header {
	margin-bottom: 15px;
}
		
a,a:active,a:visited {
	color: #ac221c;
	text-decoration: underline;
}
	
#navigation a {
	display: block;
	width: 150px;
	height: 45px;
	background-color: #fff3c7;
	margin-bottom: 1px;
	line-height: 45px;
	text-align:center;
	background-image: url('../images/button.gif');
	color: #ac221c;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#navigation a:hover {
	color: #ffffff;
	background-color: #ac221c;
	background-image: url('../images/button_hover.gif');
	text-decoration: none;
}	

#bottom
{
	clear: both;
	text-decoration: none;
	font-style: normal;
	text-align: right;	
}
	
#left
{
	float: left;
	width: 150px;
}

#content {
	margin-left: 155px;
}

#header {
	text-align: center;
}

#main_image {
	border: 0;
	display: block;
}
		
.small_image {
	margin-left: 4px;
	display: block;
	height: 103px;
	cursor: pointer; 
}
