@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/site_background.jpg);
	background-repeat: repeat-x;
	padding: 0;
	font-family: Corbel, "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	color: #838383;
}

h2 {
	font-size: 16px;
	line-height: 30px;
}

h3 {
	color:#777777;
	font-size: 14px;
}
a {
	color: #533B23;
}


#main {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 950px;
}
#navigation {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#navigation img {
	border: 0;
	vertical-align: top;
}
#header {
	padding: 0px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#header img.wheel {
	position: relative;
	padding: 0px;
	vertical-align: top;
	margin: auto;
}
#content {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#content .big_box_left {
	background-image: url(images/box_background.jpg);
	background-repeat: repeat-x;
	width: 410px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #EAEAEA;
	height: 400px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .big_box_right {
	background-image: url(images/box_background.jpg);
	background-repeat: repeat-x;
	width: 410px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #EAEAEA;
	height: 400px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .full_box {
	background-image: url(images/box_background.jpg);
	background-repeat: repeat-x;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #EAEAEA;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content .read_more {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .detail {
	line-height: 12px;
}

#header img.logo {
	padding: 0px;
	vertical-align: top;
	margin: auto;
	position: relative;
}

#header img.portrait {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	vertical-align: top;
	position: relative;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
#content .footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	clear: both;
}

#content ul {
	font-size: 11px;
	color: #777777;

}
