/* font-size: 62.5%; default browser size is 16px.  This makes it 10px;  Thus 1.0em = 10px, 1.2 = 12px, 1.6=16px etc. */
body 
{ 
	font-size: 62.5%; 
	font-family: Verdana, arial, Helvetica, sans-serif; 
	width: 750px;
	max-width: 750px;
}

body p
{
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 1em;
	line-height: 1.4em;
}

body ul
{
	margin-top: 1em;
	font-size: 1.2em;
}

body ul li
{
	margin-top: 0.5em;
	line-height: 1.4em;
}

div#locationsection
{
	margin-top: 1em;
}

div#header 
{ 
	background-image: url(wustylebanner.gif); 
	background-repeat: no-repeat; 
	height: 120px; 
}

div#footer 
{ 
	font-size: 1.0em; 
	line-height: 1.2em; 
	margin-top: 2em;
	background-color: #eee;
	clear:both;
}

.pagetitle 
{ 
	float: left; 
	position: relative; 
	top: 80px;
	font-weight: normal;
	font-size: 18px;
	color: darkred;
	font-family: "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;	
	margin-left: 20px;
}
