body {
	margin: 0px;
	font-family: Trebuchet MS;
	background-image:url('images/background.jpg');
	font-size: 10pt;
	line-height: 1.3em;
	color: #5c5c5c;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Arial;
	font-weight: normal;
	color: #9d9d9d;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em; margin-bottom: 10px; font-weight: bold; color: #5970B2;
}

h3 {
	font-size: 1.6em; font-weight: bold; color: #5970B2;
}

h4 {
	font-size: 1.2em; font-weight: bold; color: #5970B2;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

td { border: 0px solid black; }
table { border: 0px solid black; }

a:visited {
	text-decoration: none
}

a:link {
	text-decoration: none
}
a:hover {
	text-decoration: none
}

#wrapper {
	width: 737px;
	margin: 0 auto;
	border-left: 1px solid #153E7E;
	border-right: 1px solid #153E7E;
}

/* Header */

#header {
	width: 740px;
	height: 50px;
	margin: 0 auto;
	background: transparent;
}
/* Menu */


/* Logo */

#logo {
	float: left;
	width: 736px;
	color: #000000;
	padding-top: 10px;

}

/* Menu */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 102px;
	background: #153E7E;
	color: #FFF;
	text-align: center;
	text-decoration: none}

	#sddm li a:hover
	{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

#menu {
	width: 740px;
	height: 200px;
	background: transparent;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 0px;
	}

img { border: 0px thin black; margin: 0; float: left;}
	
/* Content */

#content {
	float: right;
	width: 736px;
	background: url(images/bg.jpg);
}

.post {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 15px;
	padding-top: 10px;
}

/* Footer */

#footer {
	width: 736px;
	height: 20px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	bottom: 0px;
	margin-bottom: 10px;
	background: white;
	border-left: 2px solid #153E7E;
	border-right: 2px solid #153E7E;
	border-top: 1px solid #9E9E9E;
	border-bottom: 2px solid #153E7E;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}


/* Photo Gal */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
