﻿body{
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url('/_img/bgr_all.jpg' );
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
    font-family: arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #808080;
}


#maincontainer{
	width: 840px;
	margin: 0 auto;
}

#topsection{
	height: 180px;
	margin-top:50px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 290px 0 10px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 10px;
	margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
	float: left;
	width: 290px; /*Width of right column*/
	margin-left: -290px; /*Set left margin to -(RightColumnWidth)*/
	font-size:85%;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	text-align: left;
	padding: 4px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #666666;

}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

form {
	display:inline;
	border:none;
}

#warn {
	color:#D57457;
}
            
img {
	border:0;
}

fieldset {
	border:0;
}

            
fieldset span.txt_s {
	font-size:80%;
	color:#F3774E;
}

form input#text {
	margin: 5px;
}






/*---------------------------------- LINK STYLES --------------------------------------*/

a:visited {
	color: #669900;
	text-decoration: underline;
}
	        
#maincontainer #footer a:link {
	color: #666;
	text-decoration: underline;
}
	        
a:hover {
	color: #669900;
	text-decoration: none;
}	        
	        
#maincontainer #footer a:active {
	color: #C0C0C0;
	text-decoration: none;
}	        
	        
a:link, .main a:visited {
	color: #669900;
	text-decoration: underline;
}
	        
a:active, .main a:hover {
	color: #669900;
	text-decoration: none;
}
