body	{ 
	background-color: white; 
	margin: 0px; 
	}

body, div, td	{ 
	color: #333; 
	font-size: 12px; 
	line-height: 16px; 
	font-family: Geneva, Verdana, Helvetica, "Espy Sans", Arial, sans-serif; 
	}
	


.h1	{ 
	color: #663300;
	background-color: #E6DBCF;
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin-bottom: 20px;
	padding: 2px; 
	}
.content { }
.content a:link, .content a:visited	{ 
	color: #390; 
	text-decoration: none;
	}
.content a:hover	{ 
	color: #000; 
	text-decoration: none;
	}

.small	{ 
	color: #999; 
	font-size: 10px; 
	line-height: 12px;
	margin-top: 20px;
	}
.small a:link, .small a:visited	{ 
	color: #999; 
	text-decoration: none;
	border-style: solid; 
	border-width: 1px; 
	border-color: #999;
	}
.small a:hover	{ 
	background-color: #ddd;
	}

.title	{ 
	color: #fff; 
	line-height: 20px; 
	text-transform: uppercase; 
	letter-spacing: 3px; 
	margin-left: 20px; 
	}
.title a:link, .title a:visited, .menu a:hover	{ 
	color: #fff;
	text-decoration: none; 
	}

.menu	{ 
	color: #333; 
	line-height: 20px; 
	text-align: right; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	border-bottom: 1px dashed #390; 
	display: block;
	}
.menu a:link, .menu a:visited	{ 
	color: #390; 
	text-decoration: none; 
	display: block;
	}
.menu a:hover	{ 
	color: #663300; 
	background-color: #E6DBCF; 
	}

.startmenu	{ 
	color: #777; 
	line-height: 25px; 
	text-align: right; 
	text-transform: uppercase; 
	letter-spacing: 2px;
	}
.startmenu a:link, .startmenu a:visited	{ 
	color: #777; 
	text-decoration: none;
	display: block;
	padding-right: 5px;
	}
.startmenu a:hover	{ 
	color: #fff; 
	background-color: none; 
	display: block;
	}

.break	{ 
	margin: 20px 0px 10px 0px; 
	border-top: 1px dashed #390;
	}

#topbox	{ 
	background-color: #390; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: auto; 
	height: 70px; 
	}

#menubox	{ 
	position: absolute; 
	top: 70px; 
	left: 100px; 
	width: 150px; 
	}

#contentbox	{ 
	padding-bottom: 20px; 
	border-bottom: 1px dashed #390; 
	position: absolute; 
	top: 93px; 
	left: 270px; 
	width: 550px; 
	}

