body{
	background-color: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
h1{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: left;
}
h2{
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	padding: 4px;
	margin: 4px;
}
h3{
	font-size: 15px;
	color: #333333;
	padding: 4px;
	margin: 4px;
}
img{
	border: 0px;
}
p{
	margin: 5px;
	padding: 0px;
}
dl{
	margin: 0px;
	padding: 0px;
}
dt{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	padding-left: 4px;
}
dd{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	padding-left: 20px;
}
form{
	margin: 5px;
}
a:link{
	color: #0000ff;
	text-decoration: underline;
}
a:visited{
	color: #0000ff;
	text-decoration: underline;
}
a:active{
	color:#ff0000;
	text-decoration:none;
}
a:hover{
	color:#ff9900;
	text-decoration:none;
}


#container{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 900px;
	background-color: #ffffff;
}

#header{
	height: 80px;
}

#logo{
	width: 300px;
	float: left;
}

#topnavi{
	width: 500px;
	height: 25px;
	float: right;
}
#topnavi ul{
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	list-style-type: none;
}
#topnavi ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 96px;
	text-align: center;
	font-size: 12px;
	border: 2px solid #ffffff;
}
#topnavi a:link{
	color: #ffffff;
	text-decoration: none;
	background-color: #6699ff;
	display: block;
	padding: 4px;
	width: 89px;
	border: 1px solid #6699ff;
}
#topnavi a:visited{
	color: #ffffff;
	text-decoration: none;
	background-color: #6699ff;
	display: block;
	padding: 4px;
	width: 89px;
	border: 1px solid #6699ff;
}
#topnavi a:active{
	color:#ff0000;
	text-decoration:none;
	background-color: #cccccc;
	display: block;
	padding: 4px;
	width: 89px;
	border: 1px solid #6699ff;
}
#topnavi a:hover{
	color:#6699ff;
	text-decoration:none;
	background-color: #ffffff;
	display: block;
	padding: 4px;
	width: 89px;
	border: 1px solid #6699ff;
}

#topphoto{
	width: 350px;
	height: 517px;
	float: left;
	background: url(img/topphoto.jpg) no-repeat;
	text-align: center;
}

#topmain{
	width: 600px;
	padding: 4px;
	float: left;
}

#toplogin{
	width: 230px;
	padding: 4px;
	float: left;
/*	text-align: left;
	background: url(img/contentbg.jpg) repeat-x;
	background-color: #ffffff;
	margin: 4px;
	padding: 10px;
	border: 1px solid #6699ff;*/
}
.loginbutton{
	background-color: #6699ff;
	display: block;
	padding: 4px;
	width: 141px;
	border: 1px solid #6699ff;
	color: #ffffff;
	font-size: 12px;
	height: 22px;
}

#topleft{
	width: 420px;
	float: left;
	padding-right: 2px;
}
#topright{
	width: 420px;
	float: left;
	padding-left: 2px;
}

.topblock{
	padding-bottom: 4px;
	margin-bottom: 4px;
	border: 1px solid #6699ff;
	background: url(img/contentbg.jpg) repeat-x;
}

.clear{
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

.north { background: url(img/bg_n.jpg) repeat-x top; }
.east { background: url(img/bg_e.jpg) repeat-y right; }
.south { background: url(img/bg_s.jpg) repeat-x bottom; }
.west { background: url(img/bg_w.jpg) repeat-y left; }
.ne { background: url(img/bg_ne.jpg) no-repeat top right; }
.se { background: url(img/bg_se.jpg) no-repeat bottom right; }
.sw { background: url(img/bg_sw.jpg) no-repeat bottom left; }
.nw { background: url(img/bg_nw.jpg) no-repeat top left; }
.nw { padding: 26px; }


