@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 15px;	
}

body {
	background-color: #352d26;	
}

#container {	
	width: 980px;
	position: relative;
	background-image: url(../design/container_bg.jpg);
	background-repeat: repeat-y;
	margin: 50px auto;
}
#container #header {
	display: block;
	position: relative;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 980px;
}
#container #header #menubar{
	position: absolute;
	bottom: 20px;	
}

#container #header #menubar ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}

#container #header #menubar li {
	list-style-type: none;
	display:inline;	
	padding: 15px;
}

#container #content {
	min-height: 460px;
	width: 960px;
	padding: 0px 10px;
	position: relative;
	background-image: url(../design/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #content #left_side {	
	height: 440px;
	width: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../design/left_side.jpg);
	background-repeat: no-repeat;
}
#container #content #right_side {
	background-image: url(../design/right_side.jpg);
	background-repeat: no-repeat;
	height: 440px;
	width: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#container #content #left_col {
	float: left;
	width: 700px;
	margin-top: 50px;
	margin-left: 70px;
}
#container #content #clear {
	clear: both;
	float: none;
}

#container #content #right_col {
	float: right;
	width: 135px;
	text-align: center;
	padding-top: 170px;
}
#container #content #right_col .right_icon {
	clear: both;
	display: block;
	margin: 0px auto;
	padding: 10px;
}
#container #content {
	float: none;
	clear: both;
}
#container #footer {
	background-image: url(../design/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 980px;
	position: relative;
}
#container #footer_string{
	position: absolute;
	bottom: 5px;
	right: 20px;
}

