*{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
}

html{
	background: #231f20;
}
body{
  text-align:center;
}
#wrapper{
	width: 1023px;
	margin: auto;
	text-align:left;
}

/*--header styles--*/
#header{
	position: relative;
	width: 1023px;
	height: 360px;
	background: url(images/headerbg.png);
}

#header #logo{
	float: right;
	margin-top: 35px;
	margin-right: 35px;
}
#tabbed ul.nav_bar{
	position: relative;
	left: 30px;
	width: 160px;
}

#tabbed ul.nav_bar{
	padding-top: 40px;
	padding-left: 0px;
	list-style: none;
}

#tabbed ul.nav_bar li{
	height: 45px;
	width: 160px;
	background: url(images/nav_arrow.gif) no-repeat 10px 15px;
	padding: 0;
	margin: 0;
}

#tabbed ul.nav_bar li a{
	color: #fff;
	text-decoration: none;
	width: 140px;
	height: 30px;
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	font-size: .9em;

}

#tabbed ul li a:hover, 
#tabbed ul.nav_bar li a.tab-current, 
#tabbed ul.nav_bar li.currentpage a,
#tabbed div ul li.currentpage a{
	color: #fff200;
}


#tabbed div {
	display: none;
	position: absolute;
	left: 200px;
	width: 250px;

}

#tabbed div ul{
	background: url(images/tab_bg.png);
	padding: 5px;
}
#tabbed ul li{
	display: block;
	height: 28px;
	width: 100%;
}
#tabbed ul li a{
	color: #fff;
	text-decoration: none;
	font-size: .7em;
	width: 100%;
	height: 100%;
}
#tabbed div.t1 {
	display: block;
	top: 50px;
}

#header #title_block{
	clear: right;
	float: right;
	margin-top: 165px;
	margin-right: 30px;
}
#main{
	position: relative;
	background: #fff;
	padding: 20px;
	width: 983px;
}

#main div.content {
	width: 490px;
	float: left;
	color: #545456;
	margin-bottom: 30px;
}

#main div.content2 {
	width: 900px;
	float: left;
	color: #545456;
	margin-bottom: 30px;
	margin-left: 15px;
}

h1{
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	margin: 5px 0;
	color: #343738;

}
#main div.content h2{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #343738;
	width: 500px;
	margin: 5px 0;
	position: absolute;
	bottom: 20px;
}
#main div.content p{
	line-height: 1.3em;
	padding: 5px 0;
}
#footer{
	padding-top: 10px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: .7em;
	position: relative;
}

.accent{
	width: 480px;
	float: right;
	text-align: center;
}
.accent a{
	text-decoration: none;
	color: #be1f24;
}
.accent img{
	margin-left: 10px;
}
/*--Contact form--*/
input{
	display: block;
	height: 25px;
	width: 450px;
	border: 1px solid #000;
	font-size: 16px;
	margin: 3px 0 15px;
	padding-top: 5px;
}
textarea{
	display: block;
	height: 100px;
	width: 450px;
	border: 1px solid #000;
	font-size: 16px;
	margin: 3px 0 15px;
}
label{
	color: #000;
	font-size: 16px;
	display: block;
}
input.submit{
width:250px;
height: 43px;
border:none;
clear:left;
margin-left: 200px;
padding-top: 30px;
}