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

body {
	background:url(../img/bg.png) 50% 11px;
	font-family:Geneva,Verdana,Arial,Sans-Serif;
	font-size:12px;
}

img {
	border:0;
	vertical-align:middle;
}

a,
a:visited,
a:active {
	color:#086c0c;
	text-decoration:none;
}

a:hover {
	color:#0c9312;
	text-decoration:underline;
}

ul {
	list-style-image:url(../img/li.gif);
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:auto;
	background:url(../img/bg_main.png) 50% 10px repeat-y;
}

div#container2 {
	background:url(../img/bg_header.png) 50% 0 no-repeat;
}

div#main {
	width:960px;
	margin:0 10px 0 10px;
	padding:0;
	margin:auto;
	padding-bottom:79px;
}

/**
* HEADER
*/
div#header {
	height:200px;
	border-bottom:1px solid #999;
	position:relative;
}

div#header div#top {
	position:absolute;
	top:7px;
	right:8px;
}

div#header a {
	text-decoration:none;
}

div#header div#adsense {
	position:absolute;
	bottom:4px;
	right:4px;
	width:728px;
	height:90px;
}

div#header a span.title0 {
	position:absolute;
	top:35px;
	left:130px;
	line-height:42px;
	text-align:center;
	font-size:42px;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
	color:#086c0c;
}

div#header a span.title1 {
	position:absolute;
	top:55px;
	right:10px;
	line-height:36px;
	text-align:center;
	font-size:24px;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
	color:#086c0c;
}

div#header a:hover span.title0 {
	color:#0c9312;
}

div#header a:hover span.title1 {
	color:#0c9312;
}

div#header div#topsites {
	position:absolute;
	bottom:4px;
	left:134px;
}

div#header div#topsites a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}

div#header div#topsites a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}

/**
* MENU
*/
div#menu {
	float:left;
	width:200px;
	display:inline;
	margin-left:-1px;
	padding-bottom:10px;
}

div#menu h3 {
	margin:0;
	padding:2px;
	padding-right:20px;
	color:#fff;
	background:#086c0c;
	text-align:right;
}

/**
* CONTENT
*/
div#content {
	padding-top:6px;
	width:760px;
	float:right;
	padding-bottom:10px;
	text-align:justify;
	position:relative;
	display:inline;
}

div#content p {
	margin-left: 10px;
	margin-right: 10px;
}

div.edito {
	border:1px dotted #ec8a0b;
	padding:6px;
	background:#fff;
}

div.edito div.details {
	font-weight:bold;
}

div.edito h2 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#ec8a0b;
}

/**
* FOOTER
*/
div#footer {
	height:79px;
	margin-top:-79px;
}

div#footer2 {
	margin:auto;
	width:960px;
	background:url(../img/bg_footer.png) 0 0 repeat-x;
	height:79px;
	text-align:center;
	color:#000;
	position:relative;
}

div#footer2 a {
	color:#666;
	text-decoration:none;
}

div#footer2 a:hover {
	color:#333;
}

div#footer2 div.footer_box {
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	width:200px;
	text-align:left;
}

div#footer_copyright {
	position:absolute;
	top:0px;
	right:4px;
}

div#footer2 h4 {
	margin:0;
	padding:0;
	color:#999;
	text-align:left;
}

/**
* HEADERS
*/
h1 {
	color:#086c0c;
	font-size:16px;
	font-style:italic;
	margin:0;
	padding-left:30px
}

h2 {
	color:#999;
	font-size:14px;
	font-style:italic;
	margin:0;
	padding-left:50px
}

/**
* FORMS
**/
input,
textarea,
select {
	border:1px solid #999;
	padding:2px;
	font-family:geneva, verdana, ans-serif;
	font-size:12px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border:1px solid #7016bd;
}

button {
	background-image:url(../img/button_bg.png);
	border:1px solid #000000;
	color:#000000;
	cursor:pointer;
	padding:2px;
}

button:hover {
	border:1px solid #BC2A4D;
	color:#BC2A4D;
}
