@charset "UTF-8";
html {margin: 0; padding: 0;}
body  {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background: #00274F url(images/body-bg.png) repeat-x;
	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 */
	color: #000000;
}
 #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	background: #386ac6 url(images/header-bg.gif) repeat-x;
height: 127px;
padding: 0;
margin:0;
border-top: 2px #fff solid; 
border-left: 2px #fff solid; 
border-right: 2px #fff solid;} 

#header table
{border:none;
margin:0;
border:0;}

 #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: 30px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font:20px Verdana, Arial, Helvetica, sans-serif;
	color: #ff3;
	letter-spacing:0.2em;
	line-height:1em;
text-align: center; 
}

#header h2 
{	
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.3em;
	line-height: 0em;
text-align: center; 
}

#header img
{
margin: 0; 
padding: 0;
vertical-align: bottom;
}

img
{border: none;}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}

#news
{
background: #d6fb9f;
width: 170px;
padding: 5px;
margin-top: 40px;
}

#sidebar1 h1
{
color: #821b0a;
font-size: .9em; 
letter-spacing: .2em;
text-align: center; 
}

#sidebar1 p
{
padding: 1em 0;
font-size: .7em;
color: #333333;
border-top: 1px #999999 solid;
border-bottom: 1px #999999 solid; 
}

#nav
{
padding: 0;
margin: 0;
border-bottom: 1px solid #999;
width: 170px;
}

#nav li
{
list-style: none;
display: inline; /*This is to remove vertical whitespace in Explorer 5 */
}

#nav li a {
color: #004579;
text-decoration: none; 
display:block;
margin: 0;
padding: 0.7em;
border-top: 1px solid #999;
background: url(images/nav-bg.gif) repeat-y;
font:14px Verdana, Arial, Helvetica, sans-serif;
letter-spacing: .2em;
text-transform: lowercase;
}

#nav li a:hover {
color: #F60202;
text-decoration: none; 
background: url(images/nav-bg-hover.gif) repeat-y;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 img
{
margin:15px 0 15px 0;}

 #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
border-left: 1px #ccc solid; 
border-right: 1px #ccc solid; } 

#gallery #mainContent
{	margin: 0 0 0 200px;
 }

#viewer #mainContent
{	margin: 0;
 }

#gallery .thumb
{
float: left; 
width: 255px;
height: 255px;
text-align: center;
}

#gallery .thumb img
{
border: 5px #000 solid;
}

#viewer .viewer_img
{
text-align: center;
}

#viewer .viewer_img img
{
border: 10px #000 solid; 
}

#mainContent h1
{
color: #0c294d;
font-size: 1.1em;
padding-bottom: 1px;
margin-top: 8px;
margin-bottom: -5px;
letter-spacing: .2em; 
border-bottom: solid 1px #0065B4;
}

#mainContent h2
{
color: #0065B4;
font-size: .9em; 
margin-bottom: -5px;
letter-spacing: .2em; 
}

#mainContent p
{font-size: .8em;}

#mainContent a
{color:#8F1700;
text-decoration: none; 
}
#mainContent a:hover
{color:#8F1700;xbackground: #d6fb9f; 
}
#mainContent li
{
font-size: .8em;
list-style-type: none;
}

 #footer { 
margin: 10px 20px;	
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
border-top:1px solid #ccc
} 
 #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 */
font: .7em Verdana, Helvetica, Arial, sans-serif;
color: #999;
text-align: center; 
}
#footer a
{
color: #999;
text-decoration: none; 
}
#footer a:hover
{
text-decoration: underline; 
}

.emph
{
color: #2067b0;
letter-spacing: .1em;
font: bold; 
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
