@charset "utf-8";
/* CSS Document */

#header {
	height: 250px;
	width: 1034px;
	margin: 0px auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

#main {
	width: 984px;
	margin: 10px auto;
	overflow: hidden;
	border: 3px solid #fff;
	background-image: url(../images/composition_yellow.png);
	background-repeat: repeat;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#nav {
	float: left;
	width: 160px;
	padding: 28px 5px 10000px 5px;
	margin-bottom: -10000px;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #F79C7D;
	font-style: italic;
	overflow:hidden;
}
#footer {
	font-size: .6em;
	text-align: center;
	line-height: normal;
	margin: 28px;
}

img {
	border: 3px solid #333;
}

p{
	margin-top: 0px;
}

h1 {
	font-size: 30px;
	font-style: italic;
	text-decoration: underline;
	color: #333;
}

h2 {
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
	color: #333;
}

ul {
	font-size: 16px;
	list-style-image: url(../images/eaglebullet.png);
	list-style-position: outside;
}

body {
	
	background-repeat: repeat;
	height: 100%;
	color: #333;
	font-size: 24px;
	line-height: 28px;
	background-color: #F8D497;
}

.content {
	height: 65%;
	padding: 28px 28px 28px 28px;
	margin: 28px 28px 28px 188px;
	background-color: #F3A685;
	border: 3px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#wrapper {
	overflow: hidden;
}

a:link, a:hover, a:visited {
	color: #333;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color: #F8D497;
	text-decoration:none;
	font-weight: bold;
}
.clear {
	clear: left;
}

#accordion {
	width: 700px;
}

#accordion dt {
	display: block;
	background-color: #f5c674;
	font-size: 20px;
	color: #333;
	width: 624px;
	height: 20px;
	padding: 5px 10px;
	margin-left: 5px;
	font-weight: bold;
	border: 2px solid #9a7956;
}

#accordion dd {
	display: block;
	background-image:url(../images/composition_yellow.png);
	background-repeat: repeat;
	color: #333;
	font-size:16px;
	line-height: 28px;
	width:636px;
	padding: 5px;
	margin-left: 5px;
	border-left: 1px solid #9a7956;
	border-right: 1px solid #9a7956;
	border-bottom: 1px solid #9a7956;
}
#accordion a:link, #accordion a:visited, #accordion a:active, #accordion a:hover {
	color: #333333;
	text-decoration: none;
}
