@charset "utf-8";
/* CSS Document */

* { -moz-outline:none; }
html 
{ 
  min-height: 100%; 
  height: auto; 
}

body, div, h1, h1, h3, h4, p, dl, dt, dd, img, form, fieldset, blockquote {
   margin: 0px;    
   padding: 0px;
   border: 0px;
}
body {	
	background: url(images/bg.jpg);
	background-attachment:fixed;
	background-position:bottom left;
	color: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS","Lucida Sans","Lucida Grande",Verdana,Helvetica,sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
/*layout elements*/	
#board {
	vertical-align:bottom;
	width:1024px;
	height:850px;
	margin: 8px auto 0 auto;
	background:url(images/billboard.png) no-repeat;
	}
#footer {
	float:right;
	margin: 20px 90px 0 0px;
	}	
#footer p{
	margin:0 auto;
	}

#links {
	float:right;
	margin: 150px 130px 0 60px;
	width:150px;
	}
#links a img {
	padding:10px;}

#quote {
	margin-top:195px;
	float:right;
	}
.sectionHeader {
	margin-top:10px;
	float:right;
	width:225px;
	height:57px;
	}
.sectionHeader a img{
	float:left;}
#twitter{
	margin-right:85px;
	}
#tumblr{
	width:250px;
}	
#aagac {
	width:200px;
	}
.sectionData{
	float:right;
	width:225px;
	height:210px;
	border-left: thin dashed;
}
.sectionData ul{
	margin:0px 5px 0 10px;
	padding:0;
	list-style-type:none;
}
.sectionData ul li{
	margin-left:0;
	padding:0;
	font-style:italic;
	color:#333;
	line-height:1.6em;
}
.sectionData ul li a{
	text-decoration:none;
	font-size:1.2em;
	font-weight: bold;
	font-style:normal;
	color:#900;
	padding:0;
}
#twitter ul li a{
	text-decoration:none;
	font-size:1.1em;
	font-weight: normal;
	font-style:normal;
	color:#900;
	padding:0;
}

.rssbutton {
	float:left;
	margin-left:5px;}
/*stylize*/
.clear {
	clear:both;}
#creditfooter {
display:none;}

/*Hyperlinks*/

a, a:visited, a:hover{
	color: #000;
	text-decoration: none;
	}