body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	background-color: #EDEDCF;
}
#site_container {
	margin: 0px auto;
	text-align: center;
	width: 750px;
}
#navigation_container {
	background-color: #000080;	
	vertical-align: top;
}
#navigation {
	width: 199px;
	background-color: #000080;
	float: right;	
	color: #FFFFFF;
	font-size: 12px;
}
#navigation ul {
	list-style-type: none;
	text-align: right;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
}
#navigation ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;	
}
#navigation ul li a {
	text-decoration: none;
	color: #FFFFFF;	
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #F3C539;	
}
#main_content_main_page { /*  Handles the teacups image on the main page  */
	background-image: url('../images/teacups_mp.jpg');
	background-repeat: no-repeat;
	width: 551px;
	height: 309px;
	float: left;
}
#main_content_normal { /*  Handles the content area when the content is larger than the content area.  */
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #B2B2BB;
	width: 551px;
	float: left;
}
#main_content_little_content {  /*  Handles the content area when the content is less than the content area.  */
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #B2B2BB;
	width: 551px;
	height: 309px;
	float: left;
}
#main_content_normal p, #main_content_little_content p {
	text-align: left;
	margin: 5px 15px;	
}
#blue_bar {  /* Handles the footer bar  */
	background-color: #000080;
	height: 45px;
	width: 750px;	
}
#footer_links {
	text-align: left;
	padding: 15px 15px;
	color: #FFFFFF;
}
#footer_links a {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer_links a:hover {
	text-decoration: underline;	
}
#bottom_lights {
	background-image: url('../images/bottom_lights.jpg');
	height: 34px;
	width: 750px;
}
.align_left {
	text-align: left;	
}
.align_center {
	text-align: center;	
}
.red_highlight {
	color: #FF0000;	
}