@charset "utf-8";
html, body{ 
	background-image:url(../img/bg/bg-website.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color:#039288;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

.header-1 .navigation ul li{
	list-style:none;
}

.header-1 .navigation ul li a{
	color:#434248;
	font-size:11px;
	font-weight:normal;
}

.header-1 .navigation ul li a:hover{
	text-decoration:none;
}

ul li{
	list-style-type:disc;
	list-style-position:inside;
}

.wrapper{
	width:930px;
	position:relative;
	left:50%;
	margin-left:-465px;
	top:0px;
}
