html {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	background-image: url(images/background_bar.gif);
	background-repeat: repeat-x;
	background-position: 0 335px;
}
#site_container {
	margin: 0 auto;
	margin-top: 80px;
	width: 1100px;
	height: 590px;
	overflow: visible;
	position: relative;
	background-image: url(images/site_bg.gif);
	background-repeat: no-repeat;
	background-position: 100px 0;
}
#site_title {
	position: absolute;
	top: 238px;
	left: 84px;
	width: 427px;
	height: 77px;
	background-image: url(images/site_title.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
#site_title a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 35px;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	font-family: "gillsans", "gill sans", arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#site_title h1 {
	margin-top: 77px;
}

ul.menu {
	position: absolute;
	left: 270px;
	width: 200px;
	
	font-family: "gill sans light", "gillsans light", arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #999;
	text-align: right;
	
	list-style-type: none;
	text-transform: uppercase;
}

#menu1 {
	top: 55px;
}
#menu2 {
	top: 320px;
}

ul.menu li {
	clear: right;
	float: right;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.menu li.current {
	background-color: #EAEFF5;
}
ul.menu li.current a {
	color: #369;
	background-image: url(images/menu_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
ul.menu a {
	display: block;
	color: #999;
	text-decoration: none;
	padding-right: 13px;
}
ul.menu a:hover {
	color: #369;
	background-image: url(images/menu_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}

#flash_container {
	width: 432px;
	height: 432px;
	position: absolute;
	top: 69px;
	left: 545px;
	background-color: #fff;
}

#homepage_copyright_container {
	width: 432px;
	height: 30px;
	position: absolute;
	top: 520px;
	left: 545px;
	text-align: center;
}

/* Page Styles */
h3 {
	display: inline;
	color: #336699;
	font-size: 17px;
	letter-spacing: .2em;
}
/* For use inside general content. */
h4 {
	font-size: 14px;
	letter-spacing: .1em;
	margin-bottom: .2em;
	margin-top: 1em;
}
#header_container {
	width:600px;
	position: absolute;
	top: 78px;
	left: 545px;
}
#header_img {
	width: 432px;
	height: 204px;
	position: absolute;
	top: 111px;
	left: 545px;
}
#content {
	width:432px;
	position: absolute;
	top: 339px;
	left: 545px;
}
#proj_content {
	width: 432px;
	position: absolute;
	top: 78px;
	left: 545px;
}
#content, #proj_content {
	color: #999;
	font-size: 12px;
	font-family: arial,sans-serif;
	line-height: 2em;
	padding-bottom: 40px;
}
#content a, #proj_content a {
	color: #369;
}
div.copyright {
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .2em;
	color: #bbb;
	font-family: "gillsans", "gill sans", arial, sans-serif;
}

#proj_image {
	margin-top: 13px;
}
#image_nav {
	display: none; /* javascript shows it */
	font-family: "gillsans", "gill sans", arial, sans-serif;
	font-size: 15px;
	color: #369;
	letter-spacing: .2em;
	text-align: right;
	margin-top: 10px;
}
#image_nav a {
	color: #999;
	text-decoration: none;
}
#image_nav a:hover {
	text-decoration: underline;
}
#image_nav_text {
	
}

#content table.two-column {
}

#content table.two-column td {
	vertical-align: top;
	width: 216px;
}
#content table.two-column th {
	text-align: left;
}


