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

html{
	margin: 0 auto;
	width: 1200px;
	background: black url(images/dottedblack.gif) repeat-y;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 16px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
}

#wrapper{
	margin: 0 auto;
	width: 780px;
	background: white;
}	

#banner{
	margin: 0 auto;
	width: 780px;
	height: 215px;
	background: white url(images/banner.gif) no-repeat;
}

.spacer{
	margin: 0 auto;
	width: 780px;
	height: 5px;
	background-color: white;
}

.spacer2{
	margin: 0 auto;
	width: 780px;
	height: 35px;
	background: url(images/spacer2.gif);
	clear: both;
}

#accredit {
	margin: 0 auto;
	width: 780px;
	height: 165px;
	background: url(images/accreditation.gif) center center no-repeat;
	clear: both;
}


#content{
	margin: 0 auto;
	float: left;
	width: 500px;
	background: white;
	padding: 5px;
}

#contentborderright{
	margin: 0 auto;
	float: left;
	width: 500px;
	background: white;
	padding: 5px;	border-right: 1px solid black;
}


img {
	margin: 5px;
	float: left;
	padding: 5px;	
	border: 2px solid #4FA5CE;
}

#right{
	margin: 0 auto;
	float: right;
	width: 240px;
	background: white;
	padding: 5px;
	font-size: 12px;
}

#rightborderleft{
	margin: 0 auto;
	float: right;
	width: 240px;
	background: white;
	padding: 5px;
	font-size: 12px;	border-left: 1px solid black;
}

#right img, #rightborderleft img{
border: none;
}

.technical {
font-size: 10px;
}

.description {
	padding: 10px;
}

#slideshow{
	margin: 60px;
	width: 700px;
}

#footer{
	margin: 0 auto;
	clear: both;
	width: 780px;
	height: 100px;
	border-top: 1px dashed white;
	background: white;
	text-align:center;
}


