@charset "utf-8";
/* CSS Document */

body {
	background-color:#333333;
	}

#container {
	width:750px;
	margin:auto;
	} 

#main {
	background-color:#003fa8;
	overflow:auto;
	border-left: solid black 8px;
	border-right: solid black 8px;
	}

#leftcolumn, #mission, #navigation, #announcements, #footer, #content, #main {
	float:left;
	}

#new, #order, #directions {
	float:right;
	}

#leftcolumn {
	width:191px;
	background-color:#003fa8;
	}

#navigation li, #links li, a.button {
	list-style-type:none;
	}

#links {
	margin:0 15px 0 15px;
	}

#links li {
	margin:20px 0 0 0;
	}

.content_margin {
	margin:20px;
	}
	
a.button {
	display:block;
	text-align:center;
	line-height:28px;
	text-decoration:none;
	width:180px;
	height:30px;
	margin:5px 0 0 -37px;
	border:solid black 2px;
	background-color:#2e7fe7;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}		

a:hover.button {
	background-color:#fdfdd8;
	}

#content {
	width:543px;
	background-color:#fdfdd8;
	}		

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:18px;
	}
		
h2 {
	font-size:16px;
	}

h3 {
	font-size:14px;
	}
	
img {
	display:block;
	}
	
a img {
	border:none;
	}
	
#mission {
	width:350px;
	margin:20px 0 0 20px;
	}
	
#new {
	background-color:#FFFFFF;
	width:150px;
	border: solid #CC9933 1px;
	margin:35px 15px 0 0;
	}
	
#new h3, #new p {
	margin:10px;
	}	
	
#new {
	text-align:center;
	}	
	
#new p {
	font-size:12px;
	line-height:20px;
	}	
	
#order {
	width:265px;
	height:149px;
	}	
	
#announcements {
	width:200px;
	margin:0 0 0 20px;
	}
	
#directions {
	width:300px;
	margin:20px 0 30px 0;
	}