* {
	margin: 0;
	padding: 0;
}

body {
background: #D4DFC1;
background: url('images/bg_r.jpg');
background-repeat: repeat-y;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 16px;
color: #555555;
margin-top:5px;
margin-bottom:auto;
margin-right:500px;
margin-left:10px;
}

#wrap {
margin-top:5px;
margin-left:5px;
width: 950px;
background-image: url('images/header_best.jpg');
background-repeat:no-repeat;
position:absolute;
}



#content {
background-image: url('images/bg_y.jpg');
background-repeat: repeat-y;
width: 100%;
min-height:500px;
position:absolute;
top:280px;
left:0px;
}

#content  h2 {
font-size: 18px;
font-weight: 100;
padding: 20px 0px 7px 100px;
}

a {
text-decoration: underline;
color: #463f37;
}
a:hover {
text-decoration: underline;
color: black;
}

h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}


/*This is for menu area*/
.menubox
{
margin-top:250px;
}

/*This is top right menu*/
.right {
float: right;
width: 750px;
padding-bottom: 5px;
}

.menu_topright
{
    float: right;
	height:2em;
	line-height:2em;
	padding-right:24px;
}

.menu_topright li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

.menu_topright li a
{
	background:inherit;
	color:#ffffff;
	display:block;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 10px;
	text-decoration:none;
	text-transform:uppercase;
	border: 0px solid #CCCCCC;
}

.menu_topright .selected,.menu_topright a:hover
{
	background:inherit;
	color:#000000;
	text-decoration:none;
}


/*This is next*/




#footer {
width:950px;
background-color: green; 
background-color: #CE2721;
text-align: center;
font-size: 13px;
font-weight:bold;
color: #ffffff;
height:20px;
margin-top:5px;
}

#footer a { color: #aaa; }
#footer a:hover { color: #111; }


#contactus {
width: 300px;
padding: 30px 0px 20px 0;
margin: 0 10px 10px 10px;
width: 100%;
}

