body {
	background-image: url(img/bckgrnd.jpg);
}
#content {
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#mainboxtext {
	width: 500px;
	margin-left: 250px;
	padding-top: 300px;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #99CCFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
p a {
	color: #66FF00;
	text-decoration: none;
}
p a:hover {
	color: #0066FF;
}
#photo {
	position: absolute;
	left: 0px;
	top: 100px;
}
#boxlinksup {
	position: absolute;
	height: 100px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
.linbk li{
	display: inline;
}
.linbk li a{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
.linbk li a:hover {
	color: #00FFFF;
}
#linkleft {
	width: 245px;
	position: absolute;
	left: 0px;
	top: 300px;
	border-right: medium solid #000000;
	border-bottom: medium solid #000000;
	border-left: medium solid #000000;
}
.linkleft li {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.linkleft li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CCFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.linkleft li a:hover {
	color: #666666;
}
#linkright {
	position: absolute;
	width: 245px;
	top: 300px;
	right: 0px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B10A02;
	border-bottom-color: #B10A01;
	border-left-color: #B10A01;
}
#boxlinkdown {
	background-color: #BD664A;
	width: 1000px;
	margin-top: -16px;
}
.boxlinkdown ul {
	padding-top: 15px;
	padding-bottom: 15px;
}
.boxlinkdown li {
	display: inline;
}
.boxlinkdown li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
.boxlinkdown li a:hover {
	color: #CCCCCC;
}
#copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #99FF33;
	width: 1000px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
