* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('img/bg.jpg');
	background-repeat:repeat-x;
	background-color:#e0e0e0;
}

#header_moz {

	background-image: url('img/header_bg.png');	
	width: 1100px;
	height: 351px;
	margin: 0 auto;

}

#header_ie {

	background-image: url('img/header_bg.jpg');
	background-color:#00CC00;
	width: 1100px;
	height: 351px;
	margin: 0 auto;

}

#header h1 {
	display: none;
}
#stripe {
	background-image: url('img/stripe.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
}
#wrapper {
	width: 870px;
	margin: 0 auto;
	background-image:url('img/bg_repeatshadow.jpg');
	background-repeat:repeat-y;
}
#content_wrap {
	background-image:url('img/bg_wrapper.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	width:840px;
	
	
}
#navi {
	list-style-type: none;
}
#navi strong {
	display: none;
}
#navi a {
	display: block;
	width: 199px;
	background-position: top left;
}
#navi a.nav1 {
	background-image: url('img/navi_home.gif');
	height: 75px;
}
#navi a.nav2 {
	background-image: url('img/navi_services.gif');
	height: 49px;
}
#navi a.nav3 {
	background-image: url('img/navi_contact.gif');
	height: 50px;
}
#navi a:hover {
	background-position: top right;
}
#navigation {
	float: left;
	width: 199px;
}
#greeting {
	width:700px;
	margin-left:30px;
}
#greeting img{
	margin-top:5px;
}
#content {
	background-image:url('img/content_bg.gif');
	float: left;
	width: 638px;
	margin-left:32px;
}
#content img {
	margin-bottom: 1em;
}
#content p {
	font-family: Verdana;
	font-size: 0.7em;
	margin-bottom: 1em;
	margin-left: 30px;
	margin-right:30px;
}
p.footertext {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
	margin-left:20px;
	padding:5px;
}
#content ul {
	margin-bottom: 1em;
}
#content li {
	font-family: Verdana;
	font-size: 0.7em;
	margin-left: 58px;
	line-height: 1.4em;
	list-style-position: inside;
}
#footer {
	margin: 0 auto;
	background-image: url('img/bg_footer.jpg');
	background-repeat: no-repeat;
	width: 870px;
	height: 49px;
}
#footer img {
	border: 0;
	margin-right: 10px;
}


.list {
	width:150px;
	height:164px;
	overflow:auto;
	float:left;
}


b.price {
	color:#CC0000;
}

/*ROLLOVER BUTTONS */

#menu_wrap {
	float:right;
	position:relative;
		top:310px;
	right:140px;	
}
#menu {
	
	float:left;

	font-family: Arial;
	color: #1A1A1A;
	word-spacing: Normal;
	letter-spacing: 0;
	text-indent: 0px;
	
	font-size: 20px;	
}

#menu li{
	float:left;
	 list-style: none;

}

#menu a {
   background: url("img/button.gif") 0 0 no-repeat;
   display:block;
   height:40px;
   padding-left:20px;
   padding-right:20px;
   padding-top:10px;
   color:#123164;
   text-decoration:none;
   ...
   }
#menu a:hover {
   background-position: -287px 0;
   color:#82ad83;
   ...
   }
#menu a:active {
   background-position: -600px 0;
   ...
   }
   
   .spacer {
    clear:both;
	width:1;
	height:1;
	overflow:hidden;

}