@charset "UTF-8";

body {
  background-color: #EEEEEE;
}

.web2_top 

{
	background-image: url(/images/jamie_logo_web2.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 65px;
	padding-top: 25px;
	background-position: center;
	}

.web2_main {
	background-image: url(/images/bg_jamieward_web2.gif);
	height: 700px;
	width: 100%;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position: center;
	background-color: #EEEEEE;
}

#visor  {
	margin:0px auto;
	width: 250px;
	height: 150px;
	background-position: center;
}


#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	background-image: url(/images/nav_norm.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}

#navcontainer a
{
	color: #333333;
	text-decoration: none;
	display: block;
	width: 70px;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
}

#navcontainer li#active {
	background-image: url(/images/nav_active.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}
#navcontainer a:hover {
	background-image: url(/images/nav_hover.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}
.web2_forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.web_page_all {
	background-color: #EEEEEE;
}

