@charset "UTF-8";



/* EDIT COLORS AND HEIGHTS HERE */

.contact{
	position:absolute;
	/*If you need to add or subtract menu items, adjust below number*/
	top:620px;
	/*end height adjustment*/
	left:10px;
	width:120px;
}
/*color and size of headline text*/
h1{
	margin:0px;
	color:#75a2da;
	font-size:10px;
	font-weight:600;

}
/*color and size of plain text*/
p{
	margin:0px;
	line-height:15px;
	color:#6e6c6e;
	font-size:10px;
}
/*color of links*/
a{
	color:#75a2da;
	text-decoration:none;
}
/*color of rollover of links*/
a:hover{
	color:#406592;
	text-decoration:none;
}
/*color of current page in menu list*/
#current{
	color:#f58026;
}
/*color of rollover of current page*/
#current:hover{
	color:#bf6621;
}



/*STRUCTURE no need to edit below this line*/

body{
	height: 100%;
	margin:0px;
	text-align:center;
	width:100%;
	font-family:Helvetica, Verdana, Arial, "Trebuchet MS", sans-serif;
	background-color:#FFFFFF;
	text-align:left;
}
.page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:920px;
	line-height:20px;
	color:#75a2da;
	font-size:10px;
}
.info{
	padding-left:10px;
	width:220px;
}
.menu{
	position:absolute;
	top:150px;
	left:10px;
	width:220px;
	
}
.comment{
	text-align:center;
}
#content{
	position:absolute;
	top:150px;
	left:240px;
	text-align:left;
	width:635px;
	/* for IE */
 	filter:alpha(opacity=0);
 	/* CSS3 standard */
 	opacity:0;
}

