body {
	background: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #63ac1d;
	text-align: center;
	font-size: 1em;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: #0a4c1f;
}
.box {
	background-color: #ffffff;
	width: 690px;
	text-align: left;
	margin: 40px auto;
}
.boxtop div {
	background: url(../img/tl.gif) no-repeat top left;
}
.boxtop {
	background: url(../img/tr.gif) no-repeat top right;
}
.boxbottom div {
	background: url(../img/bl.gif) no-repeat bottom left;
}
.boxbottom {
	background: url(../img/br.gif) no-repeat bottom right;
}
.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
	font-size: 25px;
}
.content {
	width: 690px;
	margin: 0 auto;
}
.header {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #63ac1d;
	height: 150px;
}
.navigation {
	margin: 20px 20px 20px 10px;
	font-size: 0.9em;
	font-weight: bold;
}
a:link {
	color: #0a4c1f;
}
a:visited {
	color: #0a4c1f;
}
.navigation a:link {
	text-decoration: none;
	display: block;
}
.navigation a:visited {
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #63ac1d;
}
.navigation a:active {
	color: #000000;
	text-decoration: none;
}
.logoimg {
	margin-left: 20px;
	width: 100px;
	float: left;
	display: inline;
}
.logo {
	display: inline;
	font-size: 55px;
	margin-left: 80px;
	line-height: 90px;
}
.sidebar {
	width: 120px;
	float: left;
	margin: 10px 20px 20px 20px;
	display: inline;
}
.main {
	width: 430px;
	margin-left: 180px;
	margin-right: 20px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 1em;
}
.main h1 {
	font-size: 1.5em;
}
.footer {
	font-size: .8em;
	text-align: center;
	width: 690px;
	margin-top: 20px;
}
.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
a.galery {
	outline: none;
}
a.galery > img {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 10px 5px 10px 0;
}

