body {
	background: url(images/_bg-header.gif) repeat-x top #000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: auto;
	background: url(images/_bg-wrapper.gif) repeat-x bottom #2c2923;
}

/*  @@@@@[  Navigation  ]@@@@@ */
#nav {
	padding-top: 38px;
	float: right;
}
#nav img{
	margin: 0 12px;
}
/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */

/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	height: 68px;
	margin: 0px auto;
	width: 886px;
	padding: 28px 33px 0 41px;
}
#footer {
	color: #504e4e;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding: 23px 5px 30px 5px;
	margin: 0px auto;
	width: 950px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #504e4e;
	text-decoration: none;
}
#footer a:hover {
	color: #504e4e;
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #504e4e;
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #504e4e;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
/* @@@@@[  HomePage  ]@@@@@ */
.info{
	float: left;
	width: 340px;
	padding: 0 102px 0 38px;
	color: #d2cfb1;
	line-height: 21px;
	font-size: 12px;
	}

/* @@@@@[  Main Page  ]@@@@@ */
#main {
	width: 960px;
	margin: 0px auto;
	color: #d2cfb1;
}
#homeImg {
	float: right;
	position: relative;
}
#homeFlash {
	position: absolute;
	left: 363px;
	top: 278px;
}


.content{
	width: 683px;
	float: left;
	padding: 0 40px 30px 43px;
	line-height: 19px;
}
.content-info{
	float: left;
	width: 420px;
	padding: 0 22px 30px 38px;
	color: #d2cfb1;
	line-height: 21px;
	font-size: 12px;
}
.img-content{
	float: left;
	margin-top: 7px;
	margin-left: 50px;
	width: 149px;
	font-size: 10px;
	text-align: center;
}
.img-content img{
	margin-bottom: 10px;
	border: 1px solid #686557;
}
.author{
	font-size: 12px;
	font-weight: bold;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #a39257; 
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #a39257; 
	text-decoration: none;
	outline: none;
}
h1{
	background-color: #97140a;
	margin: 0 0 39px 0;
	padding: 27px 65px 0 41px;
	height: 87px;
	float: left;
	width: 374px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #d2cfb1;
	line-height: 21px;
}
p {
	margin: 0px;
	padding-bottom: 15px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 10px;
 	float: left;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: .9em; 
	color: #666; 
	background: #fff; 
	border: 1px solid #939;
}
input.clean {
	border-style: none; 
	background: none;
}

