body
{
min-width:1000px;
margin:0;
 marginheight:0;
 marginwidth:0;
background-color: black;
 background-image:background.jpg;
 color:#EAF5FF;
font-size: 1.25em;
}

a {	text-decoration: underline;	color:#6B70BD;} a:hover  {	color : #9EA3DE;	text-decoration : underline;}
h3 {	color: #EAF5FF;	font-weight: bold;	font-size : 20px;	font-family:Tahoma,Arial,Helvetica,sans-serif;}

#header
{
     display:inline;
}

#teapartyflag
{
height:94px;
position:relative;
float:left;
}
#stateflag
{
float:right;
height:94px;
padding: 5px;
}
#sitename
{
font-size:3em;
color: #f00;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
position: absolute;
top:10px;
left: 200px;
}

#headscene
{
     text-align:center;
}

#content
{
	width:100%;
      font-color:white;
}


#container .column
{
	float:left;
}
 
p
{
       font-color:white;
}

#left
{
	width:100px;
	padding:10px;
}

#center
{
	width:580px;
	padding:10px;
}

#right
{
	width: 180px;
	padding:10px;
}

#footer
{
	clear:both;
	background-color:#888800; /* to be changed */
	color:White;
	text-align:center;
}

#navigation
{
	background-color:#888800; /* to be changed */
	/* border:1px solid red;*/ 
	color:White;
	padding-left: 1.5em;	
}

#navigation ul
{
	/* border-top:solid 1px blue; */
	list-style:none;
	padding:5px 20px 25px 0px; /* space out ul from rest of header */
	 /* allow more room for mouse*/
}

#navigation ul li
{
	float:left; /* place all elements on same line */
	 border-right:solid 1px white;
	padding-left:10px; /* space between elements */
	padding-right:10px;
}

#navigation ul li a
{
	color:white;
	text-decoration:none; /* remove auto underline */
}

#navigation ul li a:hover
{
	background-color:White;
	color:Maroon;
}


