/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	color: #555;
}

body {
	background: #000 url(../images/bg.gif) repeat-x top center;
}

p {
	padding-bottom: 13px;
}

p span {
	color: #999;
}

a {
	color: #B1A35A;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	padding-bottom: 12px;
	color: #999;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	padding-bottom: 12px;
}

h2 span {
	color: #999;
	font-size: 13px;
}

h2.Last {
	padding-bottom: 0;
}

h4 {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	color: #888;
}

h3 {
	padding-bottom: 13px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #97894B;
}

#Wrapper {
	margin: 0 auto;
	width: 900px;
}

#Nav {
	width: 900px;
	height: 40px;
}

#Home #Nav {
	text-align: center;
}

#Sub #Nav {
	width: 695px;
	padding-left: 205px;
	background: transparent url(../images/navxtra.jpg) no-repeat top left;
	text-align: left;
}

#MastHead {
	width: 900px;
	height: 224px;
}

#ContentArea {
	margin: 0 auto;
	width: 648px;
	background-color: #000;
	min-height: 400px;
}

#PrimaryContent {
	float: left;
	margin-left: 14px !important;
	margin-left: 7px;
	width: 390px;
}

#Footer {
	margin-bottom: 15px;
}

#Footer, #Footer a {
	font-size: 11px;
	color: #4D4D4D;
}

#Footer a:link, #Footer a:visited {
	text-decoration: none;
}

#Footer a:hover, #Footer a:active {
	color: #B1A35A;
	text-decoration: none;
}

#SecondaryContent {
	float: right;
	margin-right: 14px !important;
	margin-right: 7px;
	width: 216px;
}

#Pbox {
	width: 210px;
	background: #000 url(../images/fade.jpg) no-repeat top center;
	border: 1px solid #2B2400;
	padding: 2px;
	margin-bottom: 4px;
}

#Pbox div {
	width: 201px;
	height: 23px;
	background: transparent url(../images/p2.jpg) no-repeat top left;
	text-align: right;
}

#Contest {
	margin-bottom: 4px;
}

#CallOut {
	width: 210px;
	border-top: 1px solid #2B2400;
	border-bottom: 1px solid #2B2400;
	padding: 16px 3px;
	margin-bottom: 15px;
}

#CallOut p {
	color: #5E5631;
	font-style: italic;
	text-align: right;
	padding-bottom: 0;
}

input.Quantity {
	width: 42px;
	height: 21px;
	background-color: #000;
	color: #403A1F;
	border: 1px solid #2B2400;
	padding-right: 5px;
	text-align: right;
}

.Clear {
	clear: both;
}

.Rt {
	text-align: right;
	font-style: italic;
}

#TableForm input, #TableForm select {
	width: 96%;
	margin: 2px 0 7px 0;
}

#TableForm textarea {
	width: 98%;
	margin: 2px 0 7px 0;
}

#TableForm input.Bton {
	width: auto;
}

.Star {
	color: #97894B;
}