@charset "UTF-8";

#wrapper {
	width: 964px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#container {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
#main {
	width: 962px;
	height: 500px;
/* 	background-image: url(../images/main_theme_01.jpg); */
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 80px;
}

#header {
	position: relative;
	background-image: url(../images/header_01.jpg);
	background-repeat: no-repeat;
	width: 962px;	
	height: 77px;
}
#footer {
	height: 82px;
	width: 962px;
	clear: both;
	background-color: #f4f4f4;
	background-image: url(../images/footer_bg_01.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}


/* Column One */

#col-one {
	margin-top:45px;
	margin-left: 25px;
	margin-right: 25px;
}

#sidebar {
	float: left;
	width: 224px;
}