* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: url(i/body/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	font-size: 16px;
	line-height:1.5em;
}
p {
	margin-bottom: 15px;
}
h1, h2 {
	font-weight:normal;
	color: #990066;
	border-bottom: 1px dashed #990033;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.9em;
	color: #990066;
}
h2 {
	font-size: 1.3em;
	color: #333333;
}
a {
	color: #993366;
}
#wrap {
	width: 900px;
	margin: auto;
	position: relative;
}
#screen {
	position: absolute;
	right: 5px;
	top: 80px;
}
#top {
	height: 101px;
}
#top #logo {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
#top #right {
	float: right;
}
#middle {
	margin-bottom: 20px;
	height: 206px;
}
#content, #side {
	font-size: 0.8em;
	display: inline;
}
#content {
	float: left;
	width: 670px;
}
#side {
	float: right;
	width: 200px;
}
#side ul {
	list-style-type: none;
}
#side ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	border-right: 3px solid #CCCCCC;
	border-left: 3px solid #EAEAEA;
	border-bottom: 1px dotted #CCCCCC;
	width: 184px;
}
#side ul li a:hover, #side ul li a.onpage {
	border-left: 3px solid #993366;
	border-right-color: #EAEAEA;
	color: #333333;
	font-weight: bold;
}
#footer, #footer a {
	color: #CCCCCC;
}
#footer {
	font-size: 0.9em;
	clear:both;
	float:none;
	padding:10px;
	text-align:center;
	background-color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #993366;
}
#footer #dbsps {
	display: block;
	font-size: 0.8em;
}

/* This is the letter, not part of the design */

#content #letter {
	padding-left: 20px;
	padding-bottom: 20px;
	float: right;
}
