/*
Design by Orion Design
*/
body
{
	font-size:100%;
}	
h1
{
	font-size:1.8em;
}
h2
{
	font-size:1.25em;
	line-height: 50%
}	

#main
{
background-color:orange;
width: 800px;
height: 800px;
}

#header {
	background: orange url(images/heading.png) no-repeat;
	width: 800px;
	height: 150px;
	text-align: center;
}

#header li{
	font: 13px Arial, Helvetica, sans-serif;
	padding-top: 120px;
}


#menu {
	background-color:orange;
	float: left;
	width: 130px;
	height: 600px;
	
}


#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: span;
	top: 5px;
}

#menu a {
	display: block;
	float: right;
	width: 100px;
	height: 30px;
	padding-top: 8px;
	/*background: url(images/button.png) no-repeat;*/
	text-align: center;
	text-decoration: none;
	color: #033B80;
	font-weight: bold;
}

#menu a:hover {
	
	background: url(images/buttonhover.png) no-repeat;
	
}
#content {
	background-color:orange;
	width: 660px;
	height: 600px;
	margin-bottom:0px;
	/*position:relative;*/
	left:140px;
	/*top:-621px;*/
	font: 12px Arial, Helvetica, sans-serif;
}

#content im {
	font: 14px Arial, Helvetica, sans-serif;
}

#footer {
	background-color: orange ;
	width: 800px;
	height: 50px;
	margin-top:0px;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}

