
body {
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
background-position: center top;
background-color: #000;
color:#111;
font: 75%/1.5em Arial, Verdana, Helvetica, sans-serif;
text-align: center;
margin: 0px;
padding: 0px;
}
	

	#container {
		background: url() 0% 100% repeat-x;
		}
	
	#wrapper {
		text-align: left;
		margin: 0 auto 0 auto;
		padding:0;
		background-color:#ffffff;
		width: 720px;
		}
	
	#header {
		background: url(images/header.jpg) 50% 0% no-repeat;
		width: 720px;
		height: 180px;
		}
	
	#content {
		background: #fff;
		width: 720px;
		margin: 0px 0 0 0px;
		color: #333;
		font-size: 12px;
		line-height: 18px;
		background-image:url(images/content_bg.jpg);
		}
	

/*	ul {
		list-style-type: none;
		padding-left: 0;
		margin-left: 5px;
		margin-top:10px;
		}
	
	li { background: url(images/bullet.jpg) left  center  no-repeat;
		padding-left: 15px;
		}*/
		
		
		
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
li {
	background-image:url(images/bullet.jpg);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}
		
		
		
		
h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
} 

		
		
		
		
		
		
		
		
	
	#col {
		float: left;
		}
	
	#col-1 {
		width: 470px;		
		float: left;		
		margin-left: 0px;
		margin-top: 0px;
		background-image: url(images/col1_bg.gif);
		padding: 10px;
		}
		
	#col-1 a {
		color: #000;
		text-decoration:none;
		}
	
	#col-1 a:hover {
		color: #454545;
		text-decoration:none;
		}
		
	#col-citi {
		width: 650px;		
		float: left;		
		margin-left: 15px;
		margin-top: 0px;
		background-image: url(images/col1_bg.gif);
		padding: 10px;
		}
		
	#col-citi a {
		color: #e40909;
		text-decoration:none;
		}
	
	#col-citi a:hover {
		color: #454545;
		text-decoration:none;
	}
		
			
		#col-gallery {
		width: 705px;		
		float: left;		
		margin-left: 0px;
		margin-top: 0px;
		background-image: url(images/col1_bg.gif);
		padding: 15px;
		}
		
			
	#col-gallery .img-border {
		padding: 5px;
		margin:2px;
		border: 1px solid #94938f;
		background: #fff;
		float: left;
		}		
		
	#col-gallery a img {
		padding: 5px;
		margin:2px;
		border: 1px solid #94938f;
		background: #fff;
		}
	
	#col-gallery a:hover img {
		padding: 5px;
		margin:2px;
		border: 1px solid #c00612;
		background: #70060d;
		}
		
		
	
	#col-2 {
		width: 210px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;

		background-color: #c9c8c8;
		font-size: 14px;
		color: #000;
		line-height: 15px;
		padding: 10px;
		}
		
	#col-2 a {
		color: #aa0404;
		text-decoration:none;
		}
	
	#col-2 a:hover {
		color: #ce8003;
		text-decoration:none;
		}
		
	#col-3{
		width: 720px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		font-size: 14px;
		color: #000;
		line-height: 15px;
		}
		
		
		
	
	#footer {
		background: url(images/footer.jpg) no-repeat;
		height: 44px;		
		width: 720px;		
		}		
	
	#footer a {
		color: #aa0404;
		text-decoration:none;
		}
	
	#footer a:hover {
		color: #ce8003;
		text-decoration:none;
		}
		
	
	
	
	.head {
		color: #dd242a;
		font-family: Verdana;
		font-size: 15px;
		line-height: 20px;
		font-weight:800;
		font-style:bold;
		}
	
	
	
	.subhead {
		color: #aa0404;
		font-family: Verdana;
		font-size: 11px;
		line-height: 20px;
		font-weight:800;
		}
		
	.content {
		font-family: Verdana;
		font-size: 11px;
		line-height: 15px;
			}
	
	
	.spacer {
		clear: both;
		}
		
	.copyright {
		font-size: 10px;	
		font-family: Verdana;	
		margin: 0px;
		padding: 0px;
		color: #fff;
		font-weight:800;
		line-height: 15px;
		
		}
		
