@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
/* for IE */
html {
	font-size:75%;
}
/* for all other */
html>body {
	font-size:12px;
}
#wrapper {
	margin:0 auto;
	width:960px;
	max-width:100%;
}
#header {
	height:110px;
	width:960px;
}
#head_left {
	float:left;
	display:inline;
	height:110px;
	width:628px;
}
#line_1 {
	float:right;
	display:inline;
	height:63px;
	margin-top:8px;
	width:531px;
}
#scrolltext {
	float:right;
	display:inline;
	height:26px;
	width:531px;
}
#head_right {
	float:right;
	display:inline;
	height:110px;
	width:332px;
}
#logo {
	float:left;
	display:inline;
	margin-top:8px;
	width:236px;
}
#content {
	height:476px;
	width:960px;
}
#block_l {
	float:left;
	display:inline;
	height:478px;
	margin-left:41px;
	width:260px;
}
#home_link {
	float:left;
	display:inline;
	height:148px;
	margin-top:20px;
	width:260px;
}
#pictext {
	float:left;
	display:inline;
	margin-top:20px;
	width:260px;
}
#block_r {
	float:right;
	display:inline;
	height:478px;
	margin-right:40px;
	width:420px;
}
#homelink {
	float:right;
	display:inline;
	margin-top: 30px;
	width:420px;
	text-align: right;
}
a.nav {
	color: #000;
	text-decoration: none;
}
a.nav:link {
}
a.nav:visited {
}
a.nav:hover {
	color:#F00;
	text-decoration:underline;
}
a.nav:focus {
	outline:none;
	text-align: left;
}
.red {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.black_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.black_14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}
.black_14pt_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}
.black_18pt {
	font-size:18px;
	font-weight: bold;
}
