	@import url(common.css);

	body {
		background: url(/images/main/bg.gif);
	}

	/* ---------------------------------------------------------------------------------------------------------------------------------------------
	wrapper
	--------------------------------------------------------------------------------------------------------------------------------------------- */

	#wrapper {
		position: relative;
		width: 1003px;
		padding: 0;
		margin: 0;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		background-color: #fff;
	}

	/* ---------------------------------------------------------------------------------------------------------------------------------------------
	header
	--------------------------------------------------------------------------------------------------------------------------------------------- */

	#header {
		position: relative;
		width: 100%;
		height: 90px;
		padding: 0;
		margin: 0;
		background: url(/images/header/bg_bar.gif) no-repeat 50% 100%;
	}

	#header .logo {
		position: relative;
		padding: 7px 0 0 10px;
		background: url(/images/header/bg_header.gif) repeat-x left top;
	}

	#header .quick_menu {
		position: absolute;
		bottom: 20px;
		right: 10px;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#header .quick_menu li {
		float: left;
	}

	/* ---------------------------------------------------------------------------------------------------------------------------------------------
	content
	--------------------------------------------------------------------------------------------------------------------------------------------- */

	#content {
		position: relative;
		width: 100%;
		padding: 10px 0 0 0;
		margin: 0;
		text-align: center;
	}

	/* ---------------------------------------------------------------------------------------------------------------------------------------------
	footer
	--------------------------------------------------------------------------------------------------------------------------------------------- */
	#footer {
		position: relative;
		width: 100%;
		background: #E7E7E7;
		text-align: center;
		border-top: 1px solid #bbb;
		padding: 10px 0 10px 0;
		margin: 20px 0 0 0;
	}

	#footer p {
		padding: 10px 0 0 0;
		margin: 0;
	}