/* CSS Document */

* {	margin: 0px;}

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

body {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	color: #4F4F4F;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	padding: 10px;
	width: 100%;
	letter-spacing: 1px;}
	
#content{
     position:absolute;
    top:307px;
	left:50px;
	width: 700px;
	padding: 10px;
		margin: 0px;}
	
#layout{
    position:absolute;
    top:0px;
	left:20px;
	}
  
  
a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: times new roman;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height: px;
	color: #FFFFFF;
	;
}

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


div.nav {
	position: absolute;
	left:59px;
	top: 5px;
	width: 681px;
}
	
	
	#aff{
	width: 440;
	}
  
u {color: #000000; border-bottom: 1px dashed #FF0000;}
b{ color: #000000;  } 
 
  a:link, a:visited, a.active {
color: #FF0000;  
text-decoration: none;
}
a:hover {
color: #000000;
border-bottom: 1px dashed #FF0000;
}

h1 { 
	font-family: times new roman;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFFFFF;
	 background: #000000;
	 	line-height: 28px;}
		
		
		h2 { 
	font-family: times new roman;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;}
	
	h3 {color: #FF0000;  }


blockquote{ padding: 10px;}

  	li { list-style-type: square;
		color: #000000;}


  
     .img {
border: 1px dashed #FF0000;
background: #000000;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
} 
  
    pre {color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}


/* footer */
  
  	div.footer {
	
	}

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

