* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fbede5;
	color: #414141;
	font: 12px arial, sans-serif;
}

img {
	border: 0;
}

#header {
	background-color: #fef9f6;
	border-top: 1px solid #db3526;
	height: 112px;
	width: 100%;
}

#logo {
	float: left;
	position: relative;
	top: 13px;
}

#yt {
	float: left;
	height: 340px;
	width: 560px;
	position: relative;
	left: 25px;
}

#contact {
	float: right;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
	position: relative;
	top: 35px;
}

#contact a {
	color: #414141;
	text-decoration: none;
}

#navigation {
	background: #9b1c10 url('/wp-content/themes/hawosun/images/bg_nav.png') repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #a82216;
	height: 240px;
}

.box {
	margin: 0 auto;
	width: 700px;
}

.box .choose {
	background-color: #fff;
	width: 340px;
}

.box .choose .content p {
	padding: 5px 10px 15px 10px;
}

.box .choose .content ul {
	padding: 0 10px 15px 20px;
}

.box .choose .content li {
	list-style-type: square;
}

.box .choose .content a {
	color: #414141;
	display: block;
	text-decoration: none;
}

#navigation .box img {
	border: 0;
	margin-top: 9px;
}

#navigation .box .picture {
	float: left;
	padding: 4px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.box .choose h2 {
	color: #db3526;
	font: italic 18px Arial, sans-serif;
	text-align: right;
}

.choose h2 {
	padding: 25px 5px 0 0;
}

.box h2 {
	color: #db3526;
	font: italic 18px Arial, sans-serif;
	padding: 15px 0 5px 0;
}

.box p {
	padding: 0 120px 10px 0;
}

.border {
	border: 1px solid #999;
	float: left;
	margin: 0 15px 5px 0;
}