@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	font-size: 10px;
	color: #333333;
	line-height: 0.1;
	background-color:#1B5B9C;
}

img, img:active {
	padding: 0px;
	border: none;
}

#thePage {
	display: block;
	width: 779px;
	margin: 0px auto;
}

#theheadBar {
	display: block;
	width: 100%;
	height: 107px;
	background: url("images/head_main.png") no-repeat;
}

/* Main Menu sturvs  START*/
#theheadBar #mainMenu {
	position: relative;
	left: 91px;
	top: 71px;
}
#mainMenu ul, #mainMenu ul li, #mainMenu ul li img, #mainMenu ul li img:active, #mainMenu ul li a {
	list-style: none;
	line-height: 0.1;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
#mainMenu ul li {
	height: 36px;
}
#mainMenu ul li:hover {
	background: url("images/btn_ov_bg.gif") no-repeat center;
}
/* Main Menu sturvs  END*/


#theBodySection {
	display: block;
	width: 100%;
	background: url("images/bodyBg.png") repeat-y;
	padding: 5px 0px;
	padding-bottom: 100px;
}

#theBodySection #pageTitle {
	position: relative;
	height: 84px;
	top: 5px;
	right: 7px;
	float: right;
}
#theBodySection #pageTitle img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#theBodySection #pageBody {
	position: relative;
	display: block;
	top: 30px;
	margin: 0px 30px 0px 100px;
	line-height: 150%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#theFootBar {
	display: block;
	width: 100%;
	background: url("images/footer.png") no-repeat;
	height: 75px;
}

/* text styles /
#theBodySection #pageBody p {
	margin: 5px 10px 5px 5px;
}*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #449812;
	font-size: 14px;
	margin: 50px 0 5px 0;
}

/* miscelanous */
#biglion {
	position: absolute;
	top: 5px;
	left: 15%;
	display: block;
	width: 282px;
	height: 402px;
	background: url("images/biglion.png");
	z-index: -50;
}

