body, html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
.image_bordered{
	border:1px solid #5F91CC;
}
h1{
	font-family:'Trebuchet MS', 'Century Gothic', Arial, sans;
	color:#333333;
	text-align:left;
	font-size:20px;
	margin:4px;
	font-weight:normal;
}
h2{
	font-family:'Trebuchet MS', 'Century Gothic', Arial, sans;
	color:#333333;
	font-size:15px;
	margin:4px;
	font-weight:normal;
	}
div#guts{
	width:760px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-y;
	background-position:left;
}
div#nav{
	float:left; 
	width:213px; 
	margin-top:30px;
}
#main_section{
	width:545px;
	padding:0px;
	float:left;
}
div#vizefx{
	float:left;
	width:213px;
}
div#footer{
	clear:both;
}
a.navlinks:link, a.navlinks:visited, a.navlinks:hover{
	font-family:'Trebuchet MS', 'Century Gothic', Arial, sans;
	color:#333333;
	font-size:13px;
	text-decoration:none;
}

.bodytext{
	font-family:'Trebuchet MS', 'Century Gothic', Arial, sans;
	color:#333333;
	font-size:13px; 
	margin-left:20px;
	margin-right:20px;
	
	float:left;
	*margin-left:30px!important;
	*margin-right:30px!important;
	
	*padding-left:30px!important;
	*padding-right:30px!important;
		
	text-align:justify;
	
}
div#section_title{
	font-family:'Trebuchet MS', 'Century Gothic', Arial, sans;
	font-size:20px;
	margin-top:10px;
	margin-left:20px;
	padding-left:0px;
	padding-bottom:0px;
	color:#666666;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
	width:530px;
}
/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -250px;
   text-align: center;
   min-width: 760px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 100%;
	height: 500px;
	margin: 0px auto;
	}
