@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #112b39;
	text-align: center;
}
#content h1 {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ad8f43;
	font-size: 20px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-bottom: 4px;
}

#wrapper {
	width: 930px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 173px;
	width: 930px;
	background-image: url(grafx/header.jpg);
	float: left;
}
#nav {
	float: right;
	width: 550px;
	margin-top: 55px;
	font-size: 95%;
}
#nav a {
	text-decoration: none;
	color: #333399;
	padding-right: 4px;
	padding-left: 4px;
}

#titlbox {
	width: 915px;
	padding-left: 30px;
	padding-top: 10px;
	float: left;
	background-image: url(grafx/bodyslice.jpg);
	background-repeat: repeat-y;
}

#bodywrap {
	background-color: #FFFFFF;
	float: left;
	width: 930px;
	padding-top: 10px;
	background-image: url(grafx/bodyslice.jpg);
}
#content ul {
	margin-top: 10px;
	margin-left: 20px;
	list-style-type: none;
	list-style-image: none;
}
#content li {
	padding-bottom: 5px;
}
#content {
	margin-right: 35px;
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 80%;
}
#content p {
	padding-bottom: 5px;
	padding-top: 5px;
}
#sidebar {
	float: right;
	margin-right: 30px;
	margin-left: 12px;
}
#upperbloc {
	float: right;
	width: 500px;
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 62px;
	text-align: center;
}


#footer {
	font-size: 75%;
	text-align: center;
	background-image: url(grafx/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 35px;
	color: #FFFFFF;
	width: 930px;
}

#footer a {
	color: #FFFFFF;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#upperbloc a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#content h2 {
	font-size: 24px;
	color: #ad8f43;
}
.floatright {
	float: right;
	margin-left: 12px;
}
