/* CSS Document */
#wrapper2 {
	margin: 0px;
	height: 600px;
	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;
	background-color: #261817;


}
#wrapper1{
	background-image:  url(../images/bg1.jpg);
	margin: 0px;
	height: 600px;
	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: 500px;
	left: 165px;
	top: 100px;
	z-index: 2;
	visibility: visible;
}
#content{
	border: 1px solid #000000;
	width: 550px;
	height: 500px;
	position: absolute;
	left: 165px;
	top: 100px;
	color: #efdfde;
	z-index: 3;
	visibility: visible;
}
#content p {
	margin: 10px;
}
#content img {
	margin: 0px;
	float: none;
	border: 1px solid #efdfde;
}
