@charset "utf-8";

body {
font-family: Arial, Helvetica, sans-serif;
background-image: url(../img/background.png);
background-repeat: repeat-x;
background-color: #F6D57B;
width: 890px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
}

p { margin: 0; }
img { border: none; }

#header {
background-image: url(../img/header.png);
width: 890px;
height: 170px;
text-align: right;
color: #FF9900;
}
	#header p {
	padding-right: 20px;
	padding-top: 1px;
	}
	#header a {
	color: #FF9900;
	font-size: 13px;
	}
	
#content {
background-color: white;
width: 890px;
padding-top: 20px;
}

#left {
vertical-align: top;
width: 162px;
padding-left: 10px;
}
	#left ul {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 0;
	list-style: none;
	background-image: url(../img/mn-background.png);
	background-repeat: repeat-y;
	width: 162px;
	}
	#left ul li {
	margin-left: 10px;
	margin-right: 10px;
	}
	#left ul li:hover {
	background-color: #f6c74f;
	}
	#left ul li a {
	color: black;
	font-size: 14px;
	padding-left: 10px;
	}
	#left ul li a:hover {
	text-decoration: none;
	}
	#left .mn-bottom {
	background-image: url(../img/mn-bottom.png);
	width: 162px;
	height: 33px;
	margin-bottom: 20px;
	}
	#left .class-img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	display: block;
	}

.ad-skin-none { width: 150px; height: 150px; }
.ad-skin-none p { margin: 0; padding: 0; }
.ad-skin-none span { display: block; }
.ad-skin-none .ad-lnk { }
.ad-skin-none span.ad-desc1 { }
.ad-skin-none span.ad-desc2 { }
.ad-skin-none span.ad-display-url { }


#right {
vertical-align: top;
padding-left: 5px;
}
	#right .box-pub {
	background-image: url(../img/publicite.png);
	width: 507px;
	height: 124px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
	#right .box-pub img {
	margin-top: 45px;
	margin-left: 19px;
	}
	#right .box-top {
	background-image: url(../img/box-top.png);
	width: 704px;
	height: 34px;
	}
	#right .box-background {
	background-image: url(../img/box-background.png);
	background-repeat: repeat-y;
	width: 664px; /*-40px*/
	padding-left: 20px;
	padding-right: 20px;
	}
	#right .box-bottom {
	background-image: url(../img/box-bottom.png);
	width: 704px;
	height: 33px;
	}
	#right .box-newsletter {
	background-image: url(../img/registerbox.png);
	width: 593px;
	height: 188px;
	margin-left: auto;
	margin-right: auto;
	}
		#right .box-newsletter form {
		height: 50px;
		width: 100%;
		padding-top: 120px;
		text-align: center;
		}
		#right .box-newsletter form label {
		display: block;
		color: #666666;
		font-size: 13px;
		font-weight: bold;
		}
	#right img {
	margin-bottom: 10px;
	}
	#right p {
	color: black;
	text-align: justify;
	font-size: 13px;
	padding-bottom: 20px;
	}
	
#footer {
width: 890px;
height: 54px;
background-image: url(../img/footer.png);
text-align: center;
}
	#footer p {
	color: black;
	font-weight: bold;
	font-size: 13px;
	padding-top: 12px;
	}
	#footer a {
	color: #FF6600;
	text-decoration: none;
	}
	#footer a:hover {
	text-decoration: underline;
	}
	
.awepub
{
	width: 200px;
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.awepub span
{
	display: block;
	overflow: hidden;
}

.awepub span.awepub_url
{
	color: green;
	display: block;
}

.awepub span.awepub_description
{
	color: #444;
	font-style: italic;
}
