body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5E5A2;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
div#header {
	background-image: url(images/pattern.jpg);
}
div#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	left: 15px;
	right: 15px;
	position: absolute;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
div#box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color: #666666;
}
div#content p {
	font-size: 12px;
}
h1 {
	font-size: 16px;
	color: #666666;
}
div#box {
	position: static;
	border: 1px solid #000000;
	left: 30px;
	right: 30px;
	font-size: 12px;
}
div#box ol li {
}
div#handbook {
	text-align: center;
	position: absolute;
	width: 100%;
}
div#handbook h1 {
	color: #000000;
	font-size: 16px;
}
div#handbook h2 {
	font-size: 14px;
}
div#resume {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #FF9600;
	border: thin solid #000000;
	list-style-type: none;
	position: absolute;
}
div#resume ul {
	list-style-type: square;
	list-style-image: url(images/book.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


div#resume a {
	color: #F5E5A2;
}
div#resume a:hover {
	font-weight: bolder;
	text-decoration: underline;
	color: #FFFFFF;
	list-style-image: url(images/book1.gif);
}
a {
	color: #000000;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
