body{
	background-color: #8c8b82;
	margin:0;
	padding:0;
	color:white;
	font-family: Verdana;
	font-size: 10px;
}

a{
	text-decoration:none;
	color: #FFF;
}

a:hover{
	text-decoration:underline;
	color: #FFF;
}


#main {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	text-align: center;
}

#center {
	margin: 0 auto;
	text-align: center;width: 777px;
}

#content {
	width: 777px;
	height: 510px;
	text-align: left;
	z-index: 2;
}

#contentleft{
	float:left;
	width: 230px;z-index: 3;
}

#contentright{
	float:right;
	width:540px;

}

#flashcontainer{
	position:absolute;
	z-index: 0;
	width:750px;
	height:580px;
	margin-top:5px;
	margin-left:29px;
}

#logocontainer{
	width: 230px;
	height: 85px;
	background-image: url('../images/logo.gif');
	background-position: bottom right;
	background-repeat: no-repeat;z-index: 4;
}

#menucontainer{
	width: 230px;
	text-align: right;
	margin-top: 0px;
	padding-top: 32px;
	z-index: 5;position: absolute;
}

#menucontainer ul{
	list-style: none;
}

#menucontainer a{
	font-size: 13px;
	color:black;
	text-decoration: none;
}

#menucontainer a:hover{
	font-size: 13px;
	color:black;
	text-decoration: underline;
}

#sitemapecontainer{
	width: 230px;
	margin-top: 253px;
	text-align: right;
	padding-top:165px;

}

#madebycontainer{
	margin-right: 0px;
	z-index: 5;
	margin-left: 270px;
}

#staticcontainer{
	background-image: url('../images/staticbg.gif');
	background-repeat: no-repeat;
	width: 376px;
	height: 554px;
	margin-top:6px;
	padding-top: 10px;
	font-color:#FFFFFF;
	margin-right:80px;
	padding-right:10px;
	margin-left:24px;
	margin-bottom:0px;
	
}
#staticcontainerlinks{
	background-image: url('../images/staticbg.gif');
	background-repeat: no-repeat;
	width: 376px;
	height: 554px;
	margin-top:6px;
	padding-top: 10px;
	font-color:#FFFFFF;
	font-size:9pt;
	margin-right:80px;
	padding-right:10px;
	margin-left:24px;
	margin-bottom:0px;
	line-height:14pt;
	
}
div#scroll{
	width: 335px;
	height: 480px;
	overflow: auto;
	padding-left:30px;
}

div#scrolllinks{
	width: 335px;
	height: 480px;
	overflow: auto;
	padding-left:30px;
}
#staticcontainer p{
	padding-right:30px;
	line-height:15px;
}

.titles{
	margin-top: 10px;
	margin-left: 20px;
}

h2{
	font-size: 12px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	font-weight: bold;
}

hr{
	width: 320px;
	height: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
