/*  Style Sheet */

@import url("borders.css");

/* Layout */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}


html {
	font-size: 100%;
	background-color: #3B3B3B;
}

body {
	width: auto !important;
	min-width: 600px !important;
	max-width: 1500px !important;
	height: auto;
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Helvetica, "Arial", sans-serif;
	color: #CCCCCC;
	font-size: 70%;
	width: 100%;
	margin-top: 10px;
	margin-right: 24%;
	margin-bottom: 10px;
	margin-left: 24%;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin-top: 20px;
}
#wrapfooters {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#logodesc {
	background-image: url(images/logod.png);
	height: 98px;
	width: auto;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: repeat-x;
}

#menubar {
	background-image: url(images/menubar.png);
	height: 68px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
	text-align: center;
}

.menubar {
	padding-top: 22px;
}

#sb{
	background-image: url('./images/sb.png');
	height: 39px;
	margin-bottom: 5px;
}


#left{
	float: left;
	height: auto;
	width: 30%;
	margin-left: 50px;
	padding: 5px;
	background: #EBEBEA;
	margin-bottom: 20px;
	min-width: 180px !important;
}

#right{
	background: #EBEBEA;
	float: right;
	height: auto;
	width: 30%;
	margin-right: 50px;
	padding: 5px;
	margin-bottom: 20px;
	min-width: 180px !important;
}

a{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #191919;
}

a:hover {
	color: #666666;
}

.text{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-right: 50px;
	margin-left: 50px;
	background-position: center center;
}


.fc{
	background-image: url(images/fc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 83px;
	margin-right: auto;
	margin-left: auto;
}


.fcs{
	text-align: center;
	clear: both;
	padding-top: 38px;
}

#wrapfooter {
	background-image: url(images/fcs.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 83px;	
}

.copyright{
	margin-right: auto;
	margin-left: auto;
	color: #202020;
	text-align: center;
	font-size: 10px;
}

.copyrights{
	margin-right: auto;
	margin-left: auto;
}

div.logo {
	margin: 10px auto 20px;
	height: 150px;
	width: 150px;
	background: url(images/logo.png) center top;
}

div.aklogo {
	margin: 10px auto 20px;
	height: 150px;
	width: 150px;
	background: url(images/aklogo.png) center top;
}
