@charset "utf-8";
body {
	background-color: #5d5d5d;
	color: #d3d3d3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer, #latestPics, #latestNews {
	font-size: 10px;
}

#main {
	background-image: url(../image/main_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 617px;
	width: 946px;
	margin: auto;
	margin-top: 20px;
	position: relative;
}
#main #logo {
	width: 327px;
	height: 100px;
	position: absolute;
	left: 6px;
	top: 5px;
}
#main #navi {
	position: absolute;
	background-image: url(../image/bar_wide.png);
	height: 64px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	top: 103px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main #footer {
	position: absolute;
	background-image: url(../image/bar_wide.png);
	height: 64px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	top: 551px;
}
#main #content {
	position: absolute;
	background-image: url(../image/content_bg.png);
	height: 408px;
	width: 740px;
	top: 153px;
	left: 7px;
}
#main #latestNews {
	background-image: url(../image/box_right_top.png);
	background-repeat: no-repeat;
	height: 166px;
	width: 196px;
	position: absolute;
	right: 5px;
	top: 146px;
	background-position: center center;
}

#main #latestPics {
	background-image: url(../image/box_right_bottom.png);
	background-repeat: no-repeat;
	height: 273px;
	width: 196px;
	position: absolute;
	right: 6px;
	top: 294px;
	background-position: center center;
}
#navi ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 11px;
	padding-left: 22px;
}
#main #navi li {
	display: inline;
}
#main #navi a {
	width: 140px;
	display: block;
	float: left;
	background-image: url(../image/navi_seperator.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 35px;
}
#main #navi .last a {
	background-image: none;
}
#centerContent {
	height: 360px;
	width: 680px;
	margin-top: 20px;
	margin-left: 20px;
}
#rightContent {
	height: 110px;
	width: 155px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}
#rightContent img {
	padding: 10px;
	padding-top: 30px;
}

#leftContent {
	height: 225px;
	width: 155px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;	
}

#leftContent img {
	padding: 2px;
}

#main #footer #footerContent {
	display: block;
	position: absolute;
	width: 600px;
	text-align: right;
	top: 22px;
	right: 45px;
}
p {
	padding-bottom: 1.25em;
	text-align:justify;
}

a {
	color:#44D930;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.welcomeText
{
position: absolute;
top: 46px;
left: 46px;
font-size: 19pt;
font-weight: bold;
width: 629px;
height: 59px;
}

.descriptionText
{
position: absolute;
top: 112px;
left: 47px;
width: 628px;
height: 70px;
}

.domainName
{
 font-weight: bold;
}
	
