<style>

a {} 

html,body {
    width: 1200px;
    margin: 0 auto;
	background-color: #ffffff;
	padding: 2px 3px 5px 3px;
	}

h1, h2	{
	font-family: Trebuchet MS, Geneva, Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 140%;  
        margin-bottom: -1px; 
        font-weight: bold;
        text-align: center; 
        padding: 0;
  	color: #ff0000;
	}

h3 	{
        font-size: 110%;
        font-weight: bold;
        margin-bottom: -10px;
        color: #111111;
        text-align: center;
	}

body, p, td, th, div, blockquote, dl, ul, li, ol {
	font-family: Trebuchet MS, Geneva, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	}

a:link { color: #ff0000; }
a:visited { color: #666666; }
a:hover { color: #ff0000; }
a:active { color: #ff0000;}

#wrapper {
    width: 1200px;
    margin: 0 auto;
	}

#top_bar {
	float: left;
}

#firstthing  {
	margin-top: 5px;
	background-color: #efefef;
	border: solid;
	border: 1px;
	border: #000000;
	padding: 0px 9px 10px 9px;
	font-size: 11px;
	text-align: center;
	float: left;
	top: 8px;
	width: 350px;
	height: 110px;
	}

#testimonial  {
	margin-top: 5px;
	background-color: #efefef;
	border: solid;
	border: 1px;
	border: #ff0000;
	padding: 10px 5px 10px 12px;
	font-size: 11px;
	text-align: left;
	float: right;
	top: 8px;
	width: 308px;
	height: 100px;
	}
	
#clear {
	clear: both;
	}
	
.top_nav_bar {
	padding: 5px 30px 5px 0px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #ff0000;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	clear: both;
	position: relative;
	}
	
.top_nav_bar a:link { text-decoration: none; color: #ffffff; }
.top_nav_bar a:visited { text-decoration: none; color: #ffffff; }
.top_nav_bar a:hover { color: #000000; }
.top_nav_bar a:active { color: #000000;}

	
#left {
	float:left;
	width:225px;
	padding-bottom: 5px;
	background-color: #efefef;
	text-align: center;
	height: 100%;
	}
	
#maincontent {
	padding: 15px 50px 0px 50px;
	width: auto;
	margin-left: 225px;
	margin-right: 225px;
	border: solid;
	border: #efefef;
	border: 2px;
	}
	
#float_right {
	float: right;
	height: 100%;
}

#right {
	width:150px;
	padding-bottom: 5px;
	background-color: #efefef;
	text-align: center;
	margin-bottom: 10px;
	}
	
 #sellers {
 	text-align: center;
 	background-color: none;
 	font-size: 14px;
 	padding: 10px 5px 20px 5px;
	width:142px;
	bottom-margin: 1px;
	border: 1px;
	border: #444444;
	border: solid;
 	}
 		
 #footer {
	clear: both;
 	width:100%;
 	padding: 50px 0px 100px 0px;
 	}

.nav_header {
	color: #ffffff;
	background-color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0px 4px 0px;
	}
	
.nav_links { 
	font-size: 13px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 7px;
	line-height: 160%;
	}

.nav_links a:link { text-decoration: none; color: #111111; }
.nav_links a:visited { text-decoration: none;  color: #111111; }
.nav_links a:hover { color: #ff0000; }
.nav_links a:active { color: #ff0000;}


.smalltext {
  	font-size: 8pt;
  	font-style: italic;
  	align: center;
 	} 

/* Begin Facebook Comments*/
.fb_iframe_widget,
.fb_ifram_widget span {
	display: block !important;
}
.fb-comments span {
	display: block;
	margin: 0 auto;
}
/* End Facebook Comments*/
</style>