body {
	background-color: #333;
}

#container {
	width: 960px;
	background-color: #fff;
	padding: 15px;
	margin: 20px auto;
	-moz-border-radius: 25px;  /* This styling is for the roudned corners, however I am not sure how it will show up elsewhere. The page shouldn't break if it doesn't work */
	border-radius: 25px;
	-webkit-border-radius: 25px;
}

#header {
	margin: 0 auto;
}

#navigation {
	color: #333;
	font: 14px "trebuchet ms", helvetica, verdana, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 15px auto;
	padding: 0 0 0 50px;
	background: #ddd;
	width: 800px;
	word-spacing: 20px;
	border: 1px solid #333;

}

#quickMenu {
	background-color: #ddd;
	color: #333;
	font: 12px "trebuchet ms", helvetica, verdana, sans-serif; 
	width: 20%;
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 15px 10px 15px;
	height: 300px;	
	overflow: auto;
	border: 1px solid #333;
}

#quickMenu2 {
	background-color: #ddd;
	color: #333;
	font: 12px "trebuchet ms", helvetica, verdana, sans-serif; 
	width: 20%;
	float: left;
	margin: 10px;
	padding: 10px 15px 10px 15px;
	height: 300px;	
	overflow: auto;
	clear: both;
	border: 1px solid #333;
}


#content {
	color: #333;
	font: 14px "trebuchet ms", helvetica, verdana, sans-serif; 
	width: 70%;
	margin: 20px 0 10px 265px;
	background-color: #fff;
	text-align: justify;
}

#subContent {
	color: #333;
	font: 14px "trebuchet ms", helvetica, verdana, sans-serif; 
	width: 70%;
	margin: 0 auto;
	background-color: #fff;
	text-align: justify;
}

.copyright {
	margin: 0 0 0 65px;
	font-size: 7px
}


#photo {
	padding: 16px;
}


a:link {color: #666; text-decoration: none; }
a:active {color: #666; text-decoration: none; }
a:visited {color: #aaa; text-decoration: none; }
a:hover {color: #888; text-decoration: none; }


h1 {
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
}

