* {
 margin: 0;
 padding: 0;
}
body {
 background: #eee;
 font: 12px/18px "Lucida Grande", Verdana, sans-serif;
 text-align: center;
 color: #333;
}
a:link, a:visited {
 color: #633;
}
a:hover {
 color: #966;
}
h1 {
 margin-bottom: 11px;
 padding-top: 15px;
 padding-bottom: 21px;
 border-bottom: 1px solid #ccc;
 font: normal italic 1.5em/18px Georgia, serif;
 color: #633;
}
h2, h3{
 font-weight: normal;
 font-size: 1em;
 line-height: 18px;
}
h2 {
 padding-top: 10px;
 padding-bottom: 20px;
 font-size: 1.25em;
 text-transform: uppercase;
 color: black;
}
h3 {
 padding-bottom: 6px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: -1px;
 color: #633;
}

#page {
 margin: 0 auto;
 width: 960px;
 background: #fff url(page.gif) repeat-y;
 text-align: left;
}
#header {
 height: 150px;
 background: #5F9EA0;
 
}
#header p {
	margin-top: 1%; 
 float: left;
 padding: 24px;
 font-size: 1.5em;
 line-height: 1em;
 color: #000000;
 font-size: 70px;
 font-family: impact;
 color: white;  
}
#header p a {
	text-decoration: none;
	color: white;  
	
}
#header ul {
 padding-top: 62px;
 padding-right: 12px;
 text-align: right;
 list-style: none;
}
#header li {
 display: inline;
 margin: 0 12px;
}
#header li a {
 font-size: 1.25em;
 line-height: 1em;
 text-decoration: none;
 color: #ffffff;
}
#header li a:hover {
 color: #300;
}

#headertext { font-size: x-large;
	text-align: center; 
	
}
#content-primary {
 float: right;
 margin: 24px;
 width: 720px;
 text-align: justify;
}
#content-primary p {
 padding-bottom: 18px;
}
#content-primary img {
 float: left;
 margin: -6px 18px 0 -6px;
 padding: 3px;
 border: 3px solid #eee;
 background: #fff;
}

#content-secondary {
 float: right;;
 margin: 10px;
 width: 144px;
 font-size: 11px;
 color: #300;
 border-right: 1px solid #ccc;
}

#content-secondary p {
 padding-bottom: 18px;
}

#content-secondary li {
 color: black; 
}
#footer {
 clear: right;
 height: 52px;
 background: #333;
 font-size: 10px;
 line-height: 1em;
 text-shadow: 1px 1px 1px #333;
 color: #fff;
}
#footer a:link, #footer a:visited {
 color: #c99;
}    
#footer p {
 padding: 24px;
 margin-left: 45%;
}

.clear {
 clear: both;
}
table { width: 600px; 
	
}

table td { width: 200px; 
	text-align: left;
}
