@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/bg.jpg);
	font-size:12px;
	line-height:1.6em;
	height:100%;
	min-height:100%;
}

#bodywraper{
	background:url(../images/bg-top.jpg) repeat-x;
	min-height:100%;
}

#bodywraper2{
	background:url(../images/bg-bottom.jpg) repeat-x left bottom;
	min-height:100%;	
}

* html #bgwraper{ /* for ie */
	height:100%; 
}

#bgwraper{
	width:966px;
	margin:0px auto;
	min-height:100%;
	position:relative;
}

#mainwraper{
	width:960px;
	margin: 0px auto;
	background:#FFF;
}

#header{
	height:120px;
	background:url(../images/header-bg.jpg) left bottom repeat-x;
}

#headerseperate{
	background:url(../images/header-bar.jpg) left;
	height:4px;
}

#clearfooter{clear:both; height:80px; width:100%;}

#bottomcontent{
	width:960px;
	height:80px;
	margin:-80px auto;
	position:relative;
	padding:0px;
	background:url(../images/bottom-bg.jpg) left top repeat-x;
	text-align:center;
}

#leftcontent{
	float:left;
	width: 740px;
}

#rightcontent{
	float:right;
	width: 220px;
}

.whitetext{
	color:white;
}

.muad{
	color:#C0457E;
	font-weight:bold;
}

#rightNavigate a:link{
	color:black;
	text-decoration:none;
}

#rightNavigate a:visited{
	color:black;
	text-decoration:none;
}

#rightNavigate a:active{
	color:black;
	text-decoration:none;
}

#rightNavigate a:hover{
	color:black;
	text-decoration:none;
}
