@charset "UTF-8";
/* CSS Document */

body { 
	margin: auto; 
	font-size:11px; 
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	background-color: white;
	color: #252525;
	}
	
#gallery { 
	width: 680px;
	height: 410px;
	border: 0px solid red;
	} 

#galleryinfo { 
	margin: auto;
	width: 338px;
	height: 495px;
	border: 0px solid blue;
	}
	
#gallerycontent { 
	width: 430px;
	height: 390px;
	border: 0px solid green;
	float: right;
	} 
	
.heading { 
	color: #FF9C00;
	text-decoration: underline;
	font-size: 1.3em;
	font-weight: bold;
	}	

