/*

*/
/*@import "splash.css"; */

/*----- Typography -------*/
body {
	font-size: 12pt;
	font-family: Georgia, Sans-serif;
	color: #333;
}

h1, h2, h3 {
	font-family: "Helvetica Neue", Geneva, Serif;
	font-weight: bold;
	border-bottom: 1px dotted #777;
	width: 500px;
}

h1, h2 { font-size: 18pt; }
h3 { 
	font-size: 14pt; 
	color: #555;
}

/*----- Block Layouts -------*/

.clear {
	clear: both;
	border-bottom: 1px dotted #777;
	width: 900px;
}

body {
	background-color: #ddd;
	padding: 0px;
	margin: 0px;
	background: url("../images/pondbg.jpg") fixed repeat-y top center;
}

div#container {
	width: 940px;
	padding: 0px;
	margin: 0px auto;
	display: block;
	border: 3px solid #000;
}


#header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

.sidebar150x700 {
	width: 150px;
	height: 500px;
	margin: 60px -10px 0px 0px;
	padding: 0px;
	float: right;
	display: block;
	overflow: hidden;
}

.sidebar-catch {
	width: 200px;
	height: 508px;
	margin: 60px -10px 0px 10px;
	padding: 0px;
	float: right;
	display: block;
	overflow: hidden;
}



#nav {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	height: 100px;
	background-image: url("../images/tjamenu.png");
}

ul#mainmenu {
	position: relative;
	margin: 0px 0px 0px 20px;
	padding: 5px;
	list-style: none;
}

ul#mainmenu li {
	display: inline;
	margin-left: 15px;
}

#mainmenu li a, #mainmenu li a:visited, #mainmenu li a:hover, #mainmenu li a:active {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

#mainmenu li a:hover {
	color: #333;
	background-color: #fff;
	background-image: url("../images/menu-arrow.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.active {
	background-image: url("../images/menu-arrow.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#content {
	margin-top: -100px;
	padding: 40px 10px 10px 10px;
	background-color: #fff;
}


#footer {
	padding: 5px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: url("../images/footerbg.jpg");
	overflow: hidden;
	clear: both;
	border-top: 2px solid #000;
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover {
	color: #fff;
	text-decoration: underline;
	padding: 4px;
}

#footer a:hover {
	background-color: #777;
}

img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

label {
	clear: both;
}

#photogallery {
	position: relative;
	z-index: 20;
}