body {
	background: #ccc;
	background-image:url(images/coolGrayPixel.png);
	background-repeat:repeat-x;	
	}

a {
	margin: 0 10px 0 0;
	padding: 0;
	color: #fff;	
	}


p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 0 0 15px;
	margin: 0;
	}
		
#container{
	width: 680px;
	text-align: left;
	background-color: #ffffff;
	}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 680px;
	height: 75px;
	}
	
#headerPhoto {
	width: 680px;
	height: 88px;
	overflow: hidden;
	}	
	
#menu {
	background: #666;
	width: 680px;
	height: 22px;
	}	
	
#menu a:link, #menu a:visited	{
	text-decoration: none;
	}
	
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	}
	
#contentContainer {
	position: relative;
	width: 680px;
	padding-top: 30px;
	min-height: 380px;
	height: auto;
	}
	
* HTML #contentContainer { /* Set min-height for Internet Explorer */
	height: 380px; 
	}	

#contentLeft a:link, #contentLeft a:visited {
	color: #333;
	}	
	

#contentLeft  {
	position: relative;
	left: 30px;
	font: normal 11px/150% Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	color: #333;
	min-height: 380px;
	height: auto;
}
	
* HTML #contentLeft { /* Set min-height for Internet Explorer */
	height: 380px;
	position: relative
}

#contentRight {
    position: absolute;
    top: 33px; 
    left: 465px;
    font: normal 11px/150% Verdana, Arial, Helvetica, sans-serif;    
	color: #333;
    width: 185px;
    height: 400px;
    overflow: hidden;    
    }
	
#contentLeftPhoto {
	position: relative;
	left: 30px;
	width: 600px;
	color: #333;
	}	


#clear {
	clear: both;
	}
	
#footer {
	background: url(images/coolGrayPixel.png);
	width: 680px;
	height: 27px;
	padding-top: 3px;
	}

#footer img {
	position: relative;
	float: right;
	display: block;
	margin-top: -90px;
	margin-right: 36px;
}	
	
* HTML #footer { /* Adjust text valign for Internet Explorer */
	height: 28px; 
	padding-top: 2px;
	}	
	
td.form  {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px 0 0 15px;
	margin: 0;
	}