/* CSS Document */

a:link {
	color:  #ffffff;	
	text-decoration: none;
	}
a:visited {
	text-decoration: none;	
	color: #ffffff;
	}
a:hover {
	text-decoration: none;	
	color: #FF9900;
	}
a:active {
	text-decoration: none;	
	color: #ffffff;
	}
.wrapper {
 width: 768px;
 margin: 0px auto;
 padding: 0px auto;
 background-color:#FFFFFF;
}

.z { display: none; }

body {
	background-color: #fff;
	background-image:url(images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;	
	line-height:170%;			
	}

#header {
	height:116px; 
	width:768px;
	margin:0px 0px 0px 0px;
	background-color:#0066ff;	
	position:relative;	
	}
	
#menu {
	width:748px;
	height:25px;		
	font-size:11px;
	margin:0px 0px 0px 0px;	
	padding-left:20px;
	text-align: left;	
	position: relative;
	background-color:#0066ff;		
	}


#container {	
	min-height:300px; 
	width:768px;
	background-color:#ffffff;	
	position:relative;
	margin: 0px 0px 0px 0px;	
	padding-bottom:10px;
	float:left;	
	display: block; /* IE Hack */	
	}
* html #container {height:300px} /* IE Min-Height Hack */

.text {
	min-height:250px; 
	width:415px;
	display: inline; /* IE Hack */	 
	float:right;	
	margin: 5px 20px 10px 0px;
	padding-top:30px;	
	text-align: justify;	
	}
* html .text {height:250px} /* IE Min-Height Hack */

.text1 {
	min-height:250px; 
	width:528px;
	display: inline; /* IE Hack */	 
	float:right;	
	margin: 5px 20px 10px 20px;
	padding-top:30px;	
	text-align: justify;	
	}
* html .text1 {height:250px} /* IE Min-Height Hack */

.photo {
	min-height: 300px;
	width:300px;		
	margin:5px 0px 0px 0px;	
	display: inline; /* IE Hack */
	float:left;	
	}
* html .photo {height:300px} /* IE Min-Height Hack */

.photo1 {
	min-height: 410px;
	width:200px;		
	margin:5px 0px 0px 0px;
	text-align:center;	
	display: inline; /* IE Hack */
	float:left;	
	}
* html .photo1 {height:410px} /* IE Min-Height Hack */

#footer {
	height:55px; 
	width:768px; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;		
	color:#ffffff;	
	background-color:#0d58bd;
	border-top:5px solid #020066;
	margin: 0px 0px 0px 0px;	 
	position: relative;
	display:block;
	float:left;
	text-align: center;	
	}

.list {
	list-style-type:decimal;
	}
