﻿/* CSS layout */
#container {
	border: 1px #f90 solid;
	width: 750px;
	background: #FFF;
	padding: 0;
	margin: 0 auto;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#page_content {
	padding: 10px 50px 10px 50px;
}


body
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fec;
	color: #ccc;
	font-size: 10pt;
	margin-top: 10px;
}

p {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #666;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}


#footer {
	background-color: #FFF;
	color: #FFF;
	font-size: .80em;
	margin: 0px;
	padding: .3em 1em;
	clear: both;
}


a:link
{
	color: #00f;text-decoration:none  
}
a:visited
{
	color: #00f;text-decoration:none 
} 
a:active 
{
	color: #00f;text-decoration:none
}
a:hover      
{ 
	color: #00f;text-decoration:underline
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #66669a;
}

/* Navigation Start */

#navigation {
	font-size: 1.0em;
	height: 30px;
	color: #fff;
	padding-left: 30px;
	background: #996 url('images/nav_a.gif');
}
#navigation a {
	color: #fff;
	display: block;
	float: left;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 30px;
	background: url('images/nav_a.gif');
	font-weight: bold;
}
#navigation a:hover {
	background: url('images/nav_b.gif');
	text-decoration: none;
}


/* Navigation End */


