body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: url("basic-img/wrapback.gif") repeat-x;
	}
a:link {
	color: #333333;
	}
a:visited {
	color: #333333;
	}

/* layout */

#wrap {
	min-width: 500px;
	max-width: 1920px;
	padding:40px;
	}
	
#header {
	height:165px;
	border-bottom: 3px solid #B40404;
	}
	
#header h1 {
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-weight:bold;
	color: #FF0505;
	}

#logo {
	height: 165px;
	margin: 0 auto;
	padding-left:25px;
	background: url(basic-img/banner2.jpg) no-repeat top left;
}
/* menu */

#menu {
	float: left;
	height:100px;
	font-size:110%;
	margin-top:20px;
}

#menu ul {
	margin: 0;
	padding-top:0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 30px;
	background: url(basic-img/strich.jpg) no-repeat left 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }


#sidebar {
	float: left;
	width: 30%;
	
	}
#content {
	float: right;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	}

#footer {
	clear: both;
	}

/* gutters */
#feature ul {
	margin: 0;
	padding-top:0px;
	list-style: none;
	line-height: normal;
}

#feature li {
	display: block;
	float: left;
}

dl.feature ul{
list-style: none;
font-size:120%;
}

#content .gutter {
	padding: 25px;
	}

#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}
		
/* content */

#content h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 220%;
	color:#CCCCCC;
	font-weight: normal;
	}
	
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color:#CCCCCC;
	font-weight: normal;
	}


dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color:#CCCCCC;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 120%;
	color: #CCCCCC;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}

dl.feature dd {
	margin-left: 169px;
	font-size: 100%;
	line-height: 1.5em;
	color: #CCCCCC;;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url("basic-img/box-b.gif") no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #333333;
	background:  url("basic-img/box-t.gif") no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background:  url("basic-img/li-bullet.gif") no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */
