/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(images/fond.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {font-size: 11px;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	text-decoration: underline;
	color: #AA2808;
}

a:hover {
	text-decoration: none;
	color: #333333;
}



/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img05.gif) no-repeat left bottom;
}

/* Logo */

#logo {
	float: left;
	padding: 0px 0 0 5px;
}



/* Menu */

#menu {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 16px;
	margin: 0;
	padding: 4px 0 0 0;
	background: url(images/img02.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img03.gif);
	color: #AA2808;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #000 url(images/img04.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 375px;
	padding: 5px 0 0 185px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
	color:#5b5950;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding: 0 20px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar h1 {
	padding: 5px 10px;
	background: url(images/img6.jpg);
	font-size: 100%;
	color: #aa2808;
}

#sidebar h2 {
	padding: 5px 20px;
	background: url(images/img6.jpg);
	border-bottom: 1px dotted #aa2808;
	font-size: 136%;
	color: #aa2808;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #000;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}




/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img06.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}