/* CSS RESET */
html{
	color:#000;
}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	background-attachment: fixed;
}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.231;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	background-image: url(images/oki.jpg);
}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
a {
	text-decoration:none;
		color:#fff
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header {
	position:relative;
	height:195px
}
#logo {
	position:absolute;
	top:11px;
	right:15px;
	width: 741px;
}
#logo h1 {
	font-size:34px;
	color:#fff
}
#logo div {
	padding-left:100px
}
#nav {
	position:absolute;
	top:134px;
	left:3px;
	width:1013px;
	height:45px;
	line-height:46px;
	background-color: #990000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#nav li {float:left;  font-weight:700; width:100px }
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {
	color: #FFFFFF;
	background-image: url(images/nav_hover.jpg);
	background-position: -10px;
}
/* content */
#content { }
.main {
	width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}
#text {
	width:1000px;
}
#text h2 {font-size:30px; padding-bottom:20px}
#text p img {float:left; padding:0 20px 0 0}
#text a {
	color: #000066
}

#col {
	width:300px;
	background:url(images/col.jpg);
	width: 700px;
	height:400px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#col div {width: 200px; margin: 20px 0 0 70px; display:inline}
#col .first  {margin: 20px 0 0 50px }
#col li{line-height:20px;}
.side {
	width:150px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
.side h2 {font-size:22px}
.side li {line-height:20px; list-style:inside disc; color:#FFFFFF; }
.side ul {margin:30px  0 30px 20px}
/* footer */
#footer {
	background:url(images/ft.jpg);
	height:50px;
	position:relative
}
#ftinner{
	position:absolute;
	bottom:7px;
	width:1000px;
	background-color: #990000;
	margin: 0px;
	height: 36px;
	left: 2px;
}
.ftlink {
	width:1000px;
}
