/* @charset "utf-8"; */
/* CSS Document */

body {
	background-color:#666;
	margin-top: 0;
	margin-bottom: 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color:#666;
}

#wrapper {
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 980px;
	padding: 0 0 0 0;
	background-color:#FFF;
}

#wrapper-header {
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 940px;
	height: 100px;
	padding: 10px 10px 10px 10px;
	border-bottom: dashed 1px #999;
}

#header-logo{
	float: left;
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 500px;
	height: 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 80px;
	/* background: #FFF url(img/header.jpg) no-repeat; */
}

#header-logo a{
	text-decoration: none;
	color: #666;
}

#header-logo a:hover {
	text-decoration: underline;
	color: #666;
}

#header-menu{
	float: right;
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 400px;
	height: 100px;
	text-align:right;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #c25f00;
}

#header-menu a{
	text-decoration: none;
	color: #c25f00;
}

#header-menu a:hover{
	text-decoration: underline;
	color: #c25f00;
}

#wrapper-intro {
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 940px;
	height: 100px;
	padding: 0 10px 10px 10px;
	*padding: 10px 10px 10px 10px;
}

#wrapper-content {
	position: absolute;
	margin: auto;
	width: 940px;
	padding: 0 20px 0 20px;
	background-color:#FFF;
}

#wrapper-content-left {
	position:relative;
	float:left;
	width: 710px;
	background-color:#FFF;
}

#wrapper-content-right {
	float:right;
	width: 210px;
	background-color:#FFF;
}

#content-left {
	float:left;
	width: 350px;
	background-color:#FFF;
}

#content-left-full {
	width: 675px;
	background-color:#FFF;
}

#content-right {
	float:right;
	width: 325px;
	background-color:#FFF;
}

#content-maintitle {
	width: 100%;
	height: 25px;
	border-bottom: dashed 1px #999;
	font-size: 15px;
	font-weight:bold;
}

#content-maintitle a{
	font-size: 12px;
	text-decoration: none;
	color: #999;
}


#content {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #999;
	font-size: 12px;
	line-height: 20px;
}

.content {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #999;
	font-size: 12px;
	line-height: 20px;
}

.category {
	position: relative;
	width: 100%;
	padding-top: 10px;
	border-bottom: dashed 1px #999;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	font-weight:bold;
}

.category a{
	text-decoration: none;
	color: #c25f00;
}

.category a:hover {
	text-decoration: underline;
	color: #666;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 940px;
	height: 100px;
	padding-top: 10px;
	*padding: 10px 0 0 0;	
	background-color:#FFF;
	border-top: dashed 1px #999;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}


