html {
	height:100%;
	overflow: -moz-scrollbars-vertical;
}

body {
/* 	background:url(/background.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x; */
	background-color:#682d2d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:101%;
}

.clearing{
	clear:both;
}

.page {
	width:1024px;
	margin:0 auto;
/* 	background-color:#ffffff; */
	height:100%;
}


.wrapper {	

}

.header {
	background-color:#FFF;
}

.header_top {
	height:30px;
	background-color:#202020;
}

.header_logo_box {
	float:left;
	width:340px;
	height:120px;
}
.header_logo_box img {
	margin-top:10px;
}


.header_image {
	float:left;
	height:120px;
	width:684px;
	background-color:#FFF;
}

.header_bottom {
	height:10px;
	background-color:#202020;
}



.wrapper2 {
	float:left;
	width:220px;
}

.navigation_box {
	width:220px;
/* 	background-color:#CCC; */
}
.navigation_top {
	height:0px;
}
.navigation {
}



.content_box {
	float:left;
	min-height: 400px;
	width:804px;
	padding-bottom:35px;
	background-color:#ffffff;
}
.content {
	text-align: left;
	width:100%;
}

.content_navi {
	height: 45px;
}

.content_text_box {
/* 	float: left; */
	width:750px;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 35px;
/* 	padding-top: 35px; */
/* 	border-top: 2px solid #202020; */
	text-align: right;
}

.content_image_box {
	float:right;
	width:250px;
	text-align:left;
	margin-left:20px;
}
.content_image_box p {
	text-align:left;
}
.content_image_box img {
	
}

.content_image_1 img {
/*	float:right;
	clear:right;*/
	margin-top: 35px;
	margin-bottom: 10px;
	border:2px solid #202020;
	font-size:0;
}
.content_image_2 img {
/*	float:right;
	clear:right;*/
	border:2px solid #202020;
	font-size:0;
	margin-top:20px;
}

.content_include {
	padding-top:35px;
	margin-left:35px;
	width:532px;
}

.content_include h1,h2,h3,h4,p {
	text-align:left;
}

.content form,input.submit,a.button {
	float:right;
	clear:both;
}

.content_navi {
	width:567px;
	height:28px;
}
.content_navi_box {
	margin-top:8px;
}

.content_navi_box a {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}


.header_navigation_box {
/* 	width:224px; */
	height:30px;
/* 	background-color:#bf0000; */
	float:right;
}
.header_navigation {
	height:20px;
	color:#202020;
	margin-top:12px;
	
}
.header_navigation_right {
	float:right;
	margin-right:20px;
}
.header_navigation * {
	color:#FFF;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}


/**************************/
/*      SYSMSG-FORMS      */
/**************************/
div.sysmsg {
	width: 350px;
	margin: 35px auto;
	border: solid 1px #CCCCCC;
/* 	background: #FFFFFF; */
	padding: 5px;
}
p.sysmsg_message {
/* 	display: block; */
	text-align: center;
	color:#202020;
}
a.sysmsg_link {
/* 	display: block; */
	text-align: center;
	color:#202020;
}
