@charset "UTF-8";

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/pohut.jpg);
	background-repeat: repeat;
	padding-top: 20px;
}
.eremia #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.eremia #topmenu {
	margin: 0px;
	padding-top: 5px;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006666;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 30px;
}
.eremia #topmenu a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006666;
	font-weight: normal;
	text-decoration: none;
}
.eremia #topmenu a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006666;
	font-weight: normal;
}
.eremia #topmenu a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #66CCFF;
}
.eremia #topmenu a:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006666F;
	font-weight: normal;
}
.eremia #header {
	background:  url(images/header.jpg); 
	padding: 0px;
	margin: 0px;
	height: 324px;
}
.eremia #header h1 {
	
}
.eremia #mainContent {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 100%;
	background-color: #EBF7F1;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.eremia #mainContent h1{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	color: #333333;
}
.mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.mainContent a {
	color: #006666;
}
.eremia #footer {
	background: none;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.eremia #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.floatright {
	clear: left;
	float: right;
	padding-right: 0px;
	padding-left: 15px;
}
.floatleft {
	float: left;
	padding-right: 15px;
	clear: both;
}
.smallright {
	color: #009999;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	clear: both;
	float: right;
}
