body   { 
	background-color: #099EB6; 
	background-image: url(images/comp02.jpg); 
	background-repeat: no-repeat; 
	background-position: left top 
	}
	
#content{
	display: block;
	position: absolute;
	top:77px;
	left:200px;
	background-color:#d8ebf0;
	background-image: url(images/compmenu02.jpg); 
	background-repeat: no-repeat;
	padding:10px 10px 10px 10px;
	width:580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#000000;
		}
		
#menu{
	position:absolute;
	top:30px;
	left:170px;
	width:690px;
	text-align: center;
		}
	
#navcontainer{
	position:absolute; 
	top: 85px; 
 	left:20px;
 	width:140px;
 	text-align: center;
	}

	
#expoframe{
	float: left;
 	margin-right: 20px;
 	width:140px;
 	text-align: center;
	}
	
img{
 	float: left;
 	margin-top: 10px;
 	margin-right: 10px;
  	margin-left: 0px;
  	border-color:#25707C;
  	border-style: solid;
  	border-width: 1px:
	}
	
.right{
 	float: right;
 	margin-top: 10px;
 	margin-right: 5px;
  	margin-left: 20px;
  	border-color:#25707C;
  	border-style: solid;
  	border-width: 10px:
	}
	
	
a img:hover { 

  	border-color:#822911;

	}
	
#prevproject{
	float:left;
	padding:0;
	margin:10px 10px 10px 0;
	}
	
#nextproject{
	float:left;
	padding:0;
	margin:10px 10px 10px 0;
	}

#intro{
	float:left;
	padding:0;
	margin:10px 0 10px 0;
	}
	
		
h1 {
	font-size:15px;
	margin:0;
	padding:2px 0px 10px 0px;
	color:#25707C;
	text-align: left;
	}
	
h2 {
	color:#000000;
	font-size: 12px;
	text-indent:0px;
	margin:0px 0 5px 0px;
	padding:0;
	}

h3 {
	color:#25707C;
	font-size: 11px;
	text-indent:0px;
	margin:15px 0px 5px 0px;
	padding:0;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	}
	
a:link {
  color: #f04d14; 
  text-decoration: none;
	}
  
a:visited { 
  color: #f04d14; 
  text-decoration: none;
  }
  
a:hover { 
  color:#25707C; 
  text-decoration: none;
  }
  
a:active { 
  color: #000; 
  text-decoration: none;
  }
  
.current { 
  color:#822911; 
  }

#navcontainer a {
	font-size: 11px;
	font-weight:bold;
	}
	
#navcontainer a:link {
  color: #fff; 
  text-decoration: none;
	}
  
#navcontainer a:visited { 
  color: #fff; 
  text-decoration: none;
  }
  
#navcontainer a:hover { 
  color:#fff; 
  text-decoration: underline;
  }
  
#navcontainer a:active { 
  color: #fff; 
  text-decoration: none;
  }
  
.current { 
  color:#f04d14; 
  }
