/***** Main Styles *****/
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(../images/new-bk-gradient.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
				
#container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
	
/***** Header Bar styles *****/
	#header {
		/*background:#666666;*/
		/*background-image:url(../images/header.jpg);*/
		height: 97px;
		color: #FFFFFF;
	}
	
	#header h1{
		margin-left:20px;
	}

	
	#header h2 {
		font-family: Times, Times New Roman, sans-serif;
		font-size: 18px;
		font-weight:normal;
		color: #686565;
		text-align:left;
		line-height: 22px;
	}
/***** Center Bar Styles ******/
	#center {
		padding: 1px 5px 1px 0px;
		border-left: 160px solid #FFFFFF;
		/*background-image: url(../images/ukedelics-bkg.jpg);	*/	
		/* Creating a border on the left and right sides will make the sidebars have a length that is equal to the content length */
		min-height: 500px;
	}
	#center h1{
		font-size: 24px;
		font-family:"Times New Roman", Times, serif;
		color:#003399;
	}
	#center h2{
		font-size: 18px;
		font-family:"Times New Roman", Times, serif;
		color:#003399;
	}
	#center h3{
		font-size: 14px;
		font-family:"Times New Roman", Times, serif;
		color:#003399;
	}
	#center p{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}

/***** The sidebar class will contain all elements common to the left and right sidebar *****/
	.sidebar{
		float: left; 
		top: 125px;
	}


/***** Left bar styles *****/
	#left{
		left: 0px;
		width:150px;
		background-image:url(../images/sidebar-impossible.jpg);
		background-repeat:no-repeat;
		min-height: 500px;/*should be same height as bkg image*/

	}
	
	#left p{
		color: #ffffff;
		margin: 10px;
	}



/***** MAIN NAV STYLES *****/
	#mainnav {
		color: #000000;
		font-size: 14px;
		line-height: 36px;
		margin: 10px;

	}
	
	#mainnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#mainnav a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		display: block;	
		padding:5px 15px 2px 5px;
	}
	#mainnav a#selected {
		color: #003399;
		background-image:url(../images/nav-rollover.jpg);
		background-repeat:no-repeat;
	}
	#mainnav a:hover {
		color: #0556fb;
		/*background-image:url(../images/nav-rollover.jpg);*/
	}
	
	#mainnav a:visited {
		
	}
	
/***** SUBNAV STYLES *****/
	#subnav {
		/*color: #3A464C;*/
		font-weight: bold;
		/*background-image:url(../images/subnav-bkg.gif);*/
		vertical-align: middle;
		line-height: 36px;
		min-height: 25px;
		width:610px;
		font-size: 12px;
	}
	
	#subnav ul{
		margin:4px 0 0 0;
		padding: 0;
		list-style: none;
	}

	#subnav li{
		display:inline;
	}
	
	#subnav a {
		color: #FFFFFF;
		background-image:url(../images/subnav-up.gif);
		text-decoration: none;		
		padding:5px 10px 5px 5px;	
	}
	#subnav a#selected {
		color: black;
		background: #969B9D;
		background-image:url(../images/nav-rollover.gif);
	}
	#subnav a:hover {
		color: #000000;
		background-image:url(../images/nav-rollover.gif);
	}
	
	#subnav a:visited {
		
	}
	
/***** Footer Bar styles *****/
	#footer {
		background: #005a59;
		/*background-image:url(../images/footer-bkg.gif);*/
		height: 40px;			
		margin:0;
		padding-top:4px;
		padding-right: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 10px;
		text-align: right;
		vertical-align: middle;
	}

.photo_left {
float: left;
margin-right: 8px;
}
.photo_right {
float: right;
margin-left: 6px;
}
/*for a photo with caption*/
.photo {
		margin: 0px 0px 0px 0px;
		font-size: 16px;
		margin: 0px 0px 0px 0px;
		font-weight:bold;
		color: #7A2C11;
		text-align: right;
}


