/* CSS Document */

body {
background-image:    url(images/bg.jpg);
    background-repeat: repeat;
	background-color: #311410; }

body {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	margin: 0px;
	padding: 10px;
	width: 100%;
	letter-spacing: 1px;}
	
#content{
     position:absolute;
    top:550px;
	left:0px;
	width: 517;
	height: ;
		margin: 0px;

	background: #000000;}
	
	blockquote {padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;}
	
#layout{
    position:absolute;
    top:0px;
	left:0px;
	}
  
  
a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: century gothic;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height: 8px;
	color: #FFFFFF;
}

a.nav:hover { color:#F4B7C6; }


div.nav {
	position: absolute;
	left: 50px;
	top: 510px;
	width: 400px;
}
	
	
  	div.footer {
	background-color: #;
	font-family: century gothic;
	font-size: 10px;
	line-height: 10px;
	
	text-transform: ;
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:10px; padding-left:0px; padding-right:10px; padding-top:10px; padding-bottom:10px
}
  
 
 
 h1
{
	margin: 8px 0px 8px 0px;
	color: #87474B;
	background: ;
	border-bottom: 1px solid #331412;
font: 16px times new roman;
    font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h1:first-letter {	
	font-size: 30px;
	font-variant:small-caps;
	text-align:center;
	color: #F4B7C6;
	font-family: Lucida Corsiva, "Lucida Calligraphy", Times New Roman, Times, serif;}
 
  h2
{
	margin: 8px 0px 8px 0px;
	color: #87474B;
	background: ;
	border-bottom: 1px solid #331412;
font: 16px times new roman;
    font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h3 {	font: 14px "calibri", sans-serif; 
	color:#F4B7C6;
	text-transform: uppercase;
	letter-spacing: 1px;}
 
 
 
 
 
 b { 
	font: 14px "calibri", sans-serif; 
	color: #87474B; 
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
	i {color:#F4B7C6;}
	u { 
	font: 14px "calibri", sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#FFFFFF;
	}

a:link, a:visited { 
	text-decoration: none; 
	background: none; 
	color: #F4B7C6; 
	}

a:hover, a:active { text-decoration: none; color: #87474B; }
 
 
 li { list-style-type: square;
		color: #F4B7C6; 
        margin-right: 12px;} 
 
 	.text {color: #CCCCCC;}
 
 
  
  
  .img {
border: 8px solid #F4B7C6;
background: #87474B;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
}
  
  
  
  ul {padding: 10px;}
  
  
  
  textarea, input, option, select	{
border: 1px dotted #F4B7C6;
background-color: #1A0A0C;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #CCCCCC;
}
  
  pre {color: #FFFFFF;
	background-color: #87474B;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}
  
  
  
  
/* footer */
  
  	div.footer {
	background: url('images/whitebg.png') repeat;
	font-family: century gothic;
	font-size: 10px;
	line-height: 10px;
	
	text-transform: ;
	margin-left:10px; margin-right:0px; margin-top:30px; margin-bottom:10px; padding-left:0px; padding-right:10px; padding-top:10px; padding-bottom:10px
}


/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}

