BODY{
	background-image: url(../images/backgrounds/red.jpg);
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #000000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin-right:25px;
	margin-bottom:24px;
	color:#434242;
}

a, a:active {
	font-weight:bold;
	color:#671817;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color#671817;
	text-decoration:underline;
}

p.copyright{
	color:#6f6f6f;
	font-size:11px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
	text-transform:uppercase;
	padding-top:6px;
	letter-spacing:1px;
	line-height:21px;
}

p.copyright A{
	font-weight:normal;
	color:#6f6f6f;
	text-decoration:none;
	text-transform:allcaps;
	letter-spacing:1px;
}

p.copyright A:hover{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

.content{
	background-image:url(../images/contentbg.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	vertical-align:top;
	}
	
.txtcontent{
	border:0px solid #000000;
	padding-top:30px;
	margin:0;
	float:right;
	width:545px;
	}

.txtcontent h1{
	font-size:18px;
	font-weight:bold;
	color:#671817;
	margin:0px;
	padding-bottom:2px;
	}
	
.txtcontent h2{
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#6f6f6f;
	}

.txtcontent p{
	font-size:12px;
	padding-bottom:12px;
	padding-right:20px;
	line-height:21px;
	}

.sidebar{
	width:200px;
	margin:0;
	padding-top:30px;
	padding-left:45px;
	border: 0px solid #000000;
		}
		
.sidebar p{
	font-size:12px;
	color#671817;
	padding-top:0px;
	}
	
p.sidebar a{
	color#671817;
	}