/************* GENERAL CSS ************/

body {
   margin: 0px;
	padding: 0px;
	background: white; 
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #04B9F4;
}

/************* HEADER STUFF ************/

#header {position: absolute;
	height: 130px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image:  url(http://www.911kytruthers.org/elipse.gif); 
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: black;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/
/************* CONTENT ************/

#content { 
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}



/************* FOOTER ************/
