a:link {
	color:white;
	text-decoration:none;
}

a:active {
	color:white;
	text-decoration:none;
}
	
a:visited {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline overline;
}

body {
	background:rgb(220,220,220);
	font-family: Trebuchet MS;
	font-size: 12px;
}

.site {
	width:800px;
	text-align:center;
}

.header {
	width:800px;
	height:100px;
	text-align:left;
	border:1px solid rgb(114,11,11);
	background: url(/images/header_bg.jpg);
}

.title {
	position:relative;
	width:800px;
	height:40px;
	background:rgb(114,11,11);
	border:1px solid blue;
	color:white;
	font-size:20pt;
	font-weight:bold;
}

.header-left {
	float:left;
	padding-top:5px;
}

.header-right {
	width:225px;
	height:100px;
	float:right;
	text-align:center;
	background: url(/images/header_right_bg.jpg) no-repeat;
	margin-right:10px;
	padding-top:3px;
	color:white;
}

.menu {
	background:rgb(114,11,11);
	width:800px;
	height:20px;
	color:white;
	border:1px solid rgb(114,11,11);
	vertical-align:middle;
	padding-top:5px;
}

.menu-right{
	width:300px;
	text-align:right;
	float: right;
	padding-right:10px;
}

.menu-left{
	width:400px;
	text-align:left;
	float: left;
	padding-left:10px;
}

.content {
	width:800px;
	height:800px;
	border:1px solid rgb(114,11,11);
	background:white;
	text-align:justify;
}

.page {
	width:800px;
	padding:10px;
	font-family: verdana;
	font-size: 12px;
}

.dropcap {
	color:rgb(114,11,11);
	font-size:20pt;
	font-weight:bold;
}