body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 20px 0px 0px 0px;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(../images/design/bkgd.jpg);
}

* {
	margin: 0;
	padding: 0px;
}
#container {
	width: 900px;
	margin: auto;
	text-align: left;
	background-image: url(../images/design/top.jpg);
	background-repeat: no-repeat;
	padding: 0;
	background-color: #906164;
	border: 1px solid #000;
}
#top {
	float: left;
	width: 900px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 190px;
}
#logo {
	float: left;
	margin: 50px 0px 0px 20px;
}
#stb {
	float: right;
	margin-top: 100px;
	margin-right: 20px;
	border: none;
}
#nav {
	float: left;
	width: 482px;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	border-bottom: px solid #000;
	background-color: #272F38;
}
#nav li {
	float: left;
	font-size: 0.75em;
}
#nav a {
	color: #FFFFFF;
	padding: 6px 15px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #000;
	text-decoration: none;
	font-weight: normal;
	float: left;
}
#nav a:hover {
	color: #030905;
	background-color: #9E6466;
}
#content {
	float: left;
	width: 900px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#title {
	width: 330px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#title h1 {
	color: #FF9567;
	font-size: 1.25em;
	margin: 0;
	font-weight: normal;
	padding: 0px;
	line-height: 1;
}
#pics {
	float: left;
	width: 483px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 325px;
	border-top: 1px solid #000;
}
.picframe1 {
	float: left;
	height: 215px;
	width: 321px;
	background-color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.picframe {
	float: left;
	width: 160px;
	height: 107px;
	background-color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#pics img {
	margin: 0px 0px 0px 0px;
	float: left;
	border: none;
}
#text {
	width: 417px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 323px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	border-bottom: 1px solid #000;
	scrollbar-base-color: #222;
	scrollbar-track-color: #222;
	scrollbar-border: none;
	border-top: 1px solid #222;
}
#text h1 {
	color: #CCCCCC;
	font-size: 1em;
	margin: 0px 0px 0px;
	font-weight: normal;
	padding: 10px 20px 0px 20px;
	line-height: 1;
}
#text h2 {
	color: #FF9567;
	font-size: 0.88em;
	margin: 8px 0px 0px;
	padding: 0px 20px;
}

#text h3 {
	color: #FF9567;
	font-size: 0.75em;
	margin: 5px 0px 0px 0px;
	padding: 0px 20px;
}
#text p {
	font-size: 0.75em;
	color: #CCCCCC;
	margin: 0;
	line-height: 1.3;
	padding: 5px 20px 0px 20px;
}
#text a {
	color: #CCCCCC;
}
#text a:hover {
	color: #FF9567;
}
#footer {
	clear: left;
	padding: 10px 0px;
}
#footer p {
	font-size: 0.75em;
	color: #000000;
	line-height: 1.4;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#credit {
	width: 900px;
	margin: auto;
	padding: 5px 0px;
	text-align: right;
}
#credit p {
	font-size: 0.69em;
	color: #000000;
	line-height: 1.4;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#credit a {
	color: #000000;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}
