body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #6F6E6D;
	background-image: url(../images/page_background.jpg);
	background-repeat:repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

a {
	color: #666666;
}

h1 {	
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 30px 0 30px 0;
	padding: 0;
	font-size: 40px;
	line-height: 46px;
}	

/* main page structure */

#wrapper {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	width: 800px;
	padding: 0;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000000;

	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header 
{
	display: inline; float: left;
	width: 200px;
	text-align: left;
	margin-top: 10px;	
}

#logo 
{
	margin: 10px 0 0 10px;
}

#navigation 
{
	display: block;
	width: 100%;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 0 8px;
	font-family: "Times New Roman", Serif;
}
#navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	margin: 10px 0 0 10px;
	text-align: left;
}
#navigation ul li 
{
	display:block;
	padding: 3px;
	margin: 0px;
}
#navigation a 
{
	text-decoration: none;
	display: block;
}
#navigation a:hover 
{
	text-decoration: underline;
	color: #333399;	
}
	

#info input 
{
	display: block; width: 450px;
	font-size: 24px;
}

#content 
{
	margin-left: 220px;
	line-height: 1.4em;
	color: #333333;
}
#content-inner 
{
	margin: 10px 20px 10px 0;
}



#title input 
{
	display: block;
	width: 450px;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}

#footer 
{
	clear: both;
}
#footer-inner 
{
	padding: 6px;
	text-align: right;
}
#footer a 
{
	color: #d0d0d0;
	cursor: default;
}
