body {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

div.site {
	width: 996px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.header {
	width: 996px;
	height: 222px;
	margin-top: 8px;
	background-image: url(../image/header.jpg);
	background-repeat: no-repeat;
}

div.header a {
	width: 336px;
    height: 221px;
    display: block;
    cursor: pointer;
}

div.navigation {
	width: 336px;
	margin-bottom: 20px;
	float:left;
}

div.navigation_item {
	width: 300px;
	height: 34px;
	margin-top: 5px;
	margin-left: 18px;
	background-image: url(../image/navigation.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

div.navigation_item.sub {
	width: 250px;
	height: 34px;
	margin-top: 5px;
	margin-left: 68px;
	background-image: url(../image/navigation_sub.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

div.navigation_item.active {
	background-image: url(../image/navigation_active.jpg);
	background-repeat: no-repeat;
}

div.navigation_item.sub.active {
	background-image: url(../image/navigation_active_sub.jpg);
	background-repeat: no-repeat;
}

div.navigation_item:hover, div.navigation_item.active:hover {
	background-image: url(../image/navigation_hover.jpg);
	background-repeat: no-repeat;
}

div.navigation_item.sub:hover, div.navigation_item.sub.active:hover {
	background-image: url(../image/navigation_hover_sub.jpg);
	background-repeat: no-repeat;
}

div.navigation_item a {
	display: block;
	height: 34px;
	width: 290px;
	padding-left: 10px;
	line-height: 34px;
	text-decoration: none;
	color: #000000;
}

div.main {
	width: 660px;
	height: 100%;
	float: left;
}

div.content {
	width: 620;
	height: 100%;
	margin: 5px 20px 20px 20px;
}

h1, h2 {
	display: block;
	width: 620px;
	padding: 0px;
	margin: 0px;
	font-size: 28px;
	line-height: 34px;
	border-bottom: 2px solid #000000;
}

.quote {
	font-style: italic;
	text-align: center;
	margin: 35px 0px 0px 0px;
}

.text-right {
	font-size: 12px;
	text-align: right;
	margin: 5px 0px 20px 0px;
}

a, a:active, a:visited {
	color: #000000;
}

form input {
	width: 250px;
}

form textarea {
	width: 500px;
}

.error {
	border: 1px solid #ff0000;
}

.error_msg {
	font-size: 12px;
	color: #ff0000;
}

img {
	border: 2px solid #000000;
}

img.center_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.left_img {
	float: left;
	margin: 15px 20px 0px 0px;
}

img.float_img {
	float: left;
	margin: 0px 8px 20px 8px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}