@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", sans-serif;
	color: #cc6;
	font-size: 12pt;
}
#container2 {
	position: relative; 
	background-position: center; 
	background-repeat: no-repeat; 
	height: 550px; 
	width: 900px;
}
#copyright {
	font-size: 10pt;
	font-weight: bold;
	padding: 0.5em;
}
#container1 {
	background: white; 
	border-top: 1px solid black; 
	border-bottom: 1px solid black;
}
h1
{
	margin-top: 0;
	font-size: 18pt;
}
h2
{
	margin-top: 0;
	font-size: 14pt;
}
.homelink-left
{
	position: absolute;
	left: 0px;
	width: 200px;
	text-align: right;
}
.homelink-right
{
	position: absolute;
	left: 700px;
	width: 200px;
	text-align: left;
}
a:link
{
	color: #cc6;
}
a:visited
{
	color: #cc6;
}
a:hover
{
	color: white;
}
a.block:hover
{
	background-color: #cc6;
	color: black;
	text-decoration: none;
	opacity: .5;
	filter: alpha(opacity=50);
}
a.block
{
	text-decoration: none;
	display: block;
	font-size: 18pt;	
	font-weight: bold;
	padding: .25em;
	width: 100%;
}

/* styles for index page */
#menu-index {
	text-align: left;
	position: absolute;
	top: 275px;
	left: 600px;
}
#menu-index a
{
	padding-right: 60px;
}
/* end styles for index page */

/* styles for contact page */
#contact {
	
	text-align: left;
}
#contact h1
{
	position: absolute;
	left: 500px;
	top: 102px;	
	width: 340px;
}
#contact form
{
	position: absolute;
	left: 500px;
	top: 140px;
}
#contact .text
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	opacity: .75;
	filter: alpha(opacity=75);
	width: 340px;
}
#contact textarea
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	opacity: .75;
	filter: alpha(opacity=75);
	width: 340px;
	height: 8em;
}
#contact .submit
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;	
}

#contact p
{
	position: absolute;
	left: 500px;
	top: 140px;
	width: 340px;
}

#contact .homelink-left
{
	top: 440px;	
}
/* end styles for contact page */

/* styles for about page */
#about .head
{
	text-align: right;
	position: absolute;
	left: 127px;
	top: 130px;
}

#about .text
{
	text-align: left;
	vertical-align: baseline;
	position: absolute;
	left: 323px;
	top: 135px;
	width: 530px;
}

#about .text p
{
	margin-top: 0em;
	margin-top: 1em;
}

#about .homelink-left
{
	position: absolute;
	top: 440px;
}
/* end styles for about page */

/* styles for news page */
#news
{
	text-align: left;
}

#news-body
{
	position: absolute;
	left: 350px;
	top: 60px;
	width: 490px;
	overflow: hidden;
}

#news .homelink-left
{
	top: 440px;	
}

/* end styles for news page */

/* styles for team page */
#team
{
	text-align: left;
}

#team h1
{
	position: absolute;
	left: 300px;
	top: 40px;	
}

#team .sections
{
	position: absolute;
	top: 110px;
	left: 50px;
	width: 220px;
	font-size: 12pt;
	font-weight: bold;
}
#team .profile h2
{
	font-size: 12pt;
}
#team .profile
{
	position: absolute;
	font-size:10pt;
	top: 110px;
	left: 300px;
	width: 540px;
	overflow: auto;	
	line-height: 1.2em;	
}

#team .homelink-left
{
	top: 440px;	
}
/* end styles for team page */
