body {
	background-color: #EEF4F9;
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size:12px;
	color: black;
}

a { text-decoration: none; }
a:hover { color: black; }

h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	color: #333;
}
h1 a { color: white; }

h2 {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0px;
}

table { margin: 0px; padding: 0px;}

#container {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header {
	background-image: url(../images/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 820px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#nav {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 112px 0px 0px 12px;
}

#content {
	background-image: url(../images/bg_content.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 820px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #39799C;
}

#home_txt {
	height: 200px;
	margin: 0px 0px 12px 12px;
	padding: 12px 4px;
	overflow: auto;
}

#home_img {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

#flash {
	border-left: solid 2px #39799C;
	width: 340px;
	height: 450px;
	float: right;
	clear: right;
	margin: 0px 12px 0px 4px;
	padding: 4px;
}
#flash div {
	clear: both;
	margin: 0px 0px 12px 0px;
}
#flash div input { width: 250px; }
#flash input { float: right; }
#flash textarea {
	height: 240px;
	width: 334px;
}

#bio {
	width: 340px;
	margin: 0px 12px 4px 0px;
}

.list_obj {
	clear: left;
}
.list_obj h1 {
	background-color: #39799C;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	margin: 0px;
	padding: 4px 10px;
}
.list_obj div {
	padding: 0px 10px;
	overflow: auto;
	margin: 0px;
}
.list_obj p { margin: 4px 0px; }

#top {
	width: 446px;
	margin: 0px 0px 0px 12px;
}
#sub {
	border-top: solid 2px #39799C;
	padding: 4px 0px;
	width: 442px;
	margin: 4px 0px 0px 12px;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 820px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}