@charset "utf-8";
body {
	background-image: url(background_gradients/background_gradient.gif);
	background-repeat: repeat-x;
}


#containter {
	background-image: url(background_gradients/containter.gif);
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-color: #FeFeFa;
}
#header {
	background-color: #FFFFE8;
	height: 100px;
	width: 760px;
	margin: 0px;
	background-image: url(background_gradients/header.gif);
	
}

#navbar{
	background-image: url(background_gradients/navigation.gif);
	text-align:center;
	height: 280px;
	width: 139px;
	float: left;
	padding-top: 20px;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.top {
	height: auto;
	width: 30px;
	float: right;
	margin-left:5px;
}

#main {
	width: 570px;
	float: right;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(background_gradients/main.gif);
	background-color: #FeFeFa;
	padding: 25px;
}

#footer {
	clear: both;
	height: 70px;
	width: 760px;
	margin: 0px;
	background-image: url(background_gradients/footer.gif);
	background-repeat:no-repeat;
	vertical-align: middle;
	text-align:center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.imageposition {
	margin: 2px; 
	vertical-align:middle;
	margin-left:40px;
	}

.footertext {
	text-align: center;
	vertical-align: top;
	font-size: small;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:larger;
	color:#330099;
}
h2 {
	font-size: medium;
	color:#330099;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
font-size:small;
color:#330099;
font-family:Georgia, "Times New Roman", Times, serif;
}

.index {
padding-left:40px;
padding-right:40px;
text-align:justify;
}

.indent {
margin-left:90px;
margin-right:90px;
text-align:justify;
}

.h-underline {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-style: oblique;
	font-size: large;
}

#description {
	width: 280px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	border: thin solid #CCCCCC;
}

p {
	font-size: small;
	color: #330099;
}

#linkstext {
float:right;
}

table {

}

tr {
width:100px;
height:auto;
font-size:11px;
}

td {
padding:5px;
vertical-align:top;
}

#photos {
width:320px;
height:450px;
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
text-align:center;
}

#photos p {
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
color:#003333;
font-size:medium;
margin-top:5px;
}

#buttons {
text-align:center;
margin-bottom:20px;
}

#prev, #next, .control {
color:#333300;
border-bottom:2px solid #6633FF ;
border-right:2px solid #6633FF;
border-left:1px solid #6633FF;
border-top:1px solid #6633FF;
background-color:#FFFFCC;
cursor:pointer;
margin:2px;
padding-left:5px;
padding-right:5px;
text-align:center;
}

#pager a {
background: #FFFFCC;
color: #336633;
margin-left:5px;
margin-right:5px;
padding-left:4px;
padding-right:4px;
text-decoration:none;
}

#pager a:hover, #playControl:hover {
background: #336633;
color:#FFFFCC;
}

#pager a.activeSlide {
	background-color: #E6E2AF;
	color: #000;
}