* {
	outline:none;
	margin: 0px;          
    padding: 0px;                       
}

img {
	border:none;
}
	
body {
	background:#dad1bf url(../assets/images/bg.jpg);
	margin:0;
	color:#663e4d;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color:#663e4d;
	text-decoration:none;
	
}
a:hover {
	color:#7e4158;
	text-decoration:underline;
}

#wrapper {
	width:920px;
	margin:0 auto;
	text-align: left;
}

#header {
	background:url(../assets/images/header.jpg) no-repeat top center;
	width: 920px;
	height: 233px;
}

#contentarea {
	width:920px;
	position: relative;
}

#news {
	background:url(../assets/images/news.jpg); 
	width:185px; 
	height:112px; 
	position: absolute;
	top: 0px;
	left: 0px;
}
#news p {
	margin:40px auto 10px;
	padding:0 10px 0 10px;
	text-align:center;
}
#news p a {
	color:#d4caaa;
	text-decoration:none;
	font-size:13px;

}
#news p a:hover {
	color:#ffffff;
}

#nav {
	background:url(../assets/images/nav.jpg); 
	width:185px; 
	height:208px; 
	position: absolute;
	top: 112px;
	left: 0px;
	text-align:right;
}
ul#navList {
	margin:0;
	padding:36px 0 0 0;
	list-style:none;
	text-align:right;
}
ul#navList li {
	display:block; 
	width:185px;
	color:#d4caaa;
}
ul#navList li a {
	display:block;
	float:right;
	width:145px;
	padding-bottom:5px;
	padding-right:30px;
	color:#d4caaa;
	text-decoration:none;
	font-size:13px;
	font-weight: normal;
}

#contents_bg {
	background:url(../assets/images/content.jpg) no-repeat; 
	width:550px; 
	height:531px; 
	margin-left: 185px;
}

#contents_wrapper {
	width:550px; 
	height:531px; 
	position:relative; 
	overflow:hidden; 
	line-height:18px;
}

#masterdiv{
	display:block;
}

#contents {
	width:531px; 
	position:relative; 
	height:100%; 
}

.content {
	width:510px; 
	height:511px;
	overflow:hidden; 
	padding:10px 20px 10px 20px;
}
.contentinner {
	width:520px; 
	height:511px; 
	overflow:hidden; 
	position:relative;
}

#weather {
	background:url(../assets/images/meteo.jpg); 
	width:185px; 
	height:120px; 
	position: absolute;
	top: 0px;
	right: 0px;
}
#weather_img {
	position:absolute;
	top:38px;
	right:13px;
	background:none;
}
#weather p {
	font:normal 11px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#663e4d;
	margin:20px 0 0 30px;
	line-height:15px;
}
#weather p span.location {
	font:12px "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color:#fff;
	display:none;
}

#footer {
	background:url(../assets/images/footer.jpg) top center; 
	width:550px; 
	height:188px; 
	line-height:26px;
	margin:0 auto;
}



h2 {
	color:#663e4d; 
	letter-spacing:1px; 
	border-bottom:1px solid #663e4d; 
	padding:0 0 3px 0; 
	font:bold 20px "Courier New", Courier, monospace; 
	margin:0;
}
h3 {
	color:#663e4d; 
	font:bold 16px "Courier New", Courier, monospace; 
	margin:10px 0 4px 0;
}
h4 {
	color:#663e4d; 
	font:14px "Courier New", Courier, monospace; 
	margin:8px 0 5px 0;
}

p.link_underline a:link, p.link_underline a:visited, p.link_underline a:active {
	color:#663e4d;
	text-decoration:underline;
	font-weight: normal;
	cursor:pointer;
}
p.link_underline a:hover {
	color:#7e4158;
	text-decoration:underline;
	font-weight: normal;
	cursor:pointer;
}

p{margin:5px 0;}

blockquote{margin:0; padding:0}

span.address {
	display:block;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}


.pic1 {
	float:right;
	margin:5px 0 0 5px;
	padding:0;
	border: 3px solid #55263e;
}
.pic2 {
	float:left; 
	margin:5px 10px 0 0;
	padding:0;
	border: 3px solid #55263e;
}

ul{
	margin:0; padding-left:20px;
}

#contact ul{
	margin:0;
	padding:0;
	width:400px;
	list-style:none;
}


.contact_left {
	float: left;
	width: 240px;
}
.contact_right {
	float: right;
	width: 230px;
	padding-left: 30px;
}
.clearthis {
	clear : both;
}
