@charset "iso-8859-1";

/* basic layout */

body, p, ul, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, div {
	margin:0px;
	padding:0px; 
	border:0px; }

img { border:0}

body {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	background-color: #a4afb5;
	color: #9FABB0;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}


#wrapper {
	position: relative;
	top: 20px;
	width: 1000px;
	height: 550px;
	z-index: 1;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}


#frontpagebanner{
	top: 400px;
	height: 100px;
	width: 500px;
	left: 350px;
	background-image: url(banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

#frontpageslideshow {
	height: 271px;
	width: 545px;
	z-index: 9;
	text-align: center;
	top: 55px;
	position: absolute;
	left: 225px;
	background-color: #FFFFFF;
	
}

#profile {
	position:absolute;
	left: 25px;
	width: 110px;
	height: 407px;
	bottom: 0px;
	z-index: 10;
}

#after
{
  left: 0px;
  bottom: 0px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}

#menuwrapper {
	position:absolute;
	height: 24px;
	width: 100%;
        line-height: 1.5em;
	text-align: center;
	background-color: #a4afb5;
	width: 100%;
	bottom: 0px;
	z-index: 5;
} 

#menuwrapper li {
	display: inline;
	list-style-type: none;
}

#menuwrapper a:hover{
	color: #61666A;
} 

#menuwrapper  a{
	height: 20px;
	color : #FFFFFF;
	text-decoration : none;
	padding: 5px 10px 5px 10px;
}

