@charset "utf-8";

*{
	margin:0;
	padding:0;
}
body{
	font: 90% arial,sans-serif;
	background: #E0E0E0;
	color: #000;
	line-height:1.4;
	text-align:center
}
#container{
	width:792px;
	margin:20px auto;
	text-align:left;
}
#b1{
	width:792px;
	height:10px;
	background: url(../img/bg_1.jpg) no-repeat;
	font-size: 0;
}
#b2{
	width:792px;
	background: url(../img/bg_2.jpg) repeat-y;
}
#b3{
	width:792px;
	height:10px;
	background: url(../img/bg_3.jpg) no-repeat;
	font-size: 0;
}

#container2{
	width:780px;
	margin:0 auto;
	text-align:left;
}

#header{
	background: url(../img/photo_1.jpg) no-repeat;
	height:150px;
	position:relative;
}
h1{
	position:absolute;
	top:10px;
	left:10px;
}
h1 a:link{
	color: #26465D;
	text-decoration: none;
}
h1 a:visited{
	color: #26465D;
	text-decoration: none;
}
h1 a:hover{
	color: #26465D;
}
h1 a:active{
	color: #CC6600;
}
#description{
	position:absolute;
	top:50px;
	left:5px;
}
h2{
	padding:5px;
}
h3{
	padding:5px;
}

#content{
	float:left;
	width:549px;
}
#navigation{
	float:right;
	width:230px;
}
#footer{
	width:780px;
	margin:0 auto;
	font-size:10px;
	text-align:left;
}
p{
	padding:10px;
}
p.keyword{
	font-size: 30px;
	line-height:1.5;
	text-align: justify;
	text-justify: auto;
}
#content ul{
	padding:5px;
	margin-left:30px;
}

#navigation ul{
	padding:5px;
	margin-left:30px;
	list-style-image: url(../img/li.gif);
}
#navigation ul li{
}

table.border{
	width:529px;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
	border:solid 1px #eee;
}

table.border th{
	border:solid 1px #eee;
	text-align: center;
	padding:5px;
	white-space: nowrap;
	background: #C3BAA9;

}

table.border td{
	border:solid 1px #eee;
	padding:5px;
}

a:link{
	color: blue;
}
a:visited{
	color: #000080;
}
a:hover{
	color: #CC6600;
}
a:active{
	color: #CC6600;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.layoutCenter{
	margin: 0 auto;
}
.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
img{
	border: none;
}
