/* main */
ul.disc {list-style-type: disc;}
ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ul.none {list-style-type: none;}

/* All Pages Style */

body {
	margin: 0px; 
	padding: 0px; 
	width: 100%;
	text-align:center; /*For IE6 Shenanigans*/  
	background: #FFFFFF;
	color: #FFFFFF;
}

#bodywrap {
	width: 900px;
	margin:0 auto;
	background: #FFFFFF;
	text-align:left; 
}

.circle {
	display: block;
	display: block;
	width: 12px;
	height: 12px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	margin:20px auto;
	border-style:solid;
	border-width:1px;
	border-color: #bca474;
}

.circle2 {
	display: block;
	display: block;
	width: 18px;
	height: 18px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	margin:20px auto;
	border-style:solid;
	border-width:1px;
	border-color: #9C7227;
}

/* Text */

logotext {
	font-family: times-roman, georgia, serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: light;
	color: #a58f64;
	text-decoration:none; 
	} 

headertext {
	font-family: times-roman, georgia, serif;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: light;
	color: #555555;
	text-decoration:none; 
	} 

scripttext {
	font-family: times-roman, georgia, serif;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0.5px;
	font-weight: light;
	color: #555555;
	text-decoration:none; 
	} 

hot {
	font-family: times-roman, georgia, serif;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 2px;
	font-weight: light;
	color: #555555;
	text-decoration:none; 
	} 

hot a:link, a:visited {
	font-family: times-roman, georgia, serif;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 2px;
	font-weight: light;
	color: #555555;
	text-decoration:none; 
}  

hot a:hover {
	color:#a58f64;
	text-decoration:none; } 

/* Footer */

h1 {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight:300;
	font-weight: normal;
	font-size: 11px;
	line-height: 40px;
	color: #aaa;
	margin: 0px 4px 0px 0px;
	text-decoration: none; 
}

h1 a:link, a:visited {
	font-weight:300;
	font-weight: normal;
	font-size: 11px;
	line-height: 40px;
	color: #555555;
	text-decoration: none; }

h1 a:hover  {
	color: #9C7227;
	text-decoration: none; }


