/* CSS Document */

body {
	background:url(images/back.gif) repeat-x fixed;
	font-family:"Trebuchet MS", "Palatino Linotype", "Lucida Console", "Lucida Sans Unicode";
	font-size:12px;
}

h1  {
	color:#003366;
	font-size:16px;
	}
	
a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}



a:hover {
	color:#cd0808;
}




#container {
	text-align:center;
}
#main {
	text-align:left;
	width:800px;
	margin:0px auto;
	background: #FFFFFF;
	padding:1px;
	overflow:auto;
}

#header {
}

#bottomHeader { background-image:url(images/topbackground.png);
	text-align:center;
	height:25px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#003366;
	text-align:right;
	padding-right:10px;
}



#sideBar {
	width:216px;
	float:left;
}

#content { 
	float:left;
	width:556px;
	margin:2px;
	clear:right;
	padding:10px;
}


#content img {margin:5px;}

#footer { 
	clear:both;
	width:794px;
    margin:2px;
	text-align:center;	
}

#banner {
   
	height:180px;
} 

#topHeader { 
	min-height:70px;
	border:1px solid #ccc;
	padding:10px 10px 0px 10px;
	overflow:auto;
}


#footerline {
	background-color:#BCC2DC;
	height:20px;
	width:800px;
	margin:0 auto;
}



.photoItem img{
width:100px;
}