@charset "utf-8";

a:link    { color: #009; text-decoration: none} 
a:visited { color: #009; text-decoration: none} 
a:hover   { color: #009; text-decoration: underline} 
a:active  { color: #009; text-decoration: none} 

html {
}

body {
	font-family: Verdana, Helvetica;
	line-height: 130%;
	background-attachment: scroll;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F5;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: bottom;
}

div#language {
	font-size: 12px;
	position: relative;
	color: #445;
	left: 900px;
	top: 20px;
	width: 60px;
}

div#home {
	position: relative;
	left: 360px;
	top: 40px;
	width: 260px;
	height: 90px;
	float: left;
	text-align: center;
	vertical-align: bottom;
}

img#home {
	padding: 0px;
	margin: 0px;
}

div#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEF;
	position: relative;
	left: 760px;
	top: 20px;
	width: 200px;
}

div#main {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 978px;
	position: relative;
}

div#head {
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	height: 172px;
	width: 978px;
	text-align: left;
}

div#titleimage {
	width: 960px;
	height: 120px;
	background-color: #000;
}

div#titleimage {
	width: 960px;
	height: 120px;
}

div#border {
	width: 960px;
	height: 8px;
	background-color: #4B948E;
}

div#middle {
	background-image: url(images/base.png);
	background-repeat: repeat-y;
	background-position: center 412px;
	width: 978px;
	text-align: left;
}

div#contents {
	width: 960px;
	text-align: left;
	margin-left: 9px;
	position: relative;
}

div#end {
	background-image: url(images/end.png);
	background-repeat: no-repeat;
	position: relative;
	width: 978px;
	height: 100px;
}

div#foot {
	height: 50px;
	width: 978px;
	margin: 0px;
    position:absolute;
	bottom: 0px;
}

p#copyright {
	color: #AAA;
	left: 0px;
	top: -5px;
	font-size: 10px;
	width: 970px;
	position: relative;
	text-align: right;
}

p.mark {
	color: #E11;
	font-weight:bold;
}


li {
	font-size: 14px;
	line-height: 180%;
}
