/* CSS Document */

body {
	color: #FFFFFF;
	background: url(images/bg.jpg) top left repeat-x #7B7B7B;
	font: 14px "Helvetica", "Century Gothic", Arial, sans-serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background: #000000;
margin: 0px auto;
padding: 0;
}

#header
{
width: 800px;
background: url(images/header2.jpg);
height: 134px;
}

#nav
{
background: url(images/navBG.jpg) repeat-x #000000;
width: 160px;
float: left;}


#content
{
width: 590px;
float: right;
padding: 16px 20px 30px 30px;
}

#contentGallery
{
width: 605px;
float: right;
padding: 16px 20px 30px 15px;
}

#content a
{
color: #52BBF2;
font-weight: bold;
}

#content a:visited
{
color: #52BBF2;
text-decoration: underline;
font-style: normal;
}

#content a:hover
{
color: #D4F0FF;
text-decoration: none;
}

h1
{color: #eeeeee;
font: 28px Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px dashed #cccccc;}

h3
{color: #FFFFFF;
font: 18px Arial, Helvetica, sans-serif;
font-weight: bold;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding: 5px 0px 5px 0px;}

h4
{border-top: 1px dashed #FFFFFF;
padding-top: 3px;
font-size: 18px;}

h5
{font-size: 20px;}

.img1
{border: 4px solid #FFFFFF;
margin-top: 3px;
/*border-bottom: 15px solid #FFFFFF;*/}

.imgRight
{margin: 3px 0px 5px 10px;
border: 6px solid #FFFFFF;
border-bottom: 20px solid #FFFFFF;}

.imgStaff
{margin: 0px 18px 5px 0px;
border: 6px solid #FFFFFF;
border-bottom: 20px solid #FFFFFF;}

.img2
{margin: 0px 18px 5px 0px;}

.table1
{background: #202020;
border: 1px solid #CCCCCC;}

.tdem
{background: #313642;
padding: 10px;
border: 2px dashed white;}

.tdem2
{background: #3B3B3B;}

#footer
{
clear: both;
width: 780px;
margin: 0 auto;
padding: 10px 20px 5px 10px;
font-family: Arial, Helvetica, sans-serif;
color: #cccccc;
font-size: 10px;
}

#footer a
{
color: #cccc;
text-decoration: none;
}

#footer a:visited
{
color: #cccccc;
text-decoration: none;
}

#footer a:hover
{
color: #eeeeee;
text-decoration: underline;
}