body {
	background-image: url(../images/bg.jpg);
	background-color: #E6C9CB;
	background-repeat: no-repeat;
	font: 0.9em/1.2em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

a:link {
	color: #4A3D86;
}
a:visited {
	color: #A35A61;
}
a:hover {
	color: #990099;
}


#container{
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	height: 1000px;
	width: 792px;
	background-image: url(../images/bg-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font: 0.90em/1.35em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}


#nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 425px;
	width: 172px;
	top: 290px;
	position: relative;
	right: 80px;
	clear: both;
}
#text {
	float: left;
	left: 80px;
	position: relative;
	width: 425px;
	top: 290px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 560px;
	overflow: auto;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
.highlight {
	font-size: 1em;
	font-weight: bold;
	color: #732030;
}
