body {
	background-attachment: fixed;
	background-image: url(images/white_large_ghosted_b.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentbox {
	position: relative;
	left: 34%;
	top: 10%;
	height: 263px;
	width: 351px;
	border: 1px none;




}
.linkbox {
	background-attachment: scroll;
	background-image: url(images/border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	height: 350px;
	width: 100px;
	top: 100px;

}
.colorboxtop {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 60%;
	height: 5px;
	width: 50%;
	top: 0px;
	background-color: #663333;
	padding: 0px;
	margin: 0px;


}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #663333;
	font-weight: normal;


}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	line-height: 200%;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #660000;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
a:active {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663366;
	text-decoration: none;
}
