body {
	margin: 0px;  
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #110904;
	font-size: 16px; 
	font-family: Garamond; 
	font-weight: normal;
	text-align: justify; 
	color: #f7ef86; 
}


#center {
margin: 0 auto;
width: 1100px
}

#content { 
padding: 0 20px;
margin:-490px 0 0;
}

.main {
background-color: #1f1104;
color: #f7ef86;
margin: 480px 0px 0px 80px;
overflow: visible;
width: 880px
}

.main p {
padding:20px 30px 10px 30px;
margin: 0px 0px 0px 0px;
}

.main img {
border: 3px solid #301f17
}

h1 {
padding-top: 35px;
padding-left: 30px;
margin-top: -40px;
margin-bottom: -12px;
color: #bd963e;
font-size: 30px;
font-family: Garamond;
text-transform: uppercase; 
font-weight: normal
}

h2 {
	padding-left: 100px;
	color: #931a19;
	letter-spacing: 7px; 
	font-size: 12px;
	font-family: Times New Roman;
	text-transform: lowercase; 
	font-style: italic; 
}

h3 {
padding-left: 30px;
margin-top: -2px;
margin-bottom: -12px;
color: #bd963e;
font-size: 30px;
font-family: Garamond;
text-transform: uppercase; 
font-weight: normal
}

.first {
	font-size: 35px;
	font-family: Times New Roman; 
	color: #dab427;
}	

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
}	

.footertext {
	padding: 57px 0px 60px 0px;  
	font-size: 11px;
	font-family: Garamond; 
	color: #f7ef86;
	line-height: 15px; 
	text-align: center
}

.blockquote {
width:650px;
background:url(images/blockquote_bg.jpg) no-repeat;
background-color:#1a0f07;
font-size:95%;
border:1px dashed #261912;
text-align:justify;
margin:20px auto;
padding:20px;
}

input, select, textarea {
color: #ffffd4; 
background-color: #311800;
border: 1px dashed #3b1d03; 
font-family: verdana, serif; 
font-size: 11px
}

input, textarea {
padding: 2px; 
}

label {
display: block; 
}

.button {
width: 30px; 
padding: 2px
}

.codesort p { text-align: left; }

A:link {
	color: #735f27;
	text-decoration: none
}
A:visited {
	color: #735f27; 
	text-decoration: none
}
A:hover {
	color: #bd963e; 
	text-decoration: none
}
A:active {
	color: #735f27; 
	text-decoration: none
}