
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #061C37;
	background: #000000;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#container
{
	display:block;
  min-height:600px;
  position: relative; 
  width: 960px;
}


#header
{
height:85px;
width:960px;

}

#header h1
{
position:absolute;
text-align:left;
font-size:43px;
color:#000;	
left:14px;
top:18px;
}


#header h3
{
position:absolute;
text-align:right;
color:#000;
left:490px;
top:38px;
width:400px;
}


#mainpic
{
background-image:url(../images/main.jpg);
background-repeat:no-repeat;
width:900px;
height:354px;	
}

/*gallery shit*/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 320px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



.off
{
color:#FFF;
}


#menu
{
display:block;
float:left;
clear:both;
width:960px;
height:54px;
float:left;
clear:both;
}


/*Left Side Bar*/

#leftmenu
{
margin-top:15px;
width:204px;
float:left;
}

#leftmenu_top
{
width:204px;
height:13px;
background-image:url(../images/leftmenu_top.png);
}
#leftmenu_bottom
{
width:204px;
height:13px;
background-image:url(../images/leftmenu_bottom.png);
}
#leftmenu_main
{
width:204px;
height:auto;
background-image:url(../images/leftmenu_background.png);
background-repeat:repeat-y;
}

#leftmenu img
{
	right:5%;
	width:80%;
	height:75%;
}

#leftmenu_main ul
{
list-style: none;
padding: 0px;
width:204px;
}


#leftmenu_main h3
{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
list-style: none;
padding: 0px;
width:204px;
color:#FFFFFF;
padding-left:10px;
padding-top:10px;
padding-bottom:6px;
}

#leftmenu_main ul li
{
list-style: none;
padding: 0px;
width:204px;
text-align:left;
}

#leftmenu_main ul li a, #leftmenu_main ul li a:visited
{
	display:block;
list-style: none;
padding: 0px;
width:192px;
padding-left:12px;
padding-top:4px;
height:30px;
text-align:left;
background-image:url(../images/leftmenu_link.png);
background-repeat:repeat-x;
margin-top:5px;
color:#FFFFFF;
text-decoration:none;
font-size:15px;
font-weight:bold;
}

#leftmenu_main ul li a:hover
{
color:#EED7D7;
}


/*Content*/

#content
{
display:block;
float:left;
width:689px;
min-height:200px;
padding-left:10px;
padding-top:15px;
padding-right:10px;
padding-bottom:5px;
}


#content_top
{
background-image:url(../images/main_top.png);
background-repeat:no-repeat;
width:689px;
height:23px;
}

#content_main
{
background-image:url(../images/main_back.png);
background-repeat:repeat-y;
width:659px;
padding-left:15px;
padding-right:15px;
}

#content_bottom
{
background-image:url(../images/main_bottom.png);
background-repeat:no-repeat;
width:689px;
height:23px;
}


/*Full Page Content (No side bar)*/

#full_content
{
display:block;
float:left;
width:960px;
height:auto;
padding-left:10px;
padding-top:15px;
padding-right:10px;
padding-bottom:5px;
border: solid 2px black;
}


#full_content_top
{
	
background-image:url(../images/main_top.png);
background-repeat:no-repeat;
width:100%;
height:23px;
}

#full_content_main
{
background-image:url(../images/main_back.png);
background-repeat:repeat-y;
width:960px;
padding-left:15px;
padding-right:15px;
}

#full_content_bottom
{
background-image:url(../images/main_bottom.png);
background-repeat:no-repeat;
width:960px;
height:23px;
padding:18px;
}


/*Footer*/
#footer
{
	float:left;
background-image:url(../images/footer.png);
position:relative;
width:960px;
height:34px;
bottom:0px;
}

#footer p
{
	position:relative;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top:1px;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
}
#footer h2
{
	font-size:18px;
	padding-top:4px;
	color:#FFF;
	text-align:center;
}

#footer a {
	text-align:inherit;
	text-decoration: none;
	color:inherit;
	font-size:inherit;
	
}

#footer a:hover
{
color:#EED7D7;
}


/*Top Navbar*/

#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:960px;
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 18px;
	font-size: 15px;
	padding-left:13px;
	padding-right:13px;
	
}

#menu a:hover{
	background-image:url(../images/link_background.png);
	background-repeat:repeat-x;
}


/*General settings*/

html, body {
text-align: center;
}
p {text-align: left;}

.strike
{
	text-decoration:line-through;
}

.graytext
{
	color:#999;
}