/* # Index.css

	Author: Mark Bielawiec
	Email: Maarek7@gmail.com

*/

* {
  margin: 0;
}

body {
  margin: 0 0 0 0;
  }

#title {	
	margin: 0 auto;
	color: #efecc8;
	font-family: 'Trajan Pro';
	height: 80px;
	width: 100%;
	background: url('images/title-background2.jpg') center;
	}
#title-txt {
	margin: 0 auto;
	color: #efecc8;
	font-family: 'Georgia';
	width: 860px;
	padding: 0;
	}
#title-txt ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}
#title-txt li {
	display: inline;
}
#title-txt a {
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 30px 14px 0px 14px;
	text-decoration: none;
	text-transform: capitalize;
	color: #efecc8;
}

#title-txt a:hover {
  text-decoration: underline;
}

#main-background {
	width: 100%;
	background: url('images/main_image_background.jpg') center;
}

#main-page {
	margin: 0 auto;
	width: 766px;
	height: 323px;
	/*background: url('images/contacts-header.gif') center;*/
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}



#body-position {
  background: url('images/body-position-background.jpg') center;
}

#body-header p {
  margin: 0 auto;
  width: 766px;  
  font-family: 'Georgia';
  font-weight: bolder;
  font-size: 18pt;
  color: #f7f5e4;
  text-shadow: 6px 6px 6px #000000;
  padding: 10px 200px 10px 35px;
}

#body-background {
  background: url('images/body_background.jpg') center;
}

#body-images-background {
  margin: 0 auto;
  width: 766px;
  background: url('images/body-images-background.jpg') repeat-y;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

#body-images {
  margin: 0 auto;
  height: 140px;
  width: 766px;
  padding-top: 10px;
}

#body-images table {
  padding: 15px 15px 0 0;
  float: right;
}

.image {
  margin-top: -120px;
}



#body-images p {
  color: #000000;
  font: .8em/100% 'Georgia';
  line-height: inherit;
}

#body-text-background {
  margin: 0 auto;
  width: 766px;
  background: url('images/body-text-background.jpg') repeat-y;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

#body-text-menu p {
  padding: 0 10px 0 10px;
  color: #000000;
  font: .9em/100% 'Georgia';
}

#body-text-menu b {
  padding: 0 10px 0 10px;
  color: #af3229;
  font-weight: bold;
}

#body-text-menu i {
  padding: 0 10px 0 10px;
  color: #af3229;
  font-style: normal;
  font: .9em/100% 'Georgia';
}

#body-text-menu a {
  margin: 0 auto;
  color: #000000;
  text-decoration: none;
}

#body-text-menu a:hover {
  text-decoration: underline;
}

#body-text {
  margin: 0 auto;
  padding: 20px 15px 15px 5px;
}

#body-text h3 {
  padding: 0 0 20px 30px;
  font: 1.0em/100% 'Georgia';
  font-weight: bold;
  color: #644824;
}

.negative {
  margin-top: -265px;
  width: 320px;
}

#body-text-content {
  font-family: 'Georgia';
  padding: 20px 10px 10px 20px;
  margin-top: -150px;
}

#body-text-content h4 {
  color: #af3229;
  font-weight: bolder;
}

#body-text-content b {
  font: .9em/100%;
}

#body-text-content p {
  font: .9em/100%;
}

#body-text p {
  font-size: 11pt;
  color: #000000;
}



#footer-background {
	margin: 0 auto;
	width: 100%;
	height: 83px;
	background: url('images/footer-background.jpg') center;
	}

#footer {
	margin: 0 auto;
	width: 766px;
	/*margin-top: -10px;*/
}

#footer-left p {
	margin: 0 auto;
	float: left;
	color: #f7f5e4;
	font: .7em/100% 'Myriad Pro';
	padding: 40px 0 0 40px;
}

#footer-right p {
	margin: 0 auto;
	float: right;
	color: #f7f5e4;
	font: .8em/100% 'Myriad Pro';
	padding: 20px 20px 0 0;
}