#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 250px;
	text-align: center;
	font-weight: lighter;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #B1A43E;
}
#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 250px;
	text-align: center;
	font-weight: lighter;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #B1A43E;
	width: 850px;

}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #996633;
}

img {
	padding-top: 20px;
	padding-bottom: 10px;	
}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #B09C3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #000;
}
#container {
	width: 850px;
	text-align: left;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav {
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	font-size: 15px;
	color: #CCC;
}
#nav ul, #nav li {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #FFF;
}
#content {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 15px;
	margin-top: 25px;
	color: #999;
}
h2 {
	font-size: 13px;
	margin-top: 25px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

