body{
margin:0;
padding:0;
background:  #626262;
}

#maincontainer{
width: 800px; 
margin: 0 auto; 
}

#topsection{
background:  url(images/header_bg.gif) repeat-y;
height: 120px; /*Height of top section*/
border: ;
border-right-width:1px;
border-left-width:1px;
border-top-width:1px;
border-bottom-width:1px;
}

#barinside{
position: absolute;
width: 360px;
margin-left: 130px;
padding-top: 80px;
}

#barinside a{
font-family: Helvetica, arial, sans-serif;
font-size: .7em;
font-weight: bold;
color: #A0A0A0;
text-decoration: none;
}

#barinside a:hover{
font-family: Helvetica, arial, sans-serif;
font-size: .7em;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.current{
font-family: Helvetica, arial, sans-serif;
font-size: .7em;
font-weight: normal;
color: #FFFFFF;
}

#contentcolumn{
height: 500px;
background: url(images/bg_index.gif) no-repeat;
font-family: Helvetica, arial, sans-serif;
font-size: 9pt;
color: #cccccc;
font-weight: bold;
text-align: justify;
letter-spacing: .02em;
}

#contentcolumn a{
color: #FFFFFF;
text-decoration: none;
}

#contentcolumn a:hover{
color: #FF0000;
font-weight: normal;
text-decoration: ;
}

#leftcolumn{
position: absolute;
z-index: 1;
font-family: arial;
font-size: 8pt;
color: #722909;
font-weight: normal;
text-align: left;
padding: 30px 0px 0px 10px;
}

.menu ul{
list-style-type: none;
}

.menu li{
float: left;
margin: 0px 17px 0px 0px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, sans-serif;
	padding: 1px;
	
	color: #CCCCCC;
	background-color: #333333;
	border: inset 1px #003333;
}

