@CHARSET "UTF-8";

body {
	text-align: center;
	background-color: #03680c;
	margin-top: 30px;
	font-family: Verdana;
}

div {
	overflow: hidden;	
}

img {
	border: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	border: 0px; 	
}

a:link.whiteLink, a:active.whiteLink, a:visited.whiteLink {
	text-decoration: none;
	font-size: 15px; 
	font-family: Verdana; 
	text-align: left; 
	color: white; 
}



#mainContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 717px;
	height: 430px;
}

#leftBorder {
	float: left;
	width: 6px;
	height: 419px;
	background: transparent url('../images/leftBorder.jpg') no-repeat top left;
}

#leftLogoContainer {
	float: left;
	width: 254px;
	height: 430px;
}

#mainContentContainer {
	float: left;
	width: 444px;
	height: 387px;
	background-color: #025008;
}

#topBorder {
	float: left;
	width: 444px;
	height: 15px;
	background: transparent url('../images/topBorder.jpg') no-repeat top left;
}

#bottomBorder {
	float: left;
	width: 444px;
	height: 22px;
	line-height: 22px;
	background: url('../images/bottomBorder.jpg') no-repeat top left;
	text-align: right;
	
}

#bottomBorder a:link, #bottomBorder a:active, #bottomBorder a:visited {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #272727;	
	padding-right: 5px;
}
#rightBorder {
	float: right;
	width: 13px;
	height: 419px;
	background: transparent url('../images/rightBorder.jpg') no-repeat top right;
}

#conetentHead {
	float: left;
	width: 444px;
	height: 76px;
	background: transparent url('../images/kastaniety.jpg') no-repeat top right;
}

#conetentMain {
	float: left;
	width: 444px;
	height: 279px;
}

#bottomMenu {
	float: left;
	width: 444px;
	height: 32 px;
}

.bottomMenuButton {
	float: left;
	text-align: center;
	padding-left: 30px;
}

