#header {
	width:100%;
	background:url(../images/left_header_bg.jpg) repeat-x;
	height:80px;
	position:relative;
}

#header .logo_container {
	width:822px;
	margin:0 auto;
	position:relative;

}

#header .logo {
	position:absolute;
	z-index:2;
	top:0;
}

.repeat_left {
	background:url(../images/left_header_bg.jpg) repeat-x;
	height:80px;
	width:51%;
	float:left;
}

.repeat_right {
	background:url(../images/right_header_bg.jpg) repeat-x left;
	height:80px;
	width:49%;
	float:right;
}

#content_bg {
	background-color:#eeeeee;	
}

#content {
	background:url(../images/body_bg.jpg) repeat-y;
	width:822px;
	margin:0 auto;
	padding:0 0 20px 0;
}

#nav {

	
	
}

.tab_top {
	background-image: url(../images/_tabs/01.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 217px;
}

.tab_inside {
background-color:#333;
margin-left:6px;
width:198px;

}

.tab_inside a {
	color:#FFF;
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:13px 55px 0 0;
	height:30px;
	width:140px;
}

.tab_inside a:hover {
background: url(../images/hover.jpg) no-repeat;
width:140px;
}

.current_page_item {
background: url(../images/hover.jpg) no-repeat;
width:140px;
}

.current_page_parent {
background: url(../images/hover.jpg) no-repeat;
width:140px;
}

.tab_inside li {
	display:block;
	margin:0 0 0 40px;
	padding:0 80px 0 0;
	text-align:right;

	list-style-position:outside;

}

.tab_inside ul {
	margin:0;
	padding:0;
}

.tab_bottom {
	background-image: url(../images/_tabs/02.jpg);
	height: 7px;
	width: 217px;
	background-repeat: no-repeat;
}


#left_bar {
	width:170px;
	margin:10px 30px 0 30px;
}
#left_column{
	width:220px;
	float:left;
}

#right_column {
	width:550px;
	float:left;
	margin-left:20px;
}

#footer {
	background-color:#9D0B0E;
	height:15px;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}