@charset "UTF-8";
/* CSS Document */



* { padding: 0; margin: 0; }

body {
	font-family:"Times New Roman", Times, serif;
	color:#554125;
 font-size: 13px;
 	background:url(../img/backwood.jpg) repeat;
	margin:0px;
	padding:0px;
}

p {
 padding: 10px;
}

#wrapper { 
 width: 1079px;
 
 	background:url(../img/repeat.jpg) repeat-y;

}

#content { 
 float: left;
 color: #333;
 height: 100%;
 width: 760px;
 display: inline;
 padding-left:4px;
}

#footer { 
 width: 1079px;
 height: 205px;
 clear: both;
 color: #333;
 	color:#554125;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
}

#leftcolumn { 
 color: #333;
 background: #66FFCC;
 width: 157px;
 float: left;
 
 height:505px;
	background:url(../img/back_left.jpg) no-repeat;
}

#rightcolumn { 
 color: #333;
 background: #EBE3CD;
 width: 155px;
 float: left;
 
 height:805px;
	background:url(../img/back_right.jpg) no-repeat;
}




p{
	color:#47351F;
	font-size:13px;
	line-height:18px;
	
}


p a{
	color:#47351F;
	text-decoration:none;
}



.red{
	color:#6F1911;
	
}








img#bg {
position:fixed;
top:0;
width:100%;
height:100%;
	background:url(../img/repeat.jpg) repeat-y;

}
