@charset "UTF-8";

body {
	background-color: #ffffff;
	font: .8em/1.3em Trajan Pro;
	margin: 0px;
	padding:0px;
}
#logo {
	background-color: #ffffff;
	width: 100%;
	height: 60px;		
}
#menu {
	background-color: #aba2bd;
	width: 100%;
	height: 25px;
	padding-top: 6px;
	color: #d7d2e0;
	text-align: right;
}

#footer {
	background-color: #aba2bd;
	width: 100%;
	height: 25px;	
	padding-top: 6px;
	color: #d7d2e0;
	text-align: right;
}

#flashcontent {	
	width: 900px;
	height: 600px;
}

#content {	
	width: 900px;
	height: 550px;
	padding-top: 50px;
	color: #6a696e;
	text-align: justify;
}

#contentfront {	
	width: 900px;
	height: 600px;
}

a:link {
	color: #d7d2e0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d7d2e0;
}
a:hover {
	text-decoration: bold;
	color: #644185;
}
a:active {
	text-decoration: none;
	color: #d7d2e0;
}