body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	color:#000
}

#container
{
	width:1000px;
	height:auto;
	margin:0px auto;
	background-color:#fff;
}

#inner
{
	width:990px;
	height:auto;
	margin:0px auto
}

#header
{
	width:inherit;
	height:auto;
	margin-bottom:20px
}

.logo
{
	width:271px;
	height:76px;
	float:left;
}

.nav
{
	float:right;
	width:630px;
	height:40px;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
	margin-top:28px;
	text-align:right;
	text-transform:capitalize
}

.nav .hmains
{

list-style-type:none;
	display:inline;
	
	line-height:38px;
	margin:0px 30px;
	font-weight:bold

}


.nav a
{
	color:#404040;
	text-decoration:none
}

.nav a:hover
{
	color:#f06427;
}

#mainimage
{
	width:990px;
	height:613px;
	position:relative
}

#content
{
	width:542px;
	height:auto;
	position:relative;
	margin:-380px 0px 0px 430px
}

#content a:link, #content a:visited
{
	color:#fff;
	text-decoration:none
}

#content a:hover
{
	color:#000;
	text-decoration:underline
}

.contenttop
{
	width:inherit;
	height:14px;
	background-image:url(images/contenttop.png);
	
}

.contentdata
{
	width:inherit;
	height:auto;
	background-image:url(images/contentbg.png);
	height:auto;
	
}

.data
{
	padding:20px;
}

h1
{
	margin:0px 0px 20px 0px;
	font-weight:normal;
	color:#fff;
	font-size:22px
}


.clear
{
	clear:both
}