body {

	background-color: #fff;
	margin:2px 0 0 0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	color:#666;
		}		
#wrapper{
	background-repeat: no-repeat;
	background:url(background1.png);
	width:1024px;
	height:768px;
	margin:0 auto;
	padding:0;
}	
img{
	border:0;
}
a{
	color:#000;
	text-decoration: none;
}
a:visited{
	color:#666;
}	
a.rollover {
   display: block;
   width: 153px;
   height: 18px;
   text-decoration: none;
   background: url("images/home.png") no-repeat;
}
a.rollover:hover {
   background-position: -151px 0;
}
a.fs {
   display: block;
   width: 153px;
   height: 19px;
   text-decoration: none;
   background: url("images/fs.png") no-repeat;
}
a.fs:hover {
   background-position: -151px 0;
}
a.ug {
   display: block;
   width: 153px;
   height: 23px;
   text-decoration: none;
   background: url("images/ug.png") no-repeat;
}
a.ug:hover {
   background-position: -151px 0;
}
a.sup {
   display: block;
   width: 153px;
   height: 18px;
   text-decoration: none;
   background: url("images/supp.png") no-repeat;
}
a.sup:hover {
   background-position: -151px 0;
}
a.sg {
   display: block;
   width: 153px;
   height: 23px;
   text-decoration: none;
   background: url("images/sg.png") no-repeat;
}
a.sg:hover {
   background-position: -151px 0;
}
a.buy{
   display: block;
   width: 153px;
   height: 18px;
   text-decoration: none;
   background: url("images/buy.png") no-repeat;
}
a.buy:hover {
   background-position: -151px 0;
}

#header img.banner{
	padding:0 0 50px 25px;
	margin: 0 0 7px 0;
}
#header img.logo{
	margin:7px 0 0 25px;

}

#header h1{
	font-size: 1.75em;
}

/*
#navlinks {
	margin:0 0 0 2px;

}
#navlinks ul {
	margin:0 ;
}
#navlinks li {
	list-style:none;
	padding: 0;
}
#navlinks li.last{
	border-bottom: none;
}
*/


#content{
	float:right;
	height:500px;
	width:639px;
	margin: -50px 12px 0 0;

	}
	
#content .item{
	margin:0 auto;
	overflow:auto;
	width:610px;
	height:530px;
	border-top: 2px solid;
	background:url(contentbg.png);
	padding:12px;
}

#content .item li{
	list-style-image: url(bullet.png);
	padding:1px 0;

}
#content h2{
	font-size: 1.25em;
	color:#c1272d;
}

#content img.image{
	float:right; 
	margin:10px 10px 10px 0;
	border: 1px solid #000;
}
#sidebar{
	float:left; 
	width:300px;
	padding-left: 5px;
	margin: 0 -354px 1em 45px;
}
#sidebar .section{
	border-top:2px solid #666;
	margin: -10px 2em 20px 0;
	background: url(contentbg.png) ;
	padding:0.25em;
}
#sidebar h3{

	font-size: 1.1em;
	color:#c1272d;

}
#footer{
	clear:both;
	background-color: #fff;
	padding:0;
	text-align: center;
}
