	a:focus, a:hover, a:active { outline: none; }
	#headerwrapper { width: 960px; height: 110px; margin: 0 auto; background-repeat: no-repeat; background-image: url('img/logo.gif'); }
	#content { width: 960px; margin: 0 auto; padding-top: 40px; }
	#gallery a img { opacity: .70; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; -khtml-opacity: .70; -moz-opacity: .70; }
	#gallery a:hover img { opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)"; -khtml-opacity: 1.0; -moz-opacity: 1.0; }
	ul#gallery { width: 360px; position: relative; }
	ul#gallery li { list-style-type: none; float: left; margin-right: 3px; margin-bottom: 3px; }
	ul#gallery li img { border: none; display: block; }
	ul#gallery li a span { margin-left: 370px; display:none; }
	ul#gallery li a:hover span { position: absolute; width: 600px; height: 400px; top: 0; left: 0; display: block; border: none; }

* {
	margin:0;
	padding:0;
	line-height: 1.4em;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", arial, helvetica, sans-serif;
	font-style: normal;
}

a:focus, a:hover, a:active {
	outline: none;
}

li {
	list-style-type: none;
}

.floatleft { float: left; }
.floatright { float: right; }

p {
	color: #505050;
	font-size: .9em;
}

body {
	background: #dbdbdb 0 0px;
	font-size: 1em;
	background-repeat: repeat-x;
	background-image:
	url('../img/bgstc.gif');
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 92px;
	width: 900px;
	padding-top: 50px;
}

#logo a {
	color: #000;
	text-decoration: none;
}

#title {
	float: left;
	height: 70px;
	padding-top: 30px;
	width: 900px;
}

#col1 {
	float: left;
	margin-top: 30px;
	margin-right: 100px;
	width: 400px;
	height: 250px;
}

#col2 {
	float: left;
	margin-top: 30px;
	width: 400px;
	height: 250px;
}

.input {
	background-color: #eaeaea;
	float: left;
	width: 200px;
	padding: 5px;
	margin-bottom: 10px;
    border: none;
    font-size: 1em;
    font-weight: bold;
    color: #505050;
}

.button {
	float: left;
	width: 210px;
	height: 36px;
    border: none;
	padding: 5px 10px 7px 10px;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background-repeat: repeat-x;
	background-image:
	url('../img/bgbutton.gif');
}

.button2 {
margin-top: 10px;
	float: left;
	width: 210px;
    border: none;
	padding: 10px 12px;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background-repeat: repeat-x;
	background-image:
	url('../img/bgbutton.gif');
}

.button3 {
margin-top: 10px;
	float: left;
	width: 318px;
    border: none;
	padding: 10px 12px;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background-repeat: repeat-x;
	background-image:
	url('../img/bgbutton.gif');
}

.button:hover {
	color: #fff;
	cursor: pointer;
}

.button:active {
	position: relative;
	top: 2px; 
}

label {
	font-size: .9em;
	color: #505050;
	float: left;
	clear: left;
	width: 150px;
	padding: 5px 0px 6px 0px;
}

#meld {
	float: left;
	width: 360px;
	font-size: 1em;
}

.meld_ok {
color: #fff;
	margin-top: 10px;
	padding: 10px 10px 10px 30px;
	background: #505050 10px 10px;
	background-repeat: no-repeat;
	background-image:
	url('../img/ok.gif');
}

.meld_nok {
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	background: #990000;
	padding: 10px;
}

.meld_nok li {
	background-position: 0 2px;
	color: #fff;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image:
	url('../img/nok.gif');
}

img {	
	border-width: 0px;	
	border-style: none;
}

h1 {
	color: #fff;
	font-style: normal;
	font-weight: lighter;
	font-size: 1.7em;
	padding-bottom: 30px;
}

.red_bold {
	color: #990000;
	font-weight: bold;
}

h2{
	color: #000;
	font-style: normal;
	font-weight: lighter;
	font-size: 1.3em;
	padding-bottom: 1em;
}

h3{
	letter-spacing: 1px;
	color: #000;
	font-style: normal;
	font-weight: lighter;
	font-size: 1em;
	padding-bottom: 30px;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    width: 400px;
    height:200px;
    margin-bottom: 62px;
}

#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;
}