* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(bgcx.jpg);
	background-repeat: repeat-x;
	background-color: #1B2716;
}
#doc {
	background-image: url(jasonseely.jpg);
	background-repeat: no-repeat;
	height: 600px;
	float: left;
	width: 800px;
}
#content {
	width: 400px;
	float: right;
}
#content h1 {
	font-family: Courier New, Courier, mono;
	border-bottom: solid 3px #666;
	padding-top: 5px;
}
#content h2 {
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 40px;
}
#text {
	background-color: #C2C3C4;
	border: solid 2px #999;
}
#content p {
	padding: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	text-indent: 10px;
}
#links {

}
#links ul {
	padding-left: 20px;
	padding-bottom: 20px;
}
#links ul li {
	display: block;
	list-style: none;
	padding-bottom: 4px;
}
#links ul li a {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	border-top: solid 3px #C2C3C4;
	padding-left: 2px;
	padding-right: 2px;
	color: #2D864C;
	font-weight: bold;
}
#links ul li a:hover {
	background-color: #fff;
	border-top: solid 3px #333;
}
#text h3 {
	display: block;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border-top: solid 1px #000;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #999;
}