/*  

	Copyright (c) Mike Dodd.

*/



* {padding: 0; margin: 0;} 

div#wrap{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 1100px;
}


div#fill{


	margin: 0px auto;	
	text-align: left;
	width: 1000px;
	border-width: 0px;
	padding: 0px;

}




div#sidebar{
	
	float: left;
	margin: 0px;
	padding-top: 130px;
	text-align: left;
	width: 250px;
	height: 528px;
	border-width: 0px;
	background-image:url(sidebar1.jpg);

}

div#clear {
clear: both;
}


div#content {

	padding: 10px;
	width: 720px;
	float: right;
  	border-width: 3px;
  	border-color: #171a1c;
	border-style: solid;
	background: #ffffff;
}

div#foot{
	clear: all;
	margin: 0px auto;	
	text-align: left;
	width: 1000px;
	border-width: 0px;
	padding: 0px;

}

a:link {color: #771111; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #771111; text-decoration: none; }
a:hover {color: #89C3E7; text-decoration: none; }

p.helv 
{
	font-family: Helvetica, Arial;
	font-size:100%;
	color: #1d1c1c
}

p.helvbig 
{
	font-family: Helvetica, Arial;
	font-size:150%;
	color: #BB190A
}

p.helvsmall 
{
	font-family: Helvetica, Arial;
	font-size:80%
}

p.times 
{
	font-family: Times;
	font-size: 100%
}

p.timesitalic 
{
	font-family: Times;
	font-size: 100%;
	font-style: italic
}

p.timesbig 
{
	font-family: Times;
	font-size: 150%;

}

p.georgia
{
	font-family: Georgia;
	font-size: 100%;

}

p.georgiasmall
{
	font-gamily: Georgia;
	font-size: 90%;
	color: #9c9ca7;
	align: center;
}

body 
{
	background: white url(pinstripe.gif) repeat top center;
	color: #000000;	
	width: 100%;
	min-height: 2000px;
	display: table;
	text-align: center; /* for IE */
}

.style1 {font-size: 26px}
