/* -------------------------------------
/*  html, body
/* -------------------------------------*/


html {
	background:				white;
	color:					#666;
	text-align:				center;	
}

body {
	text-align:				center;
	width:					1000px;
	margin:					0 auto;
	line-height:			1em;
}


/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/

p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin:					0;
	padding:				0;
}

img {
	margin:					0;
	padding:				0;
	border:					0;
}

iframe {
	overflow: hidden;
}

ul {
	list-style:				none;
}

a {
	outline:				0;
}

#container
{
	background: url(images/background.jpg) no-repeat;
	height: 617px;
	width:1000px;
}

#menu{
position: absolute;
margin-top: 34px;
margin-left: 12px;
}

#survey{
position: absolute;
margin-left: 12px;
margin-top: 297px;

background: transparent url(images/survey.png) no-repeat;

height:261px;
width:169px;
padding: 0;

}

#content 
{
	position: absolute;
	margin-top: 33px;
	margin-left: 190px;

}

#subcontent_shell 
{
	position: absolute;
	margin-top: 33px;
	margin-left: 190px;
	background: url(images/contentbg.png) no-repeat;
	width: 781px;
	height: 492px;
	text-align: justify;
	padding-top: 10px;
	padding-left: 20px;
	color: white;
}

#subcontent{
	width: 750px;
	height: 470px;
	overflow: auto;
}

#subcontent p{
	font-family: Century Gothic, Calibri, Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 13px;
	padding-bottom: 9px;
	padding-right: 10px;
	color: white;
}

#subcontent a:link{
	color: #7fff17;
	text-decoration: none;
}

#subcontent a:hover{
	color: red;
	text-decoration: none;
}

#subcontent a:visited{
	color: #7fff17;
	text-decoration: none;
}

#subcontent img{
	border: 0;
	padding-top: 10px;
}

.title{
	font-family: Century Gothic, Calibri, Arial;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.title2{
	font-family: Century Gothic, Calibri, Arial;
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}

.content{
	font-family: Century Gothic, Calibri, Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 13px;
	padding-bottom: 9px;
}

ul{
	font-family: Century Gothic, Calibri, Arial;
	font-size: 10pt;
	list-style-type: disc;
	margin-left: 15px;
	padding: 0;
	padding-bottom: 9px;
}

td{
	font-family: Century Gothic, Calibri, Arial;
	font-size: 10pt;
	color: white;
}

#about
{
	width: 585px;
	height: 490px;
	float: left;
}

#about img{
	border: 0;
	padding-top: 10px;
}

#aboutmenu
{
	width: 130px;
	padding-left: 15px;
	margin-top: 30px;
	float: left;
}

#news
{
	position: absolute;
	margin-top: 528px;
	margin-left: 203px;
}

#footer
{
	width: 1000px;
	height: 94px;
}