@import url(print.css) print, handheld;

body.custom {
	background-color: #634e42;
	background-image:url(images/body_bg_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:scroll;
}

.custom #container {
	margin: 0 auto;
    background-color: transparent;
	background-image: url(images/container_bg_tile.jpg);
	background-position: center;
	background-repeat: repeat-y;
    border: none;
	width: 1019px;
}




.custom #page {
	background: transparent;
	background-image: url(images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;    
	margin:0;
	padding:0;
}




.custom #content_box {
	margin-left:20px;
	width: 980px;
	min-height:350px;
}




.custom #content {
	margin-right:40px;
}




.custom #sidebars {
	
}




.custom #logo {
	display:none;
}




.custom #tagline {
	display:none;
}	




.custom #header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height:206px;
	padding:0;
	border:none;
}




.custom .menu {
	margin: 0px 20px;
	width:950px;
}




.custom #footer {
/*	background-image:url(images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	margin:0;
	border:none;
	text-align:right;
	height:90px;
	padding:0 40px 0 0;
}




.custom #footer p.first {
	padding-top:30px;
}




.custom #column_wrap, .custom #content_box {
	background:none;
}








.wp-caption { 
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}




.custom p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}




.custom h1.entry-title, .custom h2.entry-title, .custom .headline_area h1 {
	font-weight: bold;
}




.custom div.entry-content>h2, .custom div.format_text>h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin:.5em 0 .5em 0;
}	
.custom div.format_text>h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:.4em 0 .4em 0;
}	




.custom .alignleft {
	float: left;
}




.custom .alignright {
	float: right;
}
















/* #############  Table STYLES  ##############*/




.custom table {
margin-bottom:20px;
}




