* {
	margin: 0;
	padding: 0;
}

html {

}

.picture{
	text-align: center;
}

body{
	background-image:url(bgr.png);
	background-repeat: repeat;
      font-family: Verdana, Arial, sans-serif;
      font-size: 0.90em;
}

h1{
	font-size: 1.5em;
}

h2{
	font-size: 1.0em;
	font-weight: bold;
}

#container {
	background-color:#D5D5D5;
	margin: 15px auto;
	width: 800px;
}

#header {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:157px;
}

#navigation {
	background: #aaa;
	margin: auto;
	height: 21px;
	line-height: 1.6;
	font-size: 0.9em;
	width: 100%;
}

#navigation ul {
	list-style: none;
	background: #eee;
}

#navigation ul li {
	float: left;
	border: none;
	border-right: 1px solid red;
	background: #eee;
}

#navigation ul li a {
	color: #E60000;
	background: #eee;
	padding: 2px 13px;
}

#navigation ul li a:hover {
	background: #E60000;
	color: #fff;
}


#content {
	clear: left;
	display: table;
}

#content #columnLeft {
	float: left;
 	width: 48%;
	text-align: justify;

 }

#content #columnRight {
	float: right; 
	width: 48%;
	text-align: justify;
 }

#footer {
	width: 100%;
	text-align: right;
	background: #eee;
	font-size: 0.8em;
}

#footer a {
	color: #E60000;
}
