/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #C0C0C0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A61414;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A61414;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A61414;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A61414;
}

#pageframe {
	color: #000000;
	width: 720px;
	margin: auto;
	position:relative;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#header {
	width: 720px;
}

#menubar {
	background-color: #CCCCCC;
	float: left;
	padding-left: 8px;
	padding-right: 3px;
	padding-top: 8px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: normal;
	vertical-align: top;
	width: 200px;
	height: 100%;
}
#menubar, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #990000;
	width: 120px;
}

#content {
	width: 569px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

A:link {
	color: #000066;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 15px;
	line-height: 12px;
}

A:visited {
	color: #000066;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 15px;
	line-height: 12px;}
	
A:hover {
	color: #000066;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 15px;
	line-height: 12px;}
	
A:active {
	color: #000066;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 15px;
	line-height: 12px;}

.author
 {font-size: 0.8em; color: #A61414; }
