/* Code for Defanatus Productions
   Code by Ensamvarg Design : www.ensamvarg.com */
*{
	margin:0;padding:0;	
}
body{
	background-color:#222;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
#body2{
	width:900px;
	margin:0 auto;
}
#top{
	background-image:url(images/top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:900px;
	height:168px;
}
#navi{
	background-image:url(images/navi.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:900px;
	height:30px;
}
#bottom{
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:900px;
	height:546px;
}
img{ border:0; }
a{
	color:#999;
	background-color:inherit;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
	background-color:inherit;
}
a:active, a:focus{ outline:0; }
#navilist{
	text-align:center;	
}
#navilist li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
#content{
	padding-top:3px;
	margin-left:130px;
	margin-right:130px;
	margin:0 auto;
	height:515px;
	width:795px;
}
#content h1{
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	padding-left:80px;
}
#content h2{
	margin-bottom:10px;
	margin-top:10px;
	margin-left:20px;
	font-size:12px;
	text-decoration:underline;
	padding-left:80px;
}
#content p{
	margin-left:30px;
	margin-bottom:5px;
	padding-left:80px;
}
/*#content p+p{
	text-indent:2em;	
}*/
#content ul{
	margin-left:130px;
	margin-bottom:10px;
	list-style-type:none;
}
#content .imagecenter{
	width:400px;
	margin:0 auto;
}
#content .left{
	margin-left:180px;
	width:200px;
	float:left;
}
#content .right{
	width:300px;
	float:left;
}
#content .right ul{
	list-style-type:none;
	margin-left:20px;
}
#content .clear{
	clear:left;
}
#content .distro{
	margin:0;
	margin-left:110px;
	margin-right:100px;
	list-style-type:none;	
}
#content .item{
	font-weight:bold;
	margin-top:10px;
	color:#999;
	font-size:11px;
}
#content .price{
	color:#900;	
}
#content .description{
	text-indent:1.5em;
	font-size:11px;
	font-style:italic;
}
#wrapper{
	overflow:auto;
	width:100%;
	height:100%;
}
#footer{
	margin-top:10px;
	font-size:10px;
	text-align:center;
}