/* CSS Document */


body {
	 margin: 0;
        background-color: #000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCC;
        
}
a:link {
	text-decoration: none;
	color:#00CCFF;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: underline;

}h1 {
	margin: 0;
        font-size: 14px;
	color: #FFF;
}h2 {
       margin: 0;
       font-size: 14px;
	color: #FFF; 

}h3 {
	font-size: 12px;
        color: #000;
}
#container {
	margin-top: 40px;
        margin-left: auto;
	margin-right: auto;
        width: 901px;
}
#content {
	width:901px;
        height: 500px;
        background-image: url(images/template-bg.jpg);
        
}#titleleft {
        margin-top: 6px;
        float: left;
        padding-left: 20px;
}#titleright {
        margin-top: 6px;
        float: right;
        padding-right: 20px;
        text-align: right;
}
#flashholder {
        padding-top: 100px;
        padding-left: 205px;
        
       
}#footer {
        margin-left: auto;
	margin-right: auto;
        width: 875px;
        height: auto;
        text-align: left;
        padding-top: 4px;
       
}#copyright {
        margin-left: auto;
	margin-right: auto;
        width: 901px;
        height: auto;
        text-align: center;
        padding-top: 10px;
}


