/* -------------------------------------------------- GENERAL */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: url(images/bg_page.png) repeat-x 0px 50px #fff;
}

#cover {
	margin: 0 auto;
	width: 950px;
}

a {
	cursor: pointer;
	color: #ED452B;
	text-decoration: underline;
}

a:visited {
	color: #ED452B;
}

a:hover {
	text-decoration: none;
}

a.nou {
	text-decoration: none;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
} 

img {
	margin: 0;
	padding: 0;
	border: 0;
} 

fieldset {
	border-style: none;
}

h1 {
	font: normal bold 54px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	color: #38327C;
	text-transform: uppercase;
}

h1.note {
	margin-top: 10px;
	font: normal bold 20px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	color: #ED452B;
	line-height: 120%;
	text-transform: none;
}

h2 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #38327C;
	line-height: 120%;
	text-transform: none;
}

h3 {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

h4 {
	font-size: 16px;
	line-height: 120%;
	text-transform: none;
}


/* -------------------------------------------------- HEADER */

#header {
	height: 50px;
	background: url(images/bg_header.jpg) no-repeat top center;
}

#nav {
	margin: 0 auto;
	padding: 14px 0 0 150px;
	width: 800px;
}

#nav a, #nav a:visited {
	float: left;
	padding: 0 10px 3px 10px;
	margin-right: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

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

#nav a.active {
	background: #38327C;
}

#nav a.active:hover {
	text-decoration: none;
}

#nav a.www {
	margin-right: 280px;
}



/* -------------------------------------------------- BANNER */

#banner {
	padding: 30px 20px 0 0;
	width: 930px;
	height: 264px;
	text-align: right;
	background: url(images/bg_banner.jpg) no-repeat top left;
}

#banner img {
	margin: 20px 180px 0 0;
}


/* -------------------------------------------------- CONTENT */

#content {
	clear: both;
	padding: 20px 0;
	font-size: 14px;
	line-height: 140%;
}

#main {
	float: right;
	width: 600px;
}

#main p {
	margin-bottom: 15px;
}

#sidebar {
	float: left;
	padding: 20px;
	width: 280px;
	font-size: 12px;
	background: #FDEBBD;
	border-right: 0px solid #E9E9E9;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-top: 10px;
}

#sidebar a {
	color: #38327C;
	border-bottom: 1px solid #A39FD8;
	text-decoration: none;
}

#sidebar a:visited {
	color: #38327C;
}

#sidebar p {
	margin-bottom: 20px;
}




/* -------------------------------------------------- FOOTER */

#footer {
	clear: both;
	padding: 40px 0;
	font-size: 10px;
	color: #999;
	text-align: center;
	background: #F2F0F8;
	border-top: 0px solid #B6ACD8;
}

#footer a, #footer a:visited {
	color: #988AC8;
	text-decoration: none;
}
