body {
	background-color: #fff;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body a{
	
}

h1 {
	font-size: 30pt;
	padding-left: 20px;
	padding-top: 0px;
}

h2 {
	font-size: 18pt;
	padding-left: 20px;
}

h3 {
	font-size: 16px;
	font-style: strong;
	padding-left: 40px;
}

a {
	color:#777;
	text-decoration: none;
	font-style: none;
	}
	
a:hover{
	text-decoration: underline;
}
	
a#goup {
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

ul {
	font-size: 14px;
	line-height: 140%;
	width: 500px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 100px;
	padding-top: 0px;
	clear: right;
}

ol {
	font-size: 14px;
	line-height: 140%;
	width: 500px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 100px;
	padding-top: 0px;
	clear: right;
}

div#container {
	position: relative;
	width: 900px;
	height: auto;
	min-height: 845px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFC;
	border: 1px solid #ddd;

}

div#header {
	position: absolute;
	top: 0;
	width: 900px;
	height: 200px;
	background-image:url(images/ABK_banner.jpg);
	background-repeat: no-repeat;
}

div#navbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 50px;
	background-color: #F5AC1D;
	font-family: Arial, Helvetica, sans-serif;
	
}

ul#navmenu {
	list-style: none;
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #145CA2;
	
}

ul#navmenu li {
	float:left;
	margin: 0;
	padding: 0;
}

ul#navmenu li a {
	float: left;
	display:  block;
	padding: 10px;
	color:#eee;
	text-decoration: none;

}

ul#navmenu li a:hover {
	background: #F5AC1D;
}

ul#navmenu li a.current {
	background-color:#F5AC1D;
}

div#content {
	position: relative;
	width: 700px;
	height: 588px;
	top: 200px;
	background-color: #fff;
	float: right;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	overflow: auto;
	text-align: left;

}

div#content p {
	font-size: 14px;
	line-height: 140%;
	width: 500px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 0px;
	text-align: left;
	
}

div#content img{
	float: right;
	padding-right: 40px;
	padding-left: 10px;
}

div#homecontent {
	position: relative;
	width: 700px;
	height: 588px;
	top: 200px;
	background-color: #fff;
	float: right;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	overflow: auto;
	text-align: left;

}


div#homecontent p {
	font-size: 14px;
	line-height: 140%;
	width: 500px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 0px;
	text-align: center;
	clear: both;
	
}

div#homecontent img{
	padding-right: 40px;
	padding-left: 10px;
	float: none;
}



div#content img#homeimg {
	padding-left: 40px;
	padding-right: 40px;
	float:none;

}

div#left {
	position: relative;
	width:198px;
	height: 588px;
	top: 200px;
	background-color: #fff;
	float: left;
	border: 1px solid #ddd;
	
}

div#left img {
	position: relative;
	width: 190px;
	height: 142px;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: auto;
	
}

div#footer {
	position: absolute;
	width: 900px;
	height: 50px;
	background-color: #333;
	bottom: 0px;
	clear: right;
	padding-bottom: 5px;
}

div#footer p {
	color:#CCC;
	text-align: center;
	line-height: 150%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer a {
	color:#eee;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	
}

