/* ********************************************************************************************
  General Use Styles
*********************************************************************************************** */
.clear{ 
	float:none;
	clear:both; 
}
.maxclear{ 
	float:none; 
	clear:both; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	visibility:hidden; 
	padding:0px; 
	margin:0 0 0 0;
}
/* ********************************************************************************************
  Body
*********************************************************************************************** */
body {
	text-align: center;
                     min-width: 888px;
                     background: #030000;
}
div.wrapper {
                  text-align: left;
                  margin-left: auto;
                  margin-right: auto;
}
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1em;
}
ul {              
}
p{
                     font-style: italic; 
                     font-weight: 300; 
                     font-family:"calibri", Verdana, Arial, Helvetica, sans-serif; 
                     letter-spacing: 0.05ex; 
                     line-spacing: 1.2em;
                     word-spacing: .25em; 
                     text-transform: none; 
                     font-size: 13px;
}
a {
	text-decoration: underline;
	color: #485644;
                     font-weight: bold;
}
a:hover {
	border-bottom: none; 
                     color: #a69d86;
                     text-decoration: underline;
                     font-weight: bold;
}
a img {
	border: none; color: dimgray
}
img.left {
	float: left;
	margin: 0 5px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Page */
#page {
	width: 770px;
        margin: 0px auto 0 auto;
        border-left: 0px;
        border-right: 0px;
	padding: 0px;
        background-color: #030000;
	float: none
        float: both;
}

/* Footer */
#footer {
	width: 770px;
	height: 21px;
        border-top: 0px dimgray solid;
	margin: 0 auto;
	background:#030000;
}
#footer p {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: left;
	font-size: 9px;
	color: dimgray;
}
#footer a {
	color: dimgray;
}
