@charset "UTF-8";
/* CSS Document */





body

{ 
	background-image:url(bg.jpg);
	background-repeat: repeat-x;
	font-size : 13px; 
	color: #000000;
	font-family: Helvetica, arial, "lucida console", sans-serif;}




div.content

{
	width: 766px;
	min-height: 380px;
	color: #000000;
	background-color: #fefefe;
	margin: 0 auto;
	position: relative;
	top: -15px;
	

}



#container {
text-align: center;
width: 100%;

}

#wrapper{
margin-left: auto;
margin-right: auto;
width: 766px;

}


div.main {
	background-color: #fefefe;
	width: 766px;
	color: #000000;
	float: middle;
	overflow: inherit;
	border-bottom: 6px solid #CCCCCC;

}

div.header{

	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 766px;

}


a:link { 
text-decoration: none; color: #ececec; background-color: transparent;; font-weight: normal;}
	

	a:visited { text-decoration: none; color: #ececec; font-weight: normal;}
	a:active { text-decoration: none; color: #333333; font-weight: normal;}
	a:hover {text-decoration: underline; color: #fff; font-weight: normal;}
