body{
	background: #1e252c;
	color: #5a616c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0pt;
	margin: 0;
	padding: 0;
	background-image: url(images/gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#container
{ 
	width:684px;
	height: auto; 
	margin-left:auto; 
	margin-right:auto; 

}

#header
{
	width: 624px;
	height: 30px;
    margin: 0;
	padding: 113px 30px 0px 30px;
    background-image: url(images/header.gif);
    background-position: top center;
    background-repeat: no-repeat;
	font-size: 8pt;
}

#name
{	
	float: left;
	text-align: left;	
	font-weight: bold;
}

#name a:link, #name a:visited
{	
	color: #e6e6e6;
}

#title
{	
	float: left;
	text-align: right;
	margin-left: 8px;
}

#menu
{	
	float: right;
	text-align: right;
	font-size: 8pt;
}

#menu a:link 
{
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
}

#menu a:visited
{
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
}

#menu a:hover
{
	color: #e6e6e6;
	text-decoration: none;
}

#menu a.active
{ 	
	color: #e6e6e6;
	text-decoration: none;
	background-image: url(images/pixel.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}


#content
{
	width: auto;
    height: 390px;
    margin: 0;
	padding-top: 7px;
	background-image: url(images/background.gif);
}

.text
{
	font-size: 10px;
	text-align: left;
	height: 360px;
	width: 570px;
	margin: 30px 55px auto 55px;
	
}

.singleline
{
	font-size: 10px;
	text-align: center;
	height: 210px;
	width: 640px;
	background-color: #000;
	margin: 0px 22px auto 22px;
	padding-top: 150px;
}

.gallery
{
	font-size: 10px;
	text-align: center;
	height: 330px;
	width: 640px;
	background-color: #000;
	margin: 0px 22px auto 22px;
	padding-top: 30px;
}

.gallery p
{
	margin-top: 10px;
}

.video
{
	height: 360px;
	width: 640px;
	background-color: #000;
	margin: 0px 22px auto 22px;
}

/*.description
{   
	float: left;
	height: 410px;
	width: 250px;
	background-color: #404040;
	padding: 20px;

}*/


#footer
{
	color: #515761;
	font-size: 7pt;
	text-align: center;
	margin: 20px 0 50px 0;
}

#footer a
{
	color: #515761;
}

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

a:link, a:visited
{
   	color: #5a616c;
	text-decoration: none; 
}
a:hover
{
    color: #e6e6e6;
}

a:link img
{
    border: 1px solid #000000;
	padding: 1px;
}

a:hover img
{
	border-color: #e6e6e6;
}

a:link img.icon
{
    border: 0;
	padding: 0;
}

a:hover img.icon
{
	border-color: #e6e6e6;
}


img
{
    border: 0;
}

img.icon
{
    border: 0;
	margin: 0 7px 0;
}


.spacer
{
	float:left;
	width: 100px;
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase; 
   /* color: #C70007;
    margin: 0 0 10px 0; */
}

h2
{
    font-size: 10pt; 
    font-weight: bold;
    margin: 10px 0 7px 0;
}

h3
{
    font-size: 8pt; 
    font-weight: bold;
    margin: 0 0 5px 0;
}

p
{
    font-size: 8pt; 
    margin: 0 0 5px 0;
}

em
{ /*
	font-style: normal;
    font-weight: bold;
    color: #C70007;
*/}

ul 
{
	font-size: 9pt; 
    list-style-position: outside; 
    margin: 0px; 
    padding: 0 0 0 20px; 
    list-style: disk; 
    vertical-align: middle; 
}

li 
{
    margin: 0px; 
    padding: 0px; 
}