
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #006E6C;
	margin: 0;
	background-color: #382036;
}

A {
	font-size: 10px;
	color: #91298A;
	font-weight: bold;	
}


A:hover, A:active  {
	text-decoration: none;
}


#container {
	width: 951px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
	margin-bottom: 37px;
}


#container_bottom {
	width: 951px;
	background-image: url(images/background_bottom.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
}

#menu {
    float: left;
	line-height:20px;
	padding-left: 40px;
	width: 200px;
	height: 415px;
	margin-bottom: 50px;
}

#menu A {
	font-size: 12px;
	text-decoration: none;
	color: #006E6C;
	font-weight: bold;	
}

#menu A:hover, #menu A:active {
	text-decoration: none;
	color: #91298A;
}

#content {
    float: left;
	width: 680px;
	line-height:14px;
	letter-spacing:0.5px; 
	text-align: justify;
	margin-bottom: 50px;
}

#content_header {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #91298A;
	font-weight: bold;	
	padding-left: 10px;
}

#content_bigger {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #006E6C;
	font-weight: bold;	
}

#footer {
    clear: both;
	height: 1px;
}
