body {
	margin:0;
	background-color: #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #000066;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	
}
a:visited {
	text-decoration: none;
	color:#000;
}

a:active {
	text-decoration: none;
	color:#000;
}

	
#wrap {
	position: relative;
	margin:auto;
	width:930px;
	height:100%;
	padding-bottom:0px;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-y;
	
}
.html>body #wrap {
	width: auto;
	height: auto;
	min-width:750px;
	min-height:550px;
}

#main {
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	position: relative;
	margin:auto;
	width:880px;
	height:100%;
	padding-bottom:10px;
	border-left:#000099 2px solid;
	border-right: #000099 2px solid;

}
.html>body #main
{
	width: auto;
	height: auto;
	min-width:750px;
	min-height:550px;
} 


#header {
	background-color:#FFFFFF;
	background-image: url(images/header.jpg);
	position: relative;
	margin:auto;
	width:750px;
	height:150px;
	z-index: auto;
	left: 0px;
	top: 30px;

}
#head_img {
	position:absolute;
	top:10px;
	right:30px;
	background-image: url(images/headmontage.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:150px;
	width:250px;
}

#logo {
	background-repeat:no-repeat;
	position:absolute;
	left:50px;
	top:10px;
	height:100%;
	width:90%;

}
#top_nav {
	font-size:0.8em;
	position:absolute;
	top:-20px;
	right:-150px;
	width:300px;
	z-index:auto;
	text-transform: uppercase;
	float:right;

}
#top_nav a{
	color: #0000FF;
	text-decoration:none;
	}
#top_nav a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
#title {
	font-size:1.4em;
	font-weight: normal;
	position:absolute;
	color:#fff;
	width:450px;
	height:42px;
	z-index:1;
	left: 80px;
	top: 250px;
}
#content {
	position: relative;
	width:500px;
	height:auto;
	z-index: auto;
	left: 30px;
	top: 120px;
	margin:0 0 5px 0;
	padding:20px 30px 20px 30px;


}
#content_text {
	position:relative;
	margin:0;
	padding:0px 30px 10px 30px;
	top:14px;
	left:0;
}
#content_botm {
	position: relative;
	bottom:0px;
	left:0;
	width:500px;
	height:50px;
	
	}
#nav_area {
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	position:absolute;
	width:880px;
	height:25px;
	z-index: auto;
	left:-65px;
	top:170px;
	border-bottom: #0000CC solid 8px;
	
}
#nav_area ul{
	list-style-type:none;
	padding-left:10px;
	margin:0;
}

#nav_area li{	
	float:left;
	margin:0;
	padding:0;
	display:inline;
	
}

#nav_area a{
	font:bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color: #FFF;
	text-decoration:none;
	display:block;
	padding:6px 0 0 0px;
	height:25px;
	width:120px;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:18px;
	width:110px;
}

#nav_area  a:hover{
	border-bottom: #FF0000 8px solid;
	text-decoration:underline;
	
	
	
}
#nav_area a:active{
	border-bottom: #000066 8px solid;
	color:#fff;
	text-decoration:underline;

}


.right_pic{
	float:right;
	border:none;
	margin:0 30px 0 30px;
	margin-bottom:10px;
	clear:left;
}
.left_pic {
	float:left;
	border:none;
	margin-right:30px;
	margin-left:10px;
	margin-top:15px;
}

#footer {
	border-top: #666666 1px dashed;
	color:#666666;
	padding:20px 20px 0 20px;
	margin-top:150px;
	font-size:0.6em;
	position: inherit;
	width: auto;
	height: auto;
	z-index:auto;
	bottom:-10px;
	}


#pane {
	position:absolute;
	width:150px;
	height:500px;
	text-align:left;
	height:45%;
	padding:10px;
	z-index:2;
	right:100px;
	top: 300px;
}
.mail {
	font-size:0.8em;
	}
/*squares*/
#front {
	position:relative;
	width:100px;
	height:auto;
	top:-30px;
}
#front ul{
	list-style-type:none;
	padding-left:30px;
}
#front li{
	width:92px;
	height:92px;
	clear:right;
	background-color:#fff;
	
}
#front a{
	display:block;
	border:6px #000099 solid;
	width:92px;
	height:92px;
	
	}
#front a:hover{
	border:6px  #FF0000 solid;
	clear:none;
	}
.pic_link {
	border:#fff 6px;
	}
#dropmenudiv{
	width:112px;
	text-indent:6px;
	position: absolute;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	text-transform:uppercase;
	line-height:18px;
	z-index:100;
	
}

#dropmenudiv a{
	width: 112px;
	display: block;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0000FF;
	color: #FFF;
}
