@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}

body{
	background-image: url(../images/background_fade.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	color: #CCCCCC;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}

div#topspace{height:15px; width:100%; display:block; background:yellow;}

div#wrapper{
	width: 800px;
	margin:0 auto;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	height: 523px;
	background-color: #333333;
	}

div#navigation{
	width: 450px;
	height: 515px;
	max-height: 515px;
	float: left;	
	margin-top: -10px;
	}

div#navlinks{
	background-image: url(../images/navbk.png);
	background-repeat: no-repeat;
	height: 515px;
	width: 136px;
	position: relative;
	/*top: -21px;*/
	border-right: 1px #000 solid;
	z-index: 20;
	}

div#navlinks ul{
	list-style: none;
	}

div#navlinks li{
	position: relative;
	top: 128px;
	/*left: -19px;*/
	margin-bottom: -2px;
	height: 21px;
	width: 135px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	cursor: pointer;
}

div#navlinks li a{
	font-size: 11px;
	color: #FFF;
	height: 21px;
	margin: auto;
	position: relative;
	padding-left: 20px;
	left: -12px;
	top: 3px;
	width: 125px;
	display: block;
}

div#navlinks li:hover{
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}

div#content{
	width: 350px;
	max-height: 515px;
	float: left;
	margin-top: -10px;
	position: relative;
	top: -515px;
}

div#scroll{
	width: 350px;
	overflow: auto;
	height: 391px;
}

div#content img.imgloader{
	position: relative;
	top: 515px;
	left: -450px;
}

div#content p{
	padding-left: 5px;
}

div#content h1,h2,h3,h4,h5,h6{
	padding-left: 5px;
}

ul#slide-nav li a{
	margin-left: 10px;
	
}

div#footer{
	background-color:#000;
	color: #CCCCCC;
	height: 18px;
	width: 800px;
	clear: both;
}

div#footer p{
	text-align: right;
	padding-right: 2px;
}

a:link, a:visited, a:active{
	color: #23598D;
	text-decoration: none;
	border: none;	
	}

ul#images{
	margin-bottom: 6px;
	left:-450px;
	position:relative;
	top:514px;
}


ul#images img{
    width: 450px;
    height: 515px;
	}

ul#slide_control li, ul#slide_nav li, ul#images {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

div#ajax{
	position: relative;
	top: 506px;
	left: 2px;
	height:388px;
	overflow:auto;
	}

img.logo{
	position: relative;
	top: 504px;
	}

/* Clearfix 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}*/