body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	background: "<txp:site_url />images/3.jpg";

}

php
{
	character: windows-1251
	
}

h1, h2, h3
{
	font-weight: normal;
	font-style: bold;
font-color: red;
}

h1, h2
{
	font-family: Arial, Helvetica;
	font-style: bold;
font-color: red;
font-size: 1em;
}

h1
{
	font-size: 4em;
	font-style: italic;
font-color: red;
	align: left;
}

h2
{
	font-size: 1em;
	font-style: bold;
font-color: red;
}

small, .small
{
	font-size: 0.9em;
}

a
{
	text-decoration: none;
	color: red;
font-size: 1em
	
	
}

h1 a, h2 a, h3 a
{
	border: none;
	font-style: bold;
font-color: red;
font-size: 0.9em

}

h3 a
{
	font: Arial, Helvetica;
font-style: bold;
}
#accessibility
{
	position: absolute;
	top: -1000px;
}
#topsection{

padding-top: 5px;
height: 90px; /*Height of top section*/
width: 95%;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{

width: 30%; 
margin-left: 70%; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn a, 
{
	color: red;
	border: none;
font-size: 0,5em;
}

#contentcolumn h1{
font-size: 0,5em;
margin: 0;
padding-top: 15px;
}

#contentcolumn p, {

	font-size: 0,5em;
	line-height: 1,2em;
}



#leftcolumn{
float: left;
width: 55%; /*Width of left column*/
margin-left: -90%;
}


#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5;
}
