/*
	Author:  	Mark Bielawiec
	Email:		Maarek7@gmail.com
*/

body {
	margin: 0 0 0 0;
	background-color: #fdfff9;
	}

/* Title */


#title {
	margin: 0 auto;
	width: 1020px;
	height: 165px;
	list-style: none;
	background: url('images/title-background.jpg') center;
	}

#title-image {
	list-style: none;
	padding: 10px 0 0 10px; 
	width: 700px;
	color: #fff;
	float: left;
	}
#title-number {
	list-style: none;
	float: right;
	padding-top: 70px;
	font-family: 'Arial', sans-serif;
  }

/* Menu Choices */
#menu {	
	margin: 0 auto;
	clear: both;
	width: 100%;
	margin-top: -51px;
	}

#menu-header ul{
	margin: auto;
	width: 996px;
	list-style: none;
	height: 51px;
	padding-left: 45px;
	}
#menu-header ul li {
	float: left;
	list-style: none;
	width: 159px;
	height: 51px;

	}
#menu-header ul li a {
	list-style: none;
	width: 159px;
	height: 51px;
  }


/* Main Header */
#header {
	margin: auto;
	background: url('images/background_color.jpg') center;
	width: 1020px;
	height: 388px;
	}

#menu-sub {
	margin: auto;
	width: 100%;
	height: 95px;
	list-style: none;
}

#menu-sub ul {
	margin: auto;
	width: 1020px;
	height: 95px;
	list-style: none;
}

#menu-sub ul li {
	margin: auto;
	height: 95px;
	list-style: none;
	width: 260px;
}

#menu-sub ul li a {
	margin: auto;
	height: 95px;
	list-style: none;
	width: 260px;
}

/* Main Content */
#content {
	margin: auto;
	clear: both;
	width: 1020px;
	height: 680px;
	background: url('images/content-background3.jpg');
	padding-top: 50px;
}

#content-left-column {
	padding: 0px 0px 20px 40px;	
	font:  .9em/100% 'Arial';
	letter-spacing: -1px;
	line-height: .5em;
	width: 220px;
	height: 400px;
}
	
#content-left-column a {
	color: #000;
	text-decoration: none;
	}

#content-left-column p b {
	color: #000;
	font-weight: bold;
}
#content-left-column p {
	color: #000;
	line-height: 100%;
	width: 250px;
}

#content-left-column i b {
	color: #cf3b19;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
}
#content-center-column {
	padding: 0px 0px 4px 20px;
	width: 400px;
	border-left: 1px solid #bbb;
	font:  .9em/100% 'Arial';
	line-height: 100%;
}

#content-center-column a {
	text-decoration: none;
	}

#content-center-column i {
	color: #5A8704;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
}

#content-right-column {
	border-left: 1px #bbb solid;
	width: 250px;
	padding: 0px 10px 4px 20px;
	font:  .9em/100% 'Arial';
	letter-spacing: -1px;
	line-height: 100%;
}

#content-right-column a {
	color: #5A8704;
	text-decoration: none;
	}
#content-right-column p {
	color: #5A8704;
	line-height: 70%;
	font-weight: bold;
	width: 250px;
}
	
#content-right-column p b {
	color: #000;
	font-weight: bold;
}
#content-right-column p {
	color: #5A8704;
	line-height: 100%;
	width: 250px;
}

#content-right-column i b {
	color: #000;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
}

#content-right-column i {
	color: #000;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
}

/* Footer */
#footer {
	color: #bdbdbd;
	font: 'Ariel', sans-serif;
	padding-left: 40px;
	padding-top: -25px;
	}
#footer a {
	color: #bdbdbd;
	text-decoration: none;
	font: 'Ariel', sans-serif;
	}
#footer i {
	padding-left: 320px;
	text-decoration: none;
	font-style: normal;
	font: 'Ariel', sans-serif;
	}

#footer-copyright {
	margin: auto;
	color: #00736a;
	font: 'Ariel', sans-serif;
	font-weight: bold;
	padding-left: 40px;
}
#footer-copyright i {
	color: #bdbdbd;
	font:  'Arial', sans-serif; 
	line-height: 1.4em;	
	font-style: normal;
}