/* CSS Document */

body
{

background-image: url(imgs/bg.gif); 
background-repeat:repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

a img
{
	border:medium none;
}

#header{ background-repeat:repeat-x; text-align:center; }
.header_right_bg{background-image:url(imgs/header_right_top.jpg); background-repeat:no-repeat; width:512px; height:173px;}
.links_bg{position:relative; left:-19px; top:17px; width:540px;}
.home_link{background:url(imgs/home.jpg) no-repeat 0px 0px;display:block;line-height:30px;text-decoration:none; width:66px; height:30px;}
.home_link:hover{background-position:0px -30px;}
.about_link{background:url(imgs/about.jpg) no-repeat 0px 0px;display:block;line-height:30px;text-decoration:none; width:71px; height:30px;}
.about_link:hover{background-position:0px -30px;}
.faq_link{background:url(imgs/faq.jpg) no-repeat 0px 0px;display:block;line-height:30px;text-decoration:none; width:46px; height:30px;}
.faq_link:hover{background-position:0px -30px;}
.testimonial_link{background:url(imgs/testimonials.jpg) no-repeat 0px 0px;display:block;line-height:30px;text-decoration:none; width:134px; height:30px;}
.testimonial_link:hover{background-position:0px -30px;}
.discount_link{background:url(imgs/discount.jpg) no-repeat 0px 0px;display:block;line-height:30px;text-decoration:none; width:184px; height:30px;}
.discount_link:hover{background-position:0px -30px;}

.main_body{width:1000px; margin-left:auto; margin-right:auto; margin-top:0px;}
#footer{background-color:#69a40d; background-repeat:repeat-x; text-align:center;}
.footer_text{font-family:Trebuchet MS; font-size:18px; font-weight:normal; text-decoration:none; color:#ffffff; height:75px;}
