#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
}
#header {
	width: 960px;
	height: 225px;
	background: url(../images/header.jpg) right no-repeat;
}
#logo {
	width: 305px;
	float:right;
	margin-right:33px;
	margin-top:22px;
}
/*goto menu.css*/
#main_wrapper {
	width: 960px;
	background-color: #FFF;
	background-image: url(../images/bg_pg.jpg);
}
#main_col {
	width: 545px;
	float: left;
	margin-left:40px;
	margin-top: 33px;
}
#right_col_top {
	width: 300px;
	float:right;
	margin-top: 33px;
	margin-right:37px;
}
#right_col {
	width: 300px;
	float:right;
	margin-top: 33px;
	margin-right:37px;
}
#sidebar {
	width: 307px;
	float:right;
	margin-top: 26px;
	padding-top:9px;
	background-color: #CACACA;
	background-image:url(../images/sidebar_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:33px;
}
#sidebar_bottom {
	background-image:url(../images/sidebar_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:307px;
	height:27px;
}
#sidebar p {
	text-align: center;
	letter-spacing: normal;
}
#pic_col {
	width: 132px;
	height: auto;
	float: left;
	padding-right: 10px;
}
#full_col {
	width: 850px;
	margin: 0 auto;
	clear: both;
}
#clear {
	clear: both;
}
#foot {
	width:960px;
	height:29px;
	background-image: url(../images/bg_foot.jpg);
	background-position:top;
	clear:both;
}
#footer {
	width:894px;
	height:43px;
	background-image: url(../images/bg_footer.jpg);
	background-position:top;
	clear:both;
	padding:33px;
}
#footer a:link, a:visited {
	color: #600;
}
#footer a:hover {
	color: #006;
}
