@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color:#231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
}
a {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

a:hover {
	text-decoration: none;	
	color: #ee3124;;
}
#maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 160px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}
#contentcolumn a { font-weight:normal;
color:#c0c0c0; }

#leftcolumn {
float: left;
width: 195px; /*Width of left column in pixel*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
margin-top:30px;
}

#leftcolumn ul {
	margin: 0px;
	list-style-image:url(images/bullet.png);
	padding-left:10px;
}

#leftcolumn li {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #efefef;
	font-weight:bold;
	margin-top: 5px;
	line-height:25px;
}

#leftcolumn .tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #efefef;
	line-height:18px;
}
#leftcolumn .tekst  a{
	text-decoration: none;
	color: #cecece;
}
#leftcolumn .tekst a:hover {
	text-decoration: none;	
	color: #ee3124;;
}
#leftcolumn a {
	text-decoration: none;
	color: #efefef;
}

#leftcolumn a:hover {
	text-decoration: none;	
	color: #ee3124;;
}
#rightcolumn{
	float: left;
	width: 115px; /*Width of right column in pixels*/
	margin-left: -705px;
	background-color:#363636;
}

#mainblock{
	background-color:#404040; 
	width:514px;
}
#mainblock .tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #C0C0C0;
	padding:10px;
	text-alignt:right;
}
#mainblock a { font-weight:normal;
color:#c0c0c0; }


.innertube{
	margin: 8px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.quote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #efefef;
	padding:0px;
	font-style:italic;
}

