/* CSS Document */
a{
	color: #A36063;
}
h1{
	color: #A36063;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
	padding: 5px;
}
h2{
	color: #A36063;
	font-size: 11px;
	padding: 5px;
}
p{
	padding: 5px;

}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #003717;
	color: #A36063;
}
#top {
	height: 270px;
}
#header {
	background-image: url(images/orange-bg.jpg);
	height: 202px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#left, #middle, #right {
	text-align:left;
	height: 100%;
}

#left {
	float: left;
	width: 235px;
}
#middle {
	margin-left: 20px;
	width: 164px;
	float: left;
}
#right {
	margin-left: 2px;
	float: left;
	width: 625px;
}
#right p{
	line-height: 16px;
}
#potpis{
	position: absolute;
	bottom: -379px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

