@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration:none;
	color: #BF9455;
}

a:visited {
	text-decoration:none;
	color: #BF9455;
}

a:hover {
	text-decoration:none;
	color: #8D4847;
}

a:active {
	text-decoration:none;
	color: #BF9455;
}

input[type="submit"]:hover {
	color: #8D4847;
	cursor: pointer;
	cursor: hand; 
} 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/BackgroundTexture.gif);
	background-repeat: repeat;
	background-position: center top;
	margin: 0;
	
} /* for IE/Win */

html>body {
	font-size: 10px;
} /* for everything else */

#container {
	width: 900px;
	height: auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding: 0 ;
	text-align: left;
}

#header {
	width: 900px;
	height: 100px;
	background-image: url(images/HeaderBkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#headerLogo {
	width: 300px;
	height: 100px;
	float: left;
}

#headerNav {
	width: 400px;
	height: 90px;
	float: right;
	padding: 20px 90px 0 0;
	text-align: right;
}

#headerNav a {
	border: 3px double #555;
	padding: 2px 5px;
	background-image: url(images/buttonBkgnd.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#content {
	width: 860px;
	height: auto;
	margin: 0;
	float: left;
	padding: 0 0 0 40px;
}

#indexFooter {
	width: 900px;
	height: 70px;
	background-image: url(images/FooterBkgnd1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: ;
	clear: both;
}

#footer {
	width: 900px;
	height: 285px;
	background-image: url(images/FooterBkgnd2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: ;
	clear: both;
}

#footerNav {
	padding: 135px 0 0 40px;
	margin: 0;
	float: left;
}

#footer a {
	border: 3px double #555;
	padding: 2px 5px;
	background-image: url(images/buttonBkgnd.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#footer a:link {
	text-decoration:none;
	color: #BF9455;
}

#footer a:visited {
	text-decoration:none;
	color: #BF9455;
}

#footer a:hover {
	text-decoration:none;
	color: #8D4847;
}

#footer a:active {
	text-decoration:none;
	color: #BF9455;
}

#mod {
	width: 172px;
	height: ;
	margin: 0 15px 15px 0;
	padding: 10px 10px 0;
	border: 1px solid #333;
	float: left;
	display: inline;
	background-image: url(images/BoxBkgnd.gif);
	background-repeat: repeat;
	background-position: left top;
}

#mod p {
	font-size: 1.0em;
	text-align: left;
	padding: 12px 0 0;
}

#mod a:link {
	text-decoration:none;
	color: #FFF;
	}
	
	#mod a:hover {
	text-decoration:none;
	color: #BF9455;
	}

#whoPhoto {
	margin: 0 45px 0 0;
	padding: 10px;
	border: 1px solid #333;
	float: left;
	display: inline;
	font-size: 1.0em;
	text-align: left;
	background-image: url(images/BoxBkgnd.gif);
	background-repeat: repeat;
	background-position: left top;
}

#bigColumn {
width: 550px;
float: left;
display: inline;
text-align: left;
}

.buy {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	padding: 3px 10px 2px;
	margin: 0 10px 0 0;
	display: inline;
	background-color: #743E3E;
}

p {
	font-size: 1.3em;
	line-height: 150%;
	padding: 0 0 12px 0;
	margin: 0;
}

h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding: 0 0 10px 0;
	margin: 0;
}

h2 {
	font-size: 1.3em;
	color: #555;
	padding: 0 0 10px 0;
	margin: 0;
}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}

.nav {
	padding: 0 3px 0 0;
	margin: 0;
}

.lineheight {
line-height: 180%;
}

.smalltext {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
.lineheight2 {
	line-height: 140%;
}
#bigColumn2 {
	width: 495px;
	float: left;
	display: inline;
	text-align: left;
}

#twitter {
	width: 225px;
	height: 295px;
	margin: 0 45px 0 0;
	padding: 10px;
	border: 1px solid #333;
	float: left;
	display: inline;
	font-size: 1.3em;
	line-height: 150%;
	}
	
	#twitter ul {
	padding: 0;
	}
	
	#twitter li {
	padding: 5px 0;
	list-style-type: none;
	border-bottom: 1px dotted #222;
	}