@import url("scrollingmenu.css");
@import url("pagemenu.css");

body {
	background: #999999;
	padding: 40px 30px 0 30px;
	margin: 0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}

a:link {
	text-decoration:none;
	color:#D9DA55;
}
a:hover {
	text-decoration: none; 
	color: #006B6E;
}

#maincontainer {
	width: 1150px;
}

#mainimage {
	width: 600px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

#textbody {
	float: right;
	color: #fff;
	width: 425px;
}

#header {
	margin-top: -20px;
}

#pagetitle {
	margin-left: 80px;
	margin-top: 100px;
}

#pagetitle_full {
	margin-left: 80px;
	margin-top: 100px;
	margin-top: 0px
}

#description {
	margin-left: 80px;
	font-size: 11px;
	color: #fff;
	font-weight: lighter;
}



#description li{
	padding-bottom: 10px;
}

h1 {
	font-size: 20px;
	font-weight: lighter;
	color:#006B6E;
	padding-bottom:0px;
}

h2 {
	font-size: 14px;
	font-weight: lighter;
line-height: 0px;
}

