* {
	margin:0;
	padding:0;
}
body  {
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
/*	background: #222;*/
	background: #222;
	color: #5a422d;
}
a {
	color:#89bf23;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#89bf23;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#000000;
/*	font-size:48px;*/
	padding:0 0 0 20px;

}

h1 {
	color:#89bf23;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.mainLogo {	
	float:left;
}
#container { 
	width: 800px;  
	margin: 5px auto;
	padding:5px;
	background-color:#fff;
} 
.mainContent {
	padding:0px 0;
}
.breve {
	background:#5a422d;
	padding:20px;
	color:#c1a07b;
}
.headerPic {
	margin-left:0px;
}
.conBlock {
	padding:10px 0;
	height:10%;
	min-height:180px;
}
.conBlock  a{
	color:#5a422d;
	font-size:12px;
	text-decoration:underline;
}
.conBlockSeparator {
	border-bottom:1px solid #b1a69c;
	padding:10px 0;
}
.conBlockPic {
	float:left;
	width:201px;
}
.conBlockText {
	margin-left:239px;
}

#footer {
	color:#c1a07b;
	text-align:center;
	height:5px;
	background:url(img/footerBackground.jpg) repeat-x left top;
}
#footer p {
	padding:20px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

td{
	width:40%;
	padding: 2px;
}

.center{
	text-align:center;
}