@charset "utf-8";


/*****
	Page Layout
*****/
body {
	background: url(images/bg-metal_alt_hz.jpg) repeat-x #000000; /* Horizontal repeat */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar (but I'm breaking this rule purposfully to accomodate menu items) */
	background: #000; 
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	list-style: none;
}
#header {
	background: #000000;
	padding: 0px;  /* set to 0px for image and nav bar. */
	margin-bottom:15px; /* Puts space b/t header and content below. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	float:right;
	width:550px;
	font-family: verdana, "trebuchet MS", sans-serif, helvetica ;
	/* font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif; */
	font-size: 14px;
	line-height: 1.4em;
	color: #FFf;
}
#mainContent h1, #mainContent h2 {
	color:#999;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar{
	padding: 10px 15px;
	width:275px;
	float:left;
	font-family: verdana, "trebuchet MS", sans-serif, helvetica ;
	font-size: 14px;
	line-height: 1.4em;
	/* visibility:hidden; */
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#111;
	font-family: sans-serif, helvetica ;
	font-size: 14px;
	line-height: 1.3em;
	color: #FFf;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p,h1,h2,h3,pre {
	margin:0px 10px 10px 10px;
	}

p {
    font-size:14px;
}
	
#contentright p { font-size:10px}
	
h1 {
	font-family: helvetica, verdana;
	font-size:20px;
	padding-top:10px;
	letter-spacing: 1px;
	}
h2 {
	font-family: helvetica, verdana;
	font-size:16px;
	padding-top:8px;
	letter-spacing: 1px;
	}
h3 {
	font-family: helvetica, verdana;
	font-size:14px;
	padding-top:8px;
	letter-spacing: 1px;
	}

hr{ 
	border: dashed 1px #333;
	}
	

/*** LINK STYLES ***/

a, a:visited {
	text-decoration:none;
	color:#6d8983;
	border:none;
}

p a,p a:visited {
	text-decoration:underline;
	}

a:hover{
	color:#43b198;
}
/*a:hover img{
 Creates effect for gallery thumbnail images.
 Commented out to test JD Smooth Gallery.
	border:1px #6d8983 solid;
}*/


#footer a, #footer a:visited {
	text-decoration:none;
	color:#89786d;
	border:none;
}
#footer a:hover {
	color: #006666
}


/*** 
	IMAGES
 ***/


img {
	border:1px solid #000000;
	/* border:none; */	
}
div .img{
	margin: 5px 10px;
	border:1px #333 solid;
	/* width:200px; */
	float:left;
	
}


/*  Home Page  */

#slideshow{ 
	/* the Slide show area */
	margin:10px auto;
	width:700px;
	height: 350px;
	border:#999999 4px double;
	}

#flashPlayer{
	/* Music controler */
	position:relative;
	float:right;
	
	margin:5px 10;
}
	
	
/*  Gallery  Page */

#myGallery
{
margin: 10px auto; !important;
width: 800px !important;
height: 550px !important;
} 

div .gimg{
	margin: 5px 10px;
	border:1px #333 solid;
	width:auto; 
	float:left;
	clear:left;
}

/*****
* Misc.
*****/
.clear{
	clear:both; /* Breaks float behavior on and after this element */
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
}
.clear_l{
	clear:left; /* Breaks float behavior on and after this element */
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
}

#logo{
	float:left;
	width:370px;
}
#logo img{
	margin-left:10px;
	}
	