@charset "utf-8";
body {
	font: 100% Calibri, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0% 20%;
	background-color: #FFFFFF;
}
.style #container {
	width: 930px;
	height: 725px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #A6A6A6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}
.style #header {
	width: 930px;
	height: 140px;

}
.style #headernavbar {
	float: right;
	width: 200px;
	height: 140px;
	background: none;
	display: block;
	color: #fff;
	text-align: right;
}
.style #headernavbar ul {
	font-family: Myriad Pro, Verdana;
	color: #fff;
	font-size: 20px;
	list-style-type: none;
	line-height: 150%;
}
.style #headernavbar ul a:link {
	color:#060;
}
.style #headernavbar ul a:visited {
	color:#060;
}
.style #headernavbar ul a:active {
	color:#060;
}
.style #headernavbar ul a:hover {
	padding-right: 20px;
	color: #030;
	
}
.style #mainContent {
	width: 930px;
	height: 450px;
	background-image: url(images/about_image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	padding-top: 20px;
}
.style #maincontenttext_about {
	width: 275px;
	height: 115px;
	margin-left: 595px;
	background-color:#FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: inherit;

}
.style #maincontenttext {
	width: 502px;
	height: 259px;
	margin-left: 388px;
	background-color:#FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	vertical-align: inherit;
	margin-top: 20px;

}
.style #photo {
	padding: 10px 10px 10px 20px;
	margin-top: 50px;
	float: left;
	background-color: #FFF;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.style #photo p {
	margin: 5px 0 0 0;
}
.style #photo a {
	text-decoration: underline;
}
.style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style #footer {
	background:#fff;
	height: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 930px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.style #footer_left {
	float: left;
	height: 90px;
	width: 400px;
}
.style #footer_right {
	float: left;
	height: 90px;
	width: 520px;
	margin-left: 8px;
	vertical-align: top;
	font-family: Calibri, Verdana;
	font-size: 11px;
	text-align: center;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	
}
.footer_right_gda {
	float: right;
	margin-top: 0px;
	display: inline;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
.title {
	font-size: 100px;
	font-family: Calibri, Verdana;
	color: #060;
	
}
.style #footer_right img {
	border: 0;
}