body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	/*background:"images/bg.gif";*/
	background-repeat:repeat-x;
	background-color:#6C6C6C;
	margin:0;
}

#wrapper
{
    width: 634px;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em;

}

#header
{
padding: 35px 35px 35px 0px;

}

#main
{
	border: solid #E9E9E2 6px;	
    margin:0;
}

#menu
{
   background-color:#444444;
   margin:0;
   }

#content
{
   background-color:#000000;
   padding:20px;
}

#googleads
{
	text-align:center;
	padding:10px;
}

#footer
{
   background-color:#6C6C6C;
   text-align:center;
   height:45px;
   padding:10px;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	color:#FFFFFF;
	font-weight: normal;
}

h1 
{
	font-size:12px;
}

.titlebg
{
	background-image:url(../images/bg_title.gif);
	height:25px;
	width:622px;  
	clear:both;
}


a:link, a:visited 
{
	font-weight: bold;
	color: #BF0209;
	text-decoration: none;
}

a:hover 
{
	font-weight: bold;
	color: #FF3300;
}

a.menu:link ,a.menu:visited 
{
	color: #FFFFFF;
	text-decoration: none;
	font-size:9px;	
}

a.menu:hover 
{
	color: #FF3300;
	font-size:9px;
}

#whitesmall 
{
	color: #FFFFFF;
	font-size:10px;	
}

#whitesmall a:link , a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
	font-size:10px;	
}

#whitesmall a:hover  
{
	color: #FF3300;
	text-decoration: underline;
	font-size:10px;	
}

/*Photo Border*/
.borderit img
{
	border: 1px solid #BF0209;
}

.borderit:hover img
{
	border: 1px solid #FF3300;
}

.borderit:hover
{
	color: #FF3300; /* irrelevant definition to overcome IE bug */
}


