/* CSS Document */

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

body {
	margin-bottom: 14px!important; 
	font-style:normal; font-variant:normal; 
	font-weight:normal; line-height:120%; font-size:12px; 
	font-family:Trebuchet MS, Trebuchet, Tahoma, Arial, sans-serif;
	}
	
#content{
     position:absolute;
    top:230px;
	left:147px;
	width: 600px;

	height: ;
		margin: 0px;
			background-color: #FFFFFF;
			border-left: 5px solid #E4E5E7;
			border-right: 5px solid #E4E5E7;
			border-bottom: 5px solid #E4E5E7;}
	
#layout{
    position:absolute;
    top:50px;
	width: 600px;
	left:147px;
				background-color: #FFFFFF;
	border-left: 5px solid #E4E5E7;
			border-right: 5px solid #E4E5E7;
			border-top: 5px solid #E4E5E7;
	}
  
	blockquote {padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;}
  
a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
font-family:"Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif!important;   
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height: 8px;
	color: #000000;
}

a.nav:hover { color:#0C6B6E; }


div.nav {
	position: absolute;
	left: 168px;
	top: 190px;
	width: 600px;
	height: 50px;
}
	
	
	#aff{
	width: 440;
	}
  
 
 
 h1, h2 { font-family:"Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif!important;   margin: .2em 0 .4em 0;}
h1{color:#CC3333; font-size: 2.4em; line-height: 100%;}
h2 { font-size: 16px; text-transform: uppercase; }
h3 { color: #16B0BF; font-size: 14px; text-transform: uppercase; }
h4 { background: #000000; border: 3px solid #73A7B3;
color:#FFFFFF;	line-height: 25px; padding-left: 10px; 	text-transform: uppercase;
	font-size: 16px; padding-top: 0px; padding-bottom: 0px; margin: 0px;}
  
  
  a { color:#0C6B6E; font-size: 14px; }
  b {text-transform: uppercase; }
  i {color:#CC3333;}
  
/* footer */
  
  	div.footer {
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:10px;
}
  	div.footer3 {
border: 2px solid #E4E5E7;}

  	div.footer2 {
border: 1px solid #FFFFFF;
background: #E1EBED;
padding-top:10px; padding-bottom:15px; padding-left:10px;}

  	div.footer4 {
border: 1px solid #FFFFFF;
background: #E1EBED;
padding-top:10px; padding-bottom:15px;}

  	div.top {
margin-left: 12px;
margin-right: 12px;
margin-top: 2px;
padding-bottom:5px;
}

  	div.stats {
border: px solid #73A7B3;
width:55%;
}

   .img {
border: 3px solid #73A7B3;
background: #0C6B6E;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
} 

  pre {color: #FFFFFF;
	background-color: #73A7B3;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}
  
textarea, input, option, select	{
border: 2px solid #E4E5E7;
background: #E1EBED;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #000000;
}

/* 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;
	}

