@charset "utf-8";

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #636B84;
	color: white;
	margin: 5;
}

a:link  {text-decoration: underline; color: #FFD282; font-family: Tahoma; font-size: 15px }
a:visited {text-decoration: underline; color: #FFD282; font-family: Tahoma; font-size: 15px }
a:hover  {text-decoration:  underline; color: #FFD282; background-color: #808080; font-family: Tahoma; font-size: 15px }
a:active {text-decoration: none; color: #FFD282;font-family: Tahoma; font-size: 15px }

.description,
#index ul.folders li .folder_info p {
	color: white;	
}

#bottom_container {
	border-top-color: white;	
}

#index ul.thumbnails li img {
	background: white;
}

#slide #main_img {
	border-color: white;
}

#index ul.folders li img,
#slide ul.thumbnails li img {
	border-color: white;
}


#index ul.folders li a,
#slide ul.thumbnails li a {
	background: #7E8597;
	color: white;
}

#index ul.folders li a:hover,
#slide ul.thumbnails li a:hover {
	color: white;
}

