/* style.css, Matt Fraser, November 2008, Provides style for Frasernoakes homepage. */

html
	{
	font-family: arial, heveltica, sans-serif;
	color: #555;
	font-size: 100%;
	}

body
	{
	text-align: center;
	width: 800px;
	margin: 0 auto;
	}

#header
	{
	margin: 0 auto;
	clear: both;
	background: url('frasernoakeslogo.jpg');
	text-indent: -5000px;
	width: 650px;
	height: 175px;
	margin-bottom: 0;
	}

p
	{
	margin-top: 0;
	clear: both;
	font-size: 95%;
	}

a
	{
	text-decoration: none;
	color: #777;
	}

a:hover
	{
	color: #555;
	}

#odt
	{
	font-weight: bold;
	font-family: 'Times New Roman', serif; 
	}

.hr
	{
	margin: 10px auto;
	margin-top: 20px;
	border-top: dotted 1px #555;
	width: 33%;
	}

#footer
	{
/*	color: #334d9f;*/
   color: #999;
	margin: 0 auto;
	font-size: 70%;
	}

#sub-footer
	{
	color: #334d9f;
	font-size: 65%;
	}
