body {    text-align: left;    padding: 0px;
	margin: 0px;	background-color: #000000;	color: #ffffff;	font-size: 12px;
	font-family: arial, sans-serif;
}

#wrap {	width: 960px;
	margin-left: auto;	margin-right: auto;}

h1, h2, h3 {
	font-family: "Book Antiqua", Georgia, serif;
	font-weight:normal;
	color: #009de9;
	}

h1 {
	font-size: 26px;	line-height: 28px;
	color: #ffffff;
	}

h2 {
	font-size: 20px;	line-height: 24px;
	}
	
h3 {
	font-size: 18px;	line-height: 20px;
	}



/************* Navigation ************/
	
#nav {
	width: 960px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	background-image: url(../images/navagation.jpg);    background-repeat: repeat-x;    	background-position: 0 0;
	height: 55px;
	font-family: "Book Antiqua", Georgia, serif;

}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	
}

#nav li {
	display: inline;
}

#nav a {
	padding: 0px 0px 0px 40px;
	text-decoration: none;
	font-size: 26px;
	color: #009de9;
}

#nav a:hover {
	color: #FFFFFF;
}

/************* middle ************/

#left {
	float: left;
	width: 500px;
	padding: 10px 0px 10px 40px;
	min-height: 520px;
}
#left ul {
list-style-type: disc;
text-align: left;
line-height: 20px;
}

.text {width: 500px;
height: 18px;background-color: #b3bbc4;
border: solid 1px #91989f;}
.textareamessage {width: 500px;height: 100px;background-color: #b3bbc4;
border: solid 1px #91989f;}

#right {
	float: right;
	padding: 5px 0px 10px 0px;
	width: 360px;
}

/************* footer ************/
#footer {
	clear: both;
	width: 960px;
	background-image: url(../images/footer.jpg);    background-repeat: repeat-x;    	background-position: 0 0;
	padding: 20px 0px 20px 30px;
	font-size: 11px;
	text-align: left;
	height: 159px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #009de9;
}

/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 40px;
	margin-right: 20px;
	float: right; 
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #009de9;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/



