html {
background-image: url(./images/tbg.jpg);
background-repeat: repeat-y;
background-position: center;
background-color: #242222;
padding: 0px 0px 0px 0px;
margin: 0px;
	}

body {
background-image: url(./images/bg.jpg);
background-repeat: repeat-x;
background-color: #242222;
margin: 0px;
font-family: sans-serif,verdana, arial;
font-size: 14px;
color: #222222;
text-align: center;
min-width: 800px;
height: 100%;
}

div.content {
background-image: url(./images/tbg.jpg);
background-repeat: repeat-y;
width: 700px;
height: 100%;
margin: 0px auto;
width:800px;
text-align: left;
font-family: verdana, sans-serif, arial;
color: #111111;
	}
	
div.left {
margin: 0px 0px 0px 50px;
height: 100%;
	}	
	
div p {
padding: 5px;
margin: 5px;
	}	
	
.left div {
width: 500px;
background-color: #383636;
background-image: url(./images/div.jpg);
background-repeat: no-repeat;
background-position: bottom left;
min-height: 200px;
border: 1px solid #111111;
margin: 0px 0px 40px 0px;
	}	
	
div h1 {
background-color: #242222;
margin: 5px;
padding: 5px;
letter-spacing: 2px;
font-size: 17px;
color: #5e5c5c;

	}
	
	h3 {
text-align: right;
padding: 0px 20px 0px 0px;
font-size: 10px;
color: #565454;
margin: 0px 0px 20px 0px;
		}
	
	
.space {
height: 145px;
width: 100px;
border: 0px;
	}	
	
p.info {
	background-color: #3d3b3b;
	margin: 40px 20px 20px 165px;
	padding: 5px;
	min-height: 50px;
	border: 1px solid #272626;
}

.info b {
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
color: #2d0101;
	}	
	
.info a {
display: block;
padding: 0px 0px 1px 0px;
	}	
	
.info a:hover {
padding: 0px;
	}	

a {
color: #090909;
font-size: 11px;
font-weight: bold;
text-decoration: none;
letter-spacing: 2px;

	}
	
a:hover {
color: #2d0101;
border-bottom:1px dotted #090909;
	}	
	
div.right {
float: right;
margin: 0px 12px 0px 0px;
	}	
	
.right a {
display: block;
background-color: #0a0909;
width: 215px;
padding: 5px;
margin: 2px 0px 2px 0px;
color: #1d1717;
	}	
	
.right a:hover {
color: #ad2a2a;
background-color: #161414;
border-bottom: 0px;
	}	

.right h1 {
background-color: #000000;
width: 215px;
padding: 5px;
margin: 20px 0px 8px 0px;
color: #676060;
font-size: 12px;
text-transform: uppercase;
text-align: center;
letter-spacing: 6px;
	}	
	
	.foot {
	color: #444444;
	text-align: right;
	margin: 0px 270px 30px 0px;
		}
		
.foot a {
color: #444444;
	}		
	
.foot a:hover {
color: #000000;
	}	
