* {
	margin:0px;
}
body {
	background-image:url(../images/bg.jpg);
	background-color: #000;
	background-repeat: repeat;
	background-position: center top;
}
#header {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

#header #header-logo {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-image: url(../images/bg_middle.png);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}
#top {
	background-image: url(../images/bg_top_bottom.png);
	background-position: top;
	height: 20px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#wrapper #left {
	float: left;
	height: 750px;
	width: 630px;
	background-image: url(../images/about_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CED2D1;
	background-position: top;
	padding: 20px;
}
.line-dotted {
	background-image: url(../images/line-dotted.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#wrapper #right {
	float: right;
	height: 600px;
	width: 260px;
	margin-top: 15px;
}
#wrapper #left ul li {
	list-style-image: url(../images/tick.png);
	margin-top: 5px;
}

#wrapper #left #points-left {
	float: left;
}
#wrapper #left #points-right {
	float: left;
}

#wrapper .clearer {
	clear: both;
}
#footer-container {
	height: 30px;
	background-color: #FFF;
	margin-top: 15px;
}
#footer-container #footer{
	height: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#footer-container #footer #copyright{
	float: left;
	width: 500px;
}
#footer-container #footer #website-design{
	text-align: right;
	float: right;
	width: 500px;
}


#bottom {
	background-image: url(../images/bg_top_bottom.png);
	background-position: bottom;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
.over-style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#004374;
	text-decoration:none;
}
a:link..over-style1 {}
a:hover.over-style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
#slideshow {
	position:relative;
	height:260px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
