* {
	margin: 0;
	padding: 0;
}


a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #008;
	text-decoration: none;
}


a.th img {
	border: 2px solid black;
	display: block;
}


acronym {
	border-bottom: 1px dotted black;
}


html {
	background: #d0d6fc url(../images/html.png) repeat-x;
	color: black;
	font: 0.9em/1.3em Arial, sans-serif;
}


#wrap {
	margin: 0 auto;
	width: 768px;
}

#main {
	margin-bottom: 1em;
	padding: 150px 10px 0 9px;
	position: relative;
}
#main:after {
	clear: both;
	content: "Self clear";
	display: block;
	height: 1px;
	visibility: hidden;
}
* html #main {
	height: 1%;
}


#header {
	padding-left: 15px;
	position: absolute;
	top: 0;
	width: 500px;
	z-index: 1;
}

#header h1 {
	background: transparent url(../images/header.png) no-repeat 160px 10px;
}


#banner {
	background: transparent url(../images/banner.png) no-repeat;
	left: 9px;
	height: 194px;
	position: absolute;
	top: 50px;
	width: 749px;
	z-index: 2;
}



#content-wrap {
	background: #ffdc00 url(../images/main.png) no-repeat left bottom;
	padding-top: 80px;
}

* html #content-wrap {
	height: 1%;
}
#content-wrap:after {
	clear: both;
	content: "self-clear";
	display: block;
	height: 0;
	visibility: hidden;
}

#content {
	float: right;
	padding: 0 0 3em 0;
	width: 74%;
}



#content p#intro {
	background: #ffee80;
	font-variant: small-caps;
	line-height: 1.3em;
	margin: 0 10px 1em 0;
	padding: 1em;
}


#content p {
	padding: 0.5em;
	margin: 0.5em 10px 0 0;
}
#content ul {
	line-height: 1.4em;
	margin-left: 2.5em;
}

#content h1 {
	color: #008;
	font: bold small-caps 1.1em serif;
	margin-top: 1em;
}
#content h2 {
	font-size: 1em;
	margin: 1em 0.5em 0em 0.5em;
}


#content p#slogan {
	font: italic 1.2em serif;
	margin-top: 2em;
	text-align: center;
}

#content p .deco {
	border: 2px solid #006;
	display: block;
}
#content p .deco img {
	border: none;
	display: block;
}
#content p .right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
#content p .left {
	float: left;
}


#content dl {
	margin: 0.5em 0 0 1em;
}
#content dt {
	float: left;
	font-weight: bold;
	width: 4em;
}
#content dd {
	border-left: 1px solid black;
	padding-left: 0.5em;
	margin: 0em 0 1em 4em;
}


#sidebar {
	float: left;
	padding: 20px 0 40px 0;
	width: 25%;
}

#menu, #sidebar address.vcard {
	margin: 0 10px;
}


#mainMenu {
	margin: 0;
	list-style: none;
}
	#mainMenu li {
		display: block;
	}
	* html #mainMenu li {
		display: inline;
	}

		#mainMenu li a, #mainMenu li .active {
			border-bottom: 1px solid #c3a800;
			display: block;
			padding: 7px 5px 7px 15px;
		}
		* html #mainMenu li a {
			height: 1%;
		}

		#mainMenu li a:link, #mainMenu li a:visited, #mainMenu li a:active {
			color: black;
			text-decoration: none;
		}

		#mainMenu li a:hover {
			background: #e6cc27 url(../images/grad-vague.png) repeat-x;
			color: #008;
		}

		#mainMenu li .active {
			background: #e6cc27 url(../images/grad-vague.png) repeat-x;
			font-weight: bold;
		}

	#mainMenu ul {
		border-bottom: 1px solid #c3a800;
		border-left: 1px solid #c3a800;
		font-size: 0.8em;
		margin-left: 20px;
		padding: 0 0 5px 0;
	}
		#mainMenu ul li a, #mainMenu ul li .active {
			background-position: left -6px;
			border: none;
			padding: 0 5px 0 10px;
		}




#sidebar address.vcard {
	border-bottom: 1px solid #c3a800;
	font: normal 0.9em/1.5em Arial, sans-serif;
	padding: 40px 0 5px 5px;
}



#copyright {
	clear: both;
	font-size: 0.8em;
	text-align: center;
}


#catch {
	height: 0;
	width: 2px;
}

#aqualorNav {
	color: black;
	padding: 1em 0 2em;
	text-align: center;
}
#aqualorNav a:link, #aqualorNav a:visited, #aqualorNav a:active {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
#aqualorNav a:hover {
	text-decoration: none;
}