﻿
@import url('appearance.css');
/* CSS layout */
body {
	width: 975px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	
}
#header {
	padding: 0px;
	margin: 0px;
	width: 955px;
	height: 200px;
	background-image: url('../images/header_bgnd.jpg');
}
#top_nav {
	width: 955px;
	height: 41px;
	background-color: #FFFFFF;
}
#container {
	border: 10px outset #808080;
	width: 955px;
	background-color: #FFFFFF;
}
#left_col {
	width: 160px;
	float: left;
	min-height: 400px;
	background-color: #FFFFFF;
}
#page_content {
	padding: 5px;
	margin-left: 161px;
	margin-right: 1px;
	min-height: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #ED5823;
	border-left-color: #ED5823;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	text-align: justify;
}
#gallery_page_content {
	min-height: 600px;
}

#footer {
	clear: both;
	width: 955px;
	height: 140px;
	background-image: url('images/footer_wave.jpg');
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ED5823;
}
