body {
	background-image: url(../images/lblue099.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
#wrapper {
	background-color: #D6D6D6;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #003;
	padding: 0px;
	-webkit-box-shadow: 4px 4px 5px 5px #D3D3D3;
	box-shadow: 4px 4px 5px 5px #D3D3D3;
}

#header {
	background-color: #FFF;
	background-image: url(../images/logo_bayshaman-graphics_311x130.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
	position: relative;
	background-position: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
}
#skip {
	position: absolute;
	height: auto;
	width: auto;
	left: -5000px;
}
/*Main Navigation*/
#navBox {
	background-color: #0088BB;
	float: right;
	height: 130px;
	width: 60%;
	margin-top: 0px;
	position: relative;
	color: #FFF;
	font-weight: bold;
}
#navBox a {
	color: #fff;
	text-weight: bold;
	text-decoration: none;	
}
#navBox a:hover {
	font-size: 1.15em;
	color: #003;
	text-shadow: 1px 1px 1px #FFF;
}
#content {
	width: 100%;
	padding-top: 0em;
	position: relative;
}
#contentMain {
	width: 665px;
	position: relative;
	padding-left: 0.75em;
	padding-right: 0.75em;
	min-height: 200px;
	color: #003;
}
#footer {
	height: 110px;
	width: 100%;
	position: relative;
	background-color: #0079A7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003;
}
.affiliate {
	margin: 5px;
	padding: 5px;
	position: relative;
	width: auto;
	float: left;
}

#sidebarRight {
	background-color: #A7C2CD;
	width: 197px;
	position: relative;
	padding-left: 0.75em;
	font-size: 1.2em;
	color: #000;
	line-height: 1.5em;
	float: right;
	min-height: 200px;
	margin-right: 2px;
}
.pageNav {
	float: left;
	width: 42%;
	list-style-type: none;
	height: 130px;
	font-size: 1.35em;
	line-height: 1.7em;
	text-shadow: 1px 1px 1px #006;
}

#navMainL {
	height: 130px;
	width: 50%;
	float: left;
	font-size: em;
	line-height: em;
}
#navMainL ul {
	line-height: 1.6em;
	font-size: 1.3em;
	text-shadow: 0.55px 0.55px 0.55px #494847;
	text-align: left;
	text-indent: 10px;
	list-style-position: inside;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	width: 300px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}

.phoneHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bolder;
	color: #005677;
	text-align: center;
	height: 23px;
	width: 180px;
	position: relative;
	left: 165px;
	top: 108px;
	float: left;
}
.clr {
	clear: both;
}
/*Global Link Styles*/
a:focus:{
	outline: thin dotted;
}
a:hover a:active:{
	outline: 0;	
}	
