body {
	margin-top: 100px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
/*	text-transform: lowercase;*/
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#999999;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */

#header {
	width: 100%;
	height: 52px;
/*	margin: 0 auto;*/
/*	background: url(images/img02.jpg) repeat-x center top;*/
	background-color:#454545;
}

#header-text {
	float: left;
	width: 100%;
	height: 40px;
	text-align:center;
	padding-top: 10px;
	
}

/** LOGO */

#logo-wrap {
	width: auto;
	margin: auto;
	padding: 0;
/*	background: url(images/img03.jpg) repeat-x center top;*/
}

#logo {
/*	width: 100%;*/
	height: 400px;
/*	margin: 0 auto;*/
	background: url(images/rila_lakes.jpg) repeat center top scroll;
}

#logo-box {
	float: left;
	margin: 80px 0 0 180px;
	padding: 0;
/*	background-color:#F00;*/
	width:368px;
	height:272px;
}

#logo-box-text {
	float: right;
	margin: 80px 120px 0 0;
	padding: 0;
/*	background-color:#FFF;*/
	width:368px;
	height:272px;
}

#logo-box-text-two {
	float: left;	
	margin: 5px 50px 0 0;
	width:368px;
}

#logo-box-text h1, #logo-box-text h2 {
	float: left;
	margin: 0;
/*	padding: 0 0 0 20px;*/
	line-height: normal;
}

#logo-box-text h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo-box-text h1 a {
	text-decoration: none;
	color: #000000; 
}

#logo-box-text h1 a:hover { text-decoration: underline; }

#logo-box-text h2 {
/*	padding: 15px 0 0 0;*/
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	background: url(images/img10.jpg) no-repeat left top;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 100%;
	height: 52px;
/*	margin: 0 auto;
	background: url(images/img04.jpg) repeat-x center top;*/
	background-color:#454545;
}

#footer {
	margin: 0 auto;
	height: 52px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#legal a {
	color: #999999;
}
