/* CSS Document */
#wrapper2 {
	margin: 0px;
	height: 3650px;
	width: 760px;
	position: relative;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-y;
	background-position: 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;


}
#wrapper1{
	background-image:  url(../images/bg1.jpg);
	margin: 0px;
	height: 3650px;
	width: 760px;
	background-repeat: no-repeat;
	border-right: 1px solid #330000;
	background-position: 0px 20px;




}
#contentbg {
	background-color: #170000;
	border: 1px solid #000000;
	width: 550px;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	position: absolute;
	height: 3550px;
	left: 165px;
	top: 100px;
}
#content{
	border: 1px solid #000000;
	width: 550px;
	height: 3550px;
	position: absolute;
	left: 165px;
	top: 100px;
	color: #efdfde;
}
#content p {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}
h1 {
	background-color: #3D0F0F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	font-size: 13px;
	padding-left: 15px;
}
.sevenleft {
	border: 1px solid #990000;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	text-align: center;
}
.sevenright {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 1px;
	border: 1px solid #990000;
	text-align: center;
}
#content a {
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
}
#content a:hover {
	color: #F0C566;
	text-decoration: underline;
}
