body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: #2159ba;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 769px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 769px;
	height: 197px;
	margin: 0;
	padding: 0;
}

#container {
	width: 769px;
	margin: 0;
	padding: 0;
	background-image: url(../images/container-bgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#container-full {
	width: 769px;
	margin: 0;
	padding: 0;
	background-image: url(../images/container-full-bgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#holder-full {
	width: 758px;
	margin: 0 3px 0 8px;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/container-full-top.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#holder {
	width: 758px;
	margin: 0 3px 0 8px;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/container-top.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#menu-container {
	float: left;
	width: 183px;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}

#menu {
	background-image: url(../images/menu-mid.jpg);
	background-repeat: repeat-y;	
}

#menu ul {
	width: 183px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu-ul.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.button {
	width: 160px;
	margin: 0;
	padding: 0 3px 0 10px;
	list-style-type: none;
	height: 29px;
	line-height: 29px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
}

#menu ul li a, #menu ul li a:visited {
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #666;
	text-decoration: none;
}

#menu ul ul {
	color: #000;
	background: none;
}

#menu p {
	margin: 10px 0 0 0;
	padding: 0;
}

.submenu {
	width: 155px;
	margin: 0;
	padding: 0 3px 0 15px;
	list-style-type: none;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
	background-image: url(../images/menu-ul.jpg);
	background-repeat: no-repeat;
}

#full-link {
	width: 738px;
	margin: 0 5px 0 5px;
	padding: 10px 0 0 0;
	height: 37px;
}

#content-full {
	width: 718px;
	margin: 0 5px 0 5px;
	padding: 0 10px 0 10px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#content {
	float: left;
	width: 540px;
	margin: 47px 5px 0 5px;
	padding: 0;
	/*border: 1px solid #f00;*/
	display: inline;
}

#content p {
	margin: 0;
	padding: 7px 0 0 0;
}

#footer-top {
	clear: both;
	width: 769px;
	margin: 0;
	padding: 0;
	height: 20px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 761px;
	margin: 4px;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}

#footer-sark {
	float: left;
	width: 480px;
	margin: 0px;
	display: inline;
}

#footer-abbenet {
	float: left;
	width: 240px;
	margin: 0px;
	text-align: right;
	display: inline;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a, #footer a:visited, #footer p a, #footer p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer p a:hover {
	color: #fff;
	text-decoration: none;
}

#footer-abbenet p {
	text-align: right;
}

.login {
	font-size: 0.8em;
	color: #666;
	text-align: center;
}

.login a, .login a:visited {
	color: #666;
	text-decoration: none;
}

.login a:hover {
	color: #666;
	text-decoration: underline;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
