@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background:#bfccac;
}

body{
	color:#fff;	
	
}

h1, h2, h3, h4, h5{

}

p{

	line-height:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

ul{

}

ul li{

}

strong{
	font-weight:bold;
}

img{ border:none;}

.clear{
	clear:both;	
}

#container{
	width:760px;
	margin:5px auto;
	background:#330000;
}

#header{
	background:#000;
	height:42px;
}

#navigation{
	height:26px;
	border-top:1px solid #707070;
	border-bottom:1px solid #000;
	background:#333;	
	position:relative;

}


#navigation .navwrapper{
	margin:2px 0 0 10px;	
	
}

#navigation .navwrapper a{
	color:#fff;
	text-decoration:none;
}

#navigation .navwrapper ul{
}

* html #navigation .navwrapper ul li{ display:inline; float:left;}
* + html #navigation .navwrapper ul li{ display:inline; float:left;}

#navigation .navwrapper ul li{
	display:inline-block;
	list-style:none;
	margin:0 15px 0 0;
	font-size:12px;
	color:#fff;
	padding:0;
	
}

.hover{ background:#000; height:24px; display:inline;}

#navigation .logo{
	position:absolute;
	text-indent:-9999px;
	right:5px;
	top:-30px;
	background:url(../images/logo.png) top left no-repeat;
	height:83px;
	width:150px;
	cursor:pointer;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
	
}

#content{
	margin:0;
	padding:0;
	background:#330000;
}

#content-left{
	width:207px;
	float:left;
}

#content-left .content-left-inner{
	margin:15px 0 0 10px;	
}

#content-left .content-left-inner a{
	color:#b9cca6;
}

#content-left .content-left-inner p{
	margin:0 0 25px 0;
	width:185px;
}

#content-right{
	float:left;	
	margin:0 0 25px 0;
}

#content-right .content-right-inner{
	
}