@charset "UTF-8";
body {
	background: #4E1451 url(../images/back.gif) repeat fixed;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
}
.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}

a:link {
	text-decoration: none;
	color: #993399;
}
a:visited {
	text-decoration: none;
	color: #993399;
}
a:hover {
	text-decoration: none;
	color: #ff99ff;
}
a:active {
	text-decoration: none;
	color: #ff99ff;
}
#bodyWrapper {
	margin: 0px auto;
	padding: 3px 0px;
	width: 776px;
	background: #999;
}
#footer {
	width: 776px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	margin: 5px auto 20px;
}
#container {
	background: #FFF;
	margin: 0px 3px;
	width: 770px;
}
#mainArea {
	background: #FFF;
	padding: 10px 25px;
}
#mainAreaShort {
	background: #FFF;
	padding: 10px 25px;
	height: 300px;
	width: 710px;
}
#pageHeader {
	background: #FFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	border-bottom: thin solid #FFF;
}
#navigation {
}
.name {
	font-style: italic;
}
.initial {
	font-size: 24px;
	font-weight: bold;
	color: #CB39A8;
}
#footer a:link {
	text-decoration: none;
	color: #ff99ff;
}
#footer a:visited {
	text-decoration: none;
	color: #ff99ff;
}
#footer a:hover {
	text-decoration: none;
	color: #993399;
}
#footer a:active {
	text-decoration: none;
	color: #993399;
}
