body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: center;
	background-image: url(background.png);
}
a:link {
	color: #096;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096;
}
a:hover {
	text-decoration: underline;
	color: #0C6;
}
a:active {
	text-decoration: none;
	color: #096;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	color: #333;
}
h2 {
	font-size: 1.2em;
	color: #096;
}
h3 {
	font-size: 1em;
	color: #333;
}
#container {
	text-align: left;
	height: 100%;
	width: 776px;
	margin: 0px auto;
	background-color: #FFFFFF;
	font-size: 1em;
}
#logo {
	float: left;
	height: 82px;
	width: 300px;
	background-color: #FFF;
}
#navigation {
	float: left;
	height: 82px;
	width: 476px;
	background-color: #FFF;
	text-align: right;
	vertical-align: bottom;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	padding: 10px;
	font-weight: bold;
	color: #096;
	font-size: 1.4em;
}
#splash_left {
	background-color: #396;
	float: left;
	height: 157px;
	width: 573px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}
#splash_right {

	background-color: #396;
	float: left;
	height: 157px;
	width: 199px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}
#bottom {
	font-size: 0.8em;
	background-color: #EEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #096;
	float: left;
	width: 776px;
	bottom: 0px;
}
#content {
	padding: 5px;
	float: left;
	width: 565px;
	background-color: #FFFFFF;
}
#sidebar {
	background-color: #FFFFFF;
	padding: 5px;
	width: 190px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.img_right_align {
	padding: 5px;
	float: right;
}
.gallery {
	border: 1px solid #999999;
	margin: 5px;
}

