@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(svp_images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clrlwft {
	clear: left;
}

.oneColFixCtrHdr #header {
	height: 382px;
	background-color: #000000;
}
.oneColFixCtrHdr #container #header #hleft {
	width: 282px;
	float: left;
}
.oneColFixCtrHdr #container #header #hcenter {
	width: 217px;
	float: left;
}
.oneColFixCtrHdr #container #header #hright {
	width: 281px;
	float: left;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	background-image: url(svp_images/bgmenu.gif);
	height: 59px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-right: 9px;
	padding-left: 9px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FE8216;
	text-decoration: none;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display: inline;
}
#menu img {
	text-decoration: none;
	background-position: center center;
	vertical-align: middle;
}


.oneColFixCtrHdr #mainContent {
	background-color: #000000;

}
.oneColFixCtrHdr #container #mainContent #bleft {
	margin: 0px;
	float: left;
	width: 230px;
	padding: 5px;
	background-color: #000000;
}
.oneColFixCtrHdr #container #mainContent #bcenter {
	padding: 15px;
	float: left;
	width: 270px;
	background-image: url(svp_images/bgcenter.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container #mainContent #bright {
	padding: 5px;
	width: 230px;
	float: left;
	background-color: #000000;
}
.name  {
	font-size: 12px;
	color: #FE8216;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer  {
	text-align: center;
	height: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(svp_images/bgfooter.gif);
	background-repeat: repeat-x;
	color: #333333;
} 
#footer a {
	color: #666666;
}




#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	display: inline;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bleft img {
	border: 2px solid #FFFFFF;
}
#bright img {
	border: 2px solid #FFFFFF;
}


a:hover {
	color: #FE8216;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #FE8216;
}

a:link {
	color: #FE8216;
}

.gallery {
	text-align: center;
	float: left;
	width: 194px;
	height: 250px;
}
.oneColFixCtrHdr #container #mainContent td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	border: 1px solid #333333;
}
.links a {
	text-transform: none;
	color: #FFFFFF;
}
