body {
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	color : #392125;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
}
.logo {
	position:absolute;
	right: 10px;
	top: 10px;
	margin: 0;
}
.fig {
	position:absolute;
	left: 10px;
	top: 10px;
	margin: 0;
}
.menu {
	position:absolute;
	left: 10px;
	top: 220px;
	width: 130px;
	background-color: #c4aeb2;
	color: #ffffff;
}
.menu ul {
	list-style : none;
	margin : 0;
    padding : 5px;
	line-height: 200%;
}
.menu ul li a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #00c068;
	text-decoration: none;
}
.menu ul li a:active {
	color: #ffffff;
	text-decoration: none;
}
.content {
	margin : 95px 0 0 135px;
    border-top : 10px #c4aeb2 solid;
	padding:0 10px 0 0;
}
.side {
    font-size : 0.75em;
    width : 250px;
    float : right;
    margin : 15px 0 0 0;
    padding : 5px 0 0 10px;
    border-left : 2px #00c068 solid;
	height: 100%;
}
.side ul {
	margin : 10px;
    padding : 0;
}
.bottom_bar {
    margin : 0 0 0 135px;
    border-top : 10px #c4aeb2 solid;
    clear : both;
}
h1 {
    font-size : 1.4em;
    font-weight : 150;
}
h2 {
    font-size : 1.3em;
    font-weight : 150;
}
h3 {
    font-size : 1.2em;
    font-weight : 150;
}
h4 {
    font-size : 1.1em;
    font-weight : 150;
}
a:link {
	color: #392125;
	text-decoration: underline;
}
a:visited {
	color : #392125;
	text-decoration: underline; 
}
a:hover {
     color : #00c068;
     text-decoration: underline;
}
a:active {
 	color : #00c068;
    text-decoration: underline;
}
