/* CSS Document */

body {
	background-color: #000000;}

body {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 10px;
	color: #CCCCCC;
	line-height: px;
	text-transform: none;
	font-weight: normal; 
	margin: 0px;
	padding: 10px;
	width: 100%;
	letter-spacing: 1px;}
	
#content{
     position:absolute;
    top:130px;
	left:410px;
	width: 430px;
	padding: 10px;
	margin: 0px;
	background-color: #000007;}
	
#layout{
    position:absolute;
    top:100px;
	left:60px;
	}
  
  
a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height: 12px;
	color: #FFFFFF;
}

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


div.nav {
	position: absolute;
	left: 260px;
	top: 395px;
	width: 100px;
}
	
	
	#aff{
	width: 440;
	}
  
 
 
    h1 {color:#EA3C83; 	
    font-size: 18px;
  	font-family: calibri;	
	text-transform: uppercase;}
	
	    h2 {color:#90376E; 	
    font-size: 14px;
  	font-family: calibri;	
	text-transform: uppercase;}
	
	    h3 {color:#FFFFFF; 	
    font-size: 12px;
  	font-family: calibri;	
	text-transform: uppercase;}
	
 

  b, strong { 
	font: 12px "calibri", sans-serif; 
	color: #FFFFFF; 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	}
	
	i {color: #FFFFFF;}
	
	u{}
 
 
  a:link, a:visited, a.active {
color: #E52F46;
text-decoration: none;
}
a:hover {
color: #555555;
border-bottom: 1px dashed #444444;
}
  
  
  
  
  
   .img {
border: 8px solid #131313;
background: #FBE803;
padding: 0px;
margin-left: 12px;
margin-top: 2px;
margin-right: 12px;
margin-bottom: 2px;
} 
  
  
  
    textarea, input, option, select	{
border: 1px dotted #FF33C7;
background-color: #131313;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #CCCCCC;
}
  
  pre {color: #FFFFFF;
	background-color: #131313;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}
  
  
  
  	li { list-style-type: square;
		color: #FFFFFF; 
        margin-right: 12px;}
	.text {color: #CCCCCC;}
  
  
  
  
/* footer */
  
  	div.footer {
		text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	color: #CCCCCC;
		font-size: 9px;
	line-height: px;
	text-transform: none;
	font-weight: normal; 
	margin-left:0px; margin-right:0px; margin-top:20px; 
	margin-bottom:0px; padding-left:10px; padding-right:10px; padding-top:25px; padding-bottom:0px
}

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

