html, body
{
 font-family: 'Helvetica';
 font-size: 16px; 
 margin:0;
 padding:0;
}

a:link              { color: blue;}
a:visited           { color: blue;}
a:hover             { color: blue;}
a:active            { color: red;}

h1, h2, h3, h4
{
	font-size: 1.4em;
}

li
{
	padding-bottom: 8px; 
}	

hr
{
	margin: 10px 0 10px 0;
}

img, img a  
{	
	border: none; 
}	

div#title
{
	background: yellow;
	width: 100%;
	min-width: 900px;
	text-align: center;
	font-size: 17px;
	padding: 3px 0 3px 0;
}

div#headerWrap
{
	width: 900px; 
	margin: auto;
}

div#headerLeft
{
	float: left;
	height: 170px;
	text-align: center;
}

div#headerRight
{
	text-align: center;
	height: 170px; 
}

div#wrapper
{
	width: 900px;
	margin: auto;
}

div#midWrapper
{
	width: 900px;
	margin: auto;
	height: 260px; 
}

div#textLeft
{
	float: left;
	width: 450px;
}

div#photoRight
{
	float: right;
	width: 450px;
}

