body {
	color: black;
	background-color: #bbb;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}

p {
	color:#333;
	margin-left: 30px;
	margin-right: 30px;
	}
h1 {
	color:#222;
	margin-left: 30px;
	margin-right: 30px;
	}
h2 {
	color:#222;
	margin-left: 30px;
	margin-right: 30px;
	}
h3 {	
	color:#222;
	font-size: 24px;
	}

li {
	color:#333;
	margin-left: 50px;
	margin-right: 30px;
	}	
	
img {
	vertical-align: middle;
	}


#headline {
	background-image: url('../images/header_background.gif');
	background-repeat: no-repeat;
	width: 720px;
	height: 200px;
	color:#122;
	padding-left: 20px;
	margin: 0 auto;
	font-size: 44px;
	}
		
a:link {
	text-decoration: none;
	font-weight: bold;
	color:#448;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;	
	color:#448;
	}
a:hover {
	text-decoration: none;
	font-weight: bold;	
	color:#a66;
	}	
			
		
	
#wrapper {
	width: 720px;
	height:auto;
	text-align:left;
	margin: 0 auto;
	}	

#menu {
	background-image: url('../images/menu_background.gif');
	background-repeat: no-repeat;
	width: 720px;
	height: 25px;
	text-align:left;
	padding: 0;
	margin: 0 auto;
	float:left;
	}	

#col1 {
	background-image: url('../images/main_background.gif');
	background-repeat: repeat-y;
	width: 720px;	
	text-align:left;
	padding: 0;
	margin: 0 auto;
	float:left;
	}
	
#photo {
	background-image: url('../images/col_shad_l.png');
	background-repeat: no-repeat;
	background-color: #cdd;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-right: 33px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 175px;
	text-align: center;
	line-height:25px;	
	font-style: italic;
	float:right;
	}


#menu a:link, #menu a:visited {
	float:left;
	font-size:12px;
	font-weight:bold;
	padding: 4px 6px;
	margin: 0 -1px 0 0;
	border:1px solid #336;
	border-top:1px solid #fff;
	border-bottom:1px solid #336;
	text-decoration:none;
	color:#fff;
}
		
#menu a:link.now, #menu a:visited.now {
	border-bottom:1px solid #fff;
	border-top:1px solid #336;
	background:#fff;
	color:#633;
	font-weight:bold;
}

#menu a:hover {
	color:#800;
	background:#eee;
	border-bottom:1px solid #bbb;
}

#menu li {
	margin:0; 
	padding:0;
	display:inline;
	list-style-type:none;
	border:none;
}

.conMenu {
	padding-left:20px;
	margin-top:0px;
}

#pre_footer {
	background-image: url('../images/banner.gif');
	background-repeat: no-repeat;
	width: 720px;
	height: 139px;
	float:left;
	}	

#footer {
	color: #333;
	background-image: url('../images/menu_background.gif');
	background-repeat: no-repeat;	
	width:  720px;
	font-size:10px;
	font-weight:bold;
	padding-top: 5px;	
	height: 25px;
	text-align:center;
	margin: 0 auto;	
	float:left;
}
