body {
	background: #343331;
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h1 {
	font-size: 1.2em;
	color: #ffd30e;
}
h2 {
	font-size: 1em;
	color: #ffd30e;
}
a {
	color: #ffd900;
}
img {
	border: none;
}
#outer {
	width: 980px;
	margin: auto;
	background: #9c9892;
}
#menu_container {
	text-align: center;
	position: relative;
	top: -47px;
	margin: 0 0 -30px 0;
}
#menu_container a {
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0px 10px 5px 10px;
}
#menu_container a:hover {
	border-bottom: 3px solid #ffd900;
	padding: 0px 10px 2px 10px;
}
#header_container {
	height: 240px;
}
#content_1 {
	padding: 30px;
	background-image: url(../_images/layout/right_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: 455px 15px;
}
#content_2 {
	padding: 30px;
	background-image: url(../_images/layout/right_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: 455px 15px;
}

#content_3 {
	padding: 30px;
	background-image: url(../_images/layout/right_bg_3.jpg);
	background-repeat: no-repeat;
	background-position: 455px 15px;
}

#content_4 {
	padding: 30px;
	background-image: url(../_images/layout/right_bg_4.jpg);
	background-repeat: no-repeat;
	background-position: 455px 15px;
}

#content_7 {
	padding: 30px;
	background-image: url(../_images/layout/right_bg_7.jpg);
	background-repeat: no-repeat;
	background-position: 455px 15px;
}

#content_6 {
	padding: 30px;
	background-image: url(../_images/layout/right_bg_6.jpg);
	background-repeat: no-repeat;
	background-position: 455px 15px;
}

.col_1 {
	background-image: url(../_images/layout/col_1_bg.png);
	background-repeat: repeat-y;
	width: 595px;
	float: left;
	padding: 10px;
}

.col_1_home {
	background-image: url(../_images/layout/col_1_bg.png);
	width: 900px;
	float: left;
	padding: 10px;
}

.col_1_large {
	background-image: url(../_images/layout/col_1_bg.png);
	background-repeat: repeat-y;
	width: 595px;
	float: left;
	padding: 10px;
}

.col_1_gallery {
	background-image: url(../_images/layout/col_1_bg.png);
	background-repeat: repeat-y;
	width: 520px;
	float: left;
	padding: 10px;
}
.col_2 {
	width: 275px;
	float: right;
}
.col_2_gallery {
	background-image: url(../_images/layout/col_1_bg.png);
	background-repeat: repeat-y;
	padding: 10px;
	width: 350px;
	float: right;
	text-align: center;
}
.clear {
	clear: both;
}
#footer {
	background: #4f4d4a;
	color: #ffd30e;
	padding: 10px;
}
#footer a {
	color: #ffd30e;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}

hr {border: 1px solid #FFCC00}