
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #0099FF;
}
* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-color:#000000;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
 padding-bottom: 150px;
}
#header {
 width: 960px;
 color: #333;
 padding: 10px;
 height: 90px;
 margin: 0;
 float:left
/* background-image: url(../images/logo_bg.gif);*/
}
#spacer{
padding:0px;
margin:0px;
}

#logo{
float: left;
width: 270px; /*Width of right column*/
}
#topbar{
/* Make IE wors like FF */
-moz-box-sizing:content-box;
box-sizing:content-box;
/* **************  */
width: 940px;
margin top: 11px;
padding: 10px;
float: left;
background-image:url(../images/topbar.gif);
background-repeat:no-repeat;
}

#content { 
 width: 960px;
 color: #333;
 margin: 0px;
 padding: 5px;
 
/* background-image:url(../images/content_bg.gif);
 background-repeat:no-repeat;
 background-color:#fff;*/
 float:left;
}


.leftCol{
/* Make IE wors like FF */
-moz-box-sizing:content-box;
box-sizing:content-box;
/* **************  */
width:490px;
float:left;
padding:5px;
margin-left:20px;
/*border: 5px solid #ccc;*/
}

.RightCol{
/* Make IE wors like FF */
-moz-box-sizing:content-box;
box-sizing:content-box;
/* **************  */
width:430px;
float:left;
padding:5px;

}

#flashcontent{
float:left;
}


#clearir{
clear:left;
}

#footer {
position: relative;
margin-top: -150px; /* negative value of footer height */
height: 150px;
clear:both;
background-color:#DBDBDB;
padding:10px
} 

#footerwrap{
width:940px;
margin:0 auto;
padding:10px;
}
	
#footerleft{
float:left;
width:450px;
}

#footerRight{
float:left;
width:450px;


}
	
	

.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





