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

#header
{	
	background: #ff6633;
}

#container
{
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	color: #000;
	text-align: left;
	padding-top:20px;
	font-size:40px;

}
#footer
{
	font-size:12px;
	width: 100%;
	height: 100%;
}

#navigation
{
	padding-top:1em;
	background: #ff6633;
	text-align:center;
	height: 30px;
	font-size:14px;
	word-spacing:2em;
	
}

#content
{
	width: 700px;
	min-height:550px;
	height:auto;
	background: #ffcc99;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top: 10px;
	font-size:13px;
}
	
#hline 
{
	border-bottom: solid #000;
	border-bottom-width: 1px;
	width: 100%;	
}

a:link { 
	color: #333399;
	}
a:visited { 
	color: #9999ff;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333399;
	text-decoration: none;
	}
a:active { 
	color: #333399;
	}
	
body 
{ 
	margin: -10px 0 0 -10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background: #ffcc99;
	text-align: center;
}

html body { margin: 0; padding: 0; } 
			
