body {
	margin:0;
	padding:0;
	font:10px Verdana;
	color:#707070;
	background:#B8B8B8 url('images/bg.jpg') repeat-y center;
}
a {
	color:#28558D;
}
a:hover {
	color:#FF6633;
}
img {
	border:0;
}

#main {
	width:706px;
	margin:0 auto;
	padding:0;
}

#header {

}
#header .description{
	padding:10px;
	background:url('images/ssl.jpg') no-repeat right center;
}
#header .logo{
	height:122px;
	background:url('images/logo-bg.jpg') repeat-x 0 0;
}
#header .logo img{
	margin:0 30px 0 0;
}
#header .logo h1{
	margin:0;
	padding:25px 0 0 0;
	color:#316A97;
	font-size:20px;
}


#sidebar {
	float:left;
	width:227px;
	height:400px;
	background:#EFEFEF url('images/left-bg.jpg') repeat-x 0 top;
	padding:5px;
}
#sidebar .kose{
	position:absolute;
	width:17px;
	height:13px;
	margin:392px 0 0 215px;
	background:url('images/kose.jpg') no-repeat right bottom;
}
#sidebar h1{
	color:#28558D;
	font-size:15px;
}
#sidebar .news{
	margin:5px 5px 10px 5px;
	padding:0 0 10px 0;
	border-bottom:1px dotted #A7A7A7;
}

#content {
	float:right;
	width:449px;
	background:url('images/right-bg.jpg') repeat-x 0 top;
	text-align:left;
	padding:10px;
}

#content h1{
	color:#E96A1A;
	font:18px Arial;
}

#footer {
	background:#EFEFEF;
	border-top:1px solid #959595;
	padding:20px;
	text-align:center;
}