@charset "utf-8";

/* COMMON */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
}
#wrapper {
	width: 1000px;
}

a, a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}


/* HEADER */

#header {
	background-color: #000000;
	padding: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navwrapper {
	background-color: #3887c8;
	background-image: url(../img/headerbg.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

#nav {
	background-image: url(../img/cave.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 148px;
	padding: 17px;
}

#nav ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#nav li {
	display: inline;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}


/* BODY */

#body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#thumbs {
	width: 535px;
	padding: 20px;
	float: left;
	margin: 0px;
	vertical-align: top;
}

#thumbs img {
	border:0;
}

#content {
	background-color: #ebebeb;
	padding: 20px;
	width: 380px;
	float: right;
	text-align: justify;
	margin: 0px;
	vertical-align: top;
}
.header1 {
	font-family: "Trebuchet MS", "Century Gothic", Verdana;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}
.header2 {
	font-family: "Trebuchet MS", "Century Gothic", Verdana;
	font-size: 18px;
	color: #3887C8;
	text-align: center;
	text-transform: uppercase;
}
.header3 {
	font-family: "Trebuchet MS", "Century Gothic", Verdana;
	font-size: 12px;
	color: #939393;
	text-align: center;
}

#thumbs-title {
	padding: 5px;
}



/* FOOTER */

#footer {
	background-color: #3887c8;
	background-image: url(../img/cave_footer1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 42px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	clear: both;
	margin: 0px;
	color: #214E72;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #BBD6EC;
}
#footer a:hover {
	color: #6BA6D6;
}
