body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, san-serif;
	font-size:11px;
	line-height:14px;
	color:#E13737;
	background:#000 url("bg.jpg") left top no-repeat;
	}

a {color: #B7B89F; text-decoration:none;}
a:visited {color:#B7B89F; text-decoration:none;}
a:hover {color:#B7B89F; text-decoration:underline;}

/* ******************************** */



/* ********** left column********** */
.content 
{
	width:700px;
	padding:0px;
	margin:0px;
}


.leftBox
{
  position:absolute;
  float:left;
  width:450px;
  top:125px;
  margin:0px 0px 0px 25px;
}


/* text box for inside right column */
.rightBox
{
 position:absolute;
 top:190px;
 width:180px;
 margin:0px 0px 0px 475px;
 text-align:right;
}

p
{
 padding:0px;
 margin:0px 0px 0px 0px;
}

.header
{
	font-weight:bold;
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#353A3A;    
	text-align:center;
}


/* ********************************* */

.line
{
  width:100%;
  padding:0px;
	margin:7px 0px 7px 0px;
	border-bottom:2px dotted #450F0F;
}
