body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #E5E5E5;
	background-color: #454545;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	padding: 0px;
	font-size: large;
	padding: 10px;
	margin-bottom:20px;
	background-image: url(stewimg/transback.png);
}

h1 { margin-bottom: 0px;
margin-top:0px; }

#main { 	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;

	}
	
	
#background {
	height: 420px;
	width: 660px;
	padding: 20px;
	background-image: url(stewimg/back2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#links {
	
	background-image: url(stewimg/transback.png);
	background-repeat: repeat;
	padding: 20px;
	width:300px;
	float:left;
}


a.nav:link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;

}

   A.nav:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
   A.nav:hover {
	text-decoration: underline;
	color: #E79C58;
	font-weight: bold;
}
   A.nav:active {
	color: #C1FFC1;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
   A:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
   A:hover {
	text-decoration: underline;
	color: #E8F0EC;
}
   A:active {
	color: #33CC66;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;



}
