body { 
	padding: 0; 
	margin: 0; 
	font: 12px Arial, Verdana, Helvetica, sans-serif; 
	line-height: 18px;
	background-color: #f9f9ed;
	background-image: url(images/body_bg5.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	color: #454545; 
}

.left a {
	color: #454545;
	background: inherit;
}

#body2{
	width: 800px;
	float: left;
	margin-left: 1%;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

#body3{
	width: 776px;
	margin: auto;
	background-color: #fff;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


h2 { 
	margin: 0 0 15px 0; 
	padding: 0; 
	font-family: Georgia, Serif, Times, Arial;
	font-size: 20px;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

p {	margin: 0 0 12px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}



/* layout
   ------ */

.content { 
	margin: auto;
	width: 766px; 
}


/* left side
   --------- */
   
#header{
	background-image: url(images/wolfw.jpg);
	height: 320px;
	width:766px;
	margin: auto;
	background-repeat: repeat-y;
}


.header2{
	height: 266px;
	width:900px;

}

.hright{width:800px; float: right}

.hright a{color:#fff; text-decoration:none;}
.hright a:hover {color:#fff; text-decoration:none;}
.hright a:active{color:#000; text-decoration:none;}
.hright a:focus{color:#fff; text-decoration:none;}

   
#menu {
	display: left;
	margin: 0px 0px 80px 70px;
	padding-right: 0px  0px 0px 0px;
	height: 15px;
	bottom: -1px;
	font-family: Arial, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px;
	height: 15px;
	line-height: 25px;

}


.left {
	float: left;
	width: 482px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 280px;
	background-image: url(images/bgwhite.jpg);
	background-repeat: repeat-y;
}

.right2 {
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

.rights {
width: 240px;
margin: auto;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: url(images/dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}

.clean{
	clear: both;
}