#container {
	width:990px;background-color:black;height: auto;	
}


#logo {background-color: #000099;
	
	width: 240px;
	float: left;
	height: 100px;
}


#navbar {
	
	background: #000099;
	width: auto;
	height: 100px;
}

#photo {
	width:960px;background-color: black; height:200px;
}


#info_left {
	float:left;
	width:100%;
	background-color: #000099;
	height:75px;
}



#main {
	-moz-border-radius: 15px;
 	border-radius: 15px;
	float: left;
	width: 50%;
	height: auto;
	background-color: #99CCFF;
	margin: 5px;
	text-indent:0px;margin:5px;right-margin:10px;
	
}


#main_right {
	-moz-border-radius: 15px;
 	border-radius: 15px;
	background-color: #000099;
	width: 30%;
	height: auto;
	float: right;
	margin: 10px;
}


#footer {
	width: 100%;
	background: #000099;
	height: 60px;
	margin:0px;
}