/* CSS Document */

body {
	background: #eee url(../images/bkground.png) repeat-x 0px 0px;
	padding-bottom:50px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#8e7d6a;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	font-size:13px;
}
	
* {
	margin:0;
	padding:0;
}
	
#wrapper {
	width: 940px;
	position: relative;
	left: 50%;
	margin-left: -470px;
}
	
#header {
	height:240px;
}

#logo {
	float:left;
	padding: 70px 10px 10px; 
	background: #ddd;
}

/* #xmas01 {
	position: absolute;
	margin-left: 540px;
	margin-top: -45px;
}

#xmas02 {
	position: absolute;
	margin-left: 600px;
	margin-top: -10px;
}

#xmas03 {
	position: absolute;
	margin-left: 660px;
	margin-top: -10px;
}

#xmas04 {
	position: absolute;
	margin-left: 740px;
	margin-top: -5px;
} */

#menu {
	float:right;
	width: 725px;
	margin-top: 65px;
}

.content {
	float:right;
	width:727px;
	margin-bottom:50px;
	}

.sidebar {
	float: left;
	width: 185px;
}

.flash {
	border: 6px solid #160f09;
	background-color:#160f09;
}

.nav {
	clear:both;
}
	
.left {
	float:left;
	width:430px;
	margin-top:22px;
	margin-left:8px;
}
	
.right {
	float:right;
	margin-top:22px;
	width:240px;
}

#news {
	background-color:#fff;
	border:10px solid #ddd; 
	padding:20px;
}

#footer {
	clear: both;
	padding-bottom:40px;
}

.footer_sidebar {
	width: 210px;
	float: left;
}
	
.footer_left {
	float:left;
	width:520px;
	font-size:11px;
	color:#3f352a;
	padding-top:5px;
}
	
.footer_right {
	float:right;
	width:210px;
	font-size:11px;
	color:#3f352a;
	padding-top:5px;
}
