body, #wrap {
	background-image:url(images/back.jpg);
        height: 100%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
}
#main {padding-bottom: 65px;}

* {margin: 0px;padding: 0px;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 705px;
        height: auto; min-height: 100%;
}
/********************** Header ***************************/
#logo{
	background-color: #000000;
	background-image: url();
	background-repeat: repeat-x;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#logo a{
	margin: 0px auto;
}
#header {
	margin: 0px 0px 0px 0px;
	width: 712px;
	height: 101px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position:relative;	
}
#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:10px;
	left:76px;
}
#header li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #4d4b4a !important;
}
#header ul a{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	border-right: 0px solid #4d4b4a;
}
#header ul a:hover{
	color:#C0C0C0;
}
#menu {
	margin: 0px 0px 0px 0px;
	width: 712px;
	height: 35px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	position:relative;	
}


/********************** Content ***************************/

#content {
	width:600px;
	display:block;

}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	margin: 0px 23px 6px 28px;
	padding: 20px 0px 0px 0px;
	border-bottom: 0px solid #FFFFFF;
}
/********************** Content - left ***************************/
#left {
	background-color: ;
	border: 0px solid #c2bdaa;
	width:600px;
	margin: 35px 0px 10px 30px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
.text{
	float:left;
	width:650px;
}
#left ul{
	background-color: ;
	width:550px;
	margin: 3px 0px 10px 60px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
#left h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 20px 0px 10px 23px;
}
#left h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 20px 0px 10px 23px;
}
#left h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
#left h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	color: #000000;
	margin: 6px 0px 0px 5px;
}
#left a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;color: #909090;
}
#left a:hover{
	color:#000000;
}

/********************** footer ***************************/
#footer {
        position: relative;
	margin-top: -65px;
	height: 65px;
	clear:both

}
