/* CSS Document */

body {
	background: #feffbb;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 4% 7%;
}

#wrap {
	background: #feffe8;
	border: 1px solid #4c659d;
	min-width: 680px;
	max-width: 1400px;
}

#header {
	background: #00248f;
	text-align: center;
	height: 160px;	
}

#sidebar {
	float: left;
	width: 25%
}

#sidebar .gutter {
	margin: 15px;			
}

#sidebar ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	line-height: 1.7em;
	text-align: center;
	font-weight: bold;
}

#sidebar a:link, #sidebar a:visited {
	color: #4c659d;
	text-decoration: none;
	padding-left: 17px;	
}

#sidebar a:hover, #sidebar a:active, #sidebar a:link#current, #sidebar a:visited#current {
	background: url(img/pfote.gif) no-repeat left;
	color: #4c659d;
}

#content {
	background: #ffffeb;
	float: right;
	width: 75%;
	font-size: 95%;
	line-height: 1.5em;
}

#content .gutter {
	margin: 20px 15px;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	background: inherit;
	color:#00248f;
	text-decoration: none;
}

#content h2 {
	margin: 0 0 1em 0;
	font-size: 130%;
	font-weight: bold;
	color: #4c659d;
}

#content h4 {
	margin: 0 0 -1em 0;
	font-size: 105%;
	font-weight: bold;
	color: #4c659d;
}

#content img {
    display: block;
	margin: 15px auto 15px auto;
}

#content address {
	font-style: normal;	
	margin: 15px 0;
}

#content address a img {
	border: 0;
	display: inline;
	margin: 0;
}

#footer {
	text-align: center;
	height: 65px;
	clear: both;
	padding-top: 25px;
	padding-left: 24.15%;
	background: url(img/footer.gif) no-repeat top left;
}

#footer img {
	margin-left: 1%;
	border: 1px solid #4c659d;
}

#copyr {
	background: #00248f;
	color: #4f76c6;
	margin: 0px;
	padding: 10px;
	font-size: 85%;
}
