@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #728537;
	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: #000000;
}
.ssfv #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sm_background.jpg);
	background-repeat: repeat-y;
} 
.ssfv #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 280px;
} 
.ssfv #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 50px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ssfv #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 360px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 35px;
} 
.ssfv  #footer  {
	margin: 0;
	background-image: url(images/footer_background.jpg);
	height: 27px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.about {	color: #993300;
	font-size: 10pt;
}

.copy {	color: #000000;
	font-size: 12pt;
}
.imagecopy {
	color: #000000;
	font-size: 12pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.ssfv    #navbar  {
	background-image: url(images/navbar_background.jpg);
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCFF66;
	float: none;
	right: 50px;
	font-weight: bold;
	height: 35px;
	text-align: right;
	padding-top: 5px;
} 	
.menu a:link {
	color: #FFFFFF;
	text-decoration: none
} 
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none
} 
.menu a:hover {
	color: #CCFF66;
	text-decoration: underline
} 
.menu a:active {
	color: #FFFFFF;
	text-decoration: none
} 

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCFF66;
	text-align: center;
	float: none;
} 	
.style1 {
	font-size: 16pt
}
.paypal {
	color: #000000;
	font-size: 10pt;
	text-align: right;
}
.ssfv #thumbnails {
	float: left; /* since this element is floated, a width must be given */
	width: 305px;
	padding-bottom: 0px;
	margin-left: 50px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
.ssfv #image {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 390px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	background-image: none;
	background-repeat: repeat-y;
}

