/* CSS Document */

body {
margin:0;
padding:0;
text-align:center; /*hack to force IE5.x pc to center the bg image */
background-image:url(../images/bg.gif);
/*font:Georgia, "Times New Roman", Times, serif;
font-size:62.5%;*/
font:76% Arial, Helvetica, sans-serif;
color:#000;
}

/*
html, body {
	//height:100%;
	margin:0px;
	}
*/

#wrapper
{
	text-align: left;
	/*background: url(../images/wrapper_bg.gif) repeat-y center;*/
	width: 800px;
	/* height: 100%; //used to make the bg stretch to the bottom */
	/* background:#eee0e0; //pink color */
	background:#575757;
	border-width: 0 0px 0 0px;
	border-style: none solid none solid;
	margin: 10px auto 15px auto;
}
	
/*#header_l {
height:108px;
background:url(../images/header_l.gif) no-repeat;
}*/

/*#header_r {
height:108px;
background:url(../images/newheader_r.jpg) no-repeat;
}*/

#header {
height:108px;
background: url(../images/header.jpg) no-repeat;

}

#header h1 {
display:none; color:black;
}

/*---Navigation---*/

#nav
{
	width: 100%;
	/*margin-right: 17px;
	margin-left: 17px;*/
	background: #999999;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul {
	width:100%;
	background: #999999;
	border-bottom: 1px solid #000000;
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	color:black;
	}
#nav a {
	background: #999999;
	border-left:1px solid #000;
	padding:5px 8px 5px 8px;
	color:#333;
	margin:0px;
	text-decoration:none;
	display:block;
	width:auto;
	font-size: 1.2em;
	float:right;
	}
	
#sub ul {
/*
	width:100%;
	background: #999999;
	border-bottom: 1px solid #000000;
	margin:0;
	padding:0;
	list-style-type:none;
	*/
	float:left;
	}

#sub a {
/*
	background: #999999;
	color:#333;
	margin:0px;
	text-decoration:none;
	display:block;
	width:auto;
	*/
	border-left:0px;
	border-right:1px solid #000;
	padding:3px 5px 3px 5px;
	font-size: 1em;
	float:left;
	}
	
#nav a:hover,
#nav a:focus {background:#A4A9B0;}
#nav .sel a {
	background:#91cc14;
	color:#000;
	text-shadow:2px 2px 2px #777;
	}
#nav .sel a:hover {background:#91cc14;}
#nav .sel a:focus {background:#F1F8E1;}





/*
#nav a:active {
	background:#920D02;
	color:#fff;
	}
*/

#content {
margin-left:30px;
margin-right:30px;
margin-top: 30px !important; /*hack for ie, ugh*/
margin-top: 5px;
margin-bottom:10px;
font-size:1.2em;
text-align:justify;
width:740px;

}

#footer_bg
{
	clear: both;
	/*background: url(../images/footer_bg.gif) bottom no-repeat;
	height: 60px;*/
}

#footer
{
	margin: 0px 30px 0px 30px;
	padding: 5px 0 10px 0;
	border-top: 1px solid #000000;
	font: .8em verdana;
}

#galleryThumbs
{
/*
	border-color: black;
	border-width: 1px;
	border-style: solid;
*/

	width: 620px;
	margin:auto;

/*
	margin: 5px auto 10px auto;
	clear: both;
	display: block;
*/
}


#galleryThumbs li{
	text-align:center;
	position:relative;
	display:inline;
	float:left;
	margin: 10px 5px 0px 17px !important;
	margin: 20px 7px 20px 7px;
}

h1,h2 {font-family: Georgia, "Times New Roman", Times, serif; color:black;}

h1 {font-size:1.4em; color:#cccccc;}
h2 {font-size:1.1em; color:black;}

.smalltext {font-size:.8em;}

.titlewrapper {
	/*margin: 3px;
	border: 1px solid #A0ACC0;
	*/
	float: left;
	text-align: center;
	margin-bottom: 10px;
	}
.phototitle {
	text-align: center;
	color:#cccccc;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	clear: left;
  }
.imagecontainer{
	float:right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 5px 0px 17px !important;
	margin: 10px 5px 0px 12px;
}
			
/*i { margin: top px right px bottom px left px; } */

.imagecontainer img{
				display: block;
				position: relative;
				background-color: #cccccc;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 4px;
}

.imagecontainerthumb{
	float: left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	padding: 0px;
}
			
/*i { margin: top px right px bottom px left px; } */

.imagecontainerthumb img{
				display: block;
				position: relative;
				background-color: #cccccc;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 4px;
}
.forcecenter {
	float: left;
	display: block;
	position: relative;
}

div.float {
	float: left;
}
