

html{
	height:100%;
}

body{

position:relative; margin:0; padding:0; z-index:0;

	background-color:#520205;
	background-image:url('bgd.jpg');
	background-repeat:repeat;
	color:#a29595;
	height:100%;
	font-family: "Trebuchet MS";
	font-size:14px;
	line-height:21px;
}

a{
outline:none;
}

input:focus{
	outline:none;
}

.clear{
	clear:both;
}


#container{
	margin:0 auto;
	width:801px;
	background-image:url('bg.jpg'); 
	background-repeat:repeat;
	height:100%;
	background-color:#520205;
}



#head{
margin:0 auto; width:801px; position:relative;background-image:url('main.jpg'); height:690px; z-index:10000;
}

#title{
	position:absolute;
	top:0px; left:170px;
}


h2{
font-size:16px;
margin:0px 0 0 0;
color:#b3a4a4;
}

	
	
#content{
	margin:0 auto;
	width:960px;
	z-index:9000;
	background-image:url('bg.jpg'); 
	background-repeat:repeat;
	background-color:#520205;
}

#bleft{
	float:left;
	width:170px;
	padding-top:50px;
}

#bright{
	float:left;
	width:801px;
}

#cri{
	padding:20px;
	
	background-color:#520205;
}