/* General Visual */

/* 0079c1 */
body{
	
	background-color:#403232;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
}

p{
	text-indent:20px;
}

a{
	color: #59300C;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color: #CF701E;
	text-decoration:none;
}

table.page{
	position:relative;
	left:150px;
	width:900px;
	background-image:url(../images/page/layout/half_mask.gif);
	background-repeat:no-repeat;
	border-right: 2px solid #111111;
	border-left: 2px solid #111111;
	background-color:#594646;
}

table.page td.header{
	/*background-color:#000000;*/
	text-align:right;
	/*border-bottom: 2px solid #ffffff;*/
}

table.page #right{
	vertical-align: top; 
	padding: 0px; 
	height:650px;
}

table.page #right a{
	color: #CC9999;
	text-decoration:underline;
}

table.page #right a:hover{
	color: #111111;
	text-decoration:none;
}

table.page td.title{
	font-size: 30px;
	color: #403232;
	font-weight: bold;
	padding:350px 10px 0px 0px;
	text-align:right;
	vertical-align:top;
	width:230px;
}

table.page #footer{
	text-align:center;
	padding: 60px 0px 60px 0px;
	/*border-top:2px solid #080705;*/
}

div.debugger table{
	width: 100%;
	background-color: #ffffff;
	color:#000000;
}