body
{
	width: 100%;
	font-family: Verdana,"Lucida Grand", Helvetica, Arial;
	background-color: #e5fbed;
	background-image: url(graphics/bkg.gif);
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	font-size:1em;
	line-height:1.2em;
}

#header
{
	margin: 0 auto 0 auto;
	height: 175px;
	position: relative;
	width: 800px;
	background-image: url(graphics/headerTony.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header.tony { 
	background-image: url(graphics/headerTony.gif); 
	background-repeat: no-repeat;
	background-position: center top;
}


#header div.menu
{
	position: absolute;
	bottom: 25px;
	left: 40px;
	color: #CFC;
	font-size:1em;
}

#header a
{
	color: #063;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#header a.active { color: #030; font-weight:bold;}
#header a:hover { color: black;text-decoration: underline; }
#txt
{
	width: 800px;
	background-image: url(graphics/fade.gif);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	background-position: center top;
}

#inner
{
	width: 750px;
	background-image: url(graphics/inner.gif);
	background-repeat: no-repeat;
	min-height: 500px;
	background-color: #F7FDFA;
	margin: 0 auto 0 auto;
	background-position: center top;
	padding-bottom: 20px;
}

#inner p, #inner h3 { margin: 0 20px 10px 20px;}
#inner p {font-size:.9em;}
#inner h3 {font-size:1em;}
#inner h4 { margin: 0 10px 10px 10px; }
#inner h3 span.smaller {font-size:smaller}
#inner img
{
	float: left;
	padding: 0 20px 20px 0;
	border: 0;
}

.clr {clear:left}
#inner img.map {border: 1px solid black; width:75px; height:75px; padding:0;margin-right:20px; margin-top:5px;}
#footer
{
	margin: 0 auto 0 auto;
	padding-bottom: 17px;
	position: relative;
	width: 750px;
	background-color: #FFF;
	text-align: right;
	color: gray;
	font-size: .8em;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: solid;
	background-image: url(graphics/footer.gif);
	margin-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#footer a {color: gray; padding:10px;text-decoration:none;}
#footer a:hover {color: red; text-decoration:underline;}

#inner a {color:green; text-decoration:none;}
#inner a:hover {color:red; }
