/*
	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_color2.jpg') center;
	width: 1020px;
	height: 388px;
	}

/* Main Content */

#content {
	margin: 0 auto;
	width: 1020px;
	height: 100%;
	/*height: 790px;*/
	background: url('images/content_background_new.jpg') repeat-y;
}

#content-left-column {
	padding: 0px 0px 20px 50px;	
	text-decoration: none;
	font:  .9em/100% 'Arial';
	letter-spacing: -1px;
	line-height: 1.4em;	
	width: 250px;
	/*height: 700px;*/
}
	
#content-left-column p b {
	color: #000;
	font-weight: bold;
}
#content-left-column p a{
	color: #356379;
	line-height: 70%;
	font-weight: bold;
	width: 250px;
}
#content-left-column i a{
	color: #356379;
	line-height: 70%;
	font-weight: bold;
	text-decoration: none;
	width: 250px;
}

#content-center-column {
	padding: 0px 0px 0px 10px;
	width: 660px;
	font:  1em/100% 'Arial', sans-serif;
	font-size: 70%; 
	line-height: 1.4em;
	border-left: 1px solid #bbb;
}

#shrink-font {
  color: #000;
	font-style: normal;
	font-weight: bold;
	font:  1em/100% 'Arial', sans-serif;
	font-size: 70%; 
	line-height: 1.4em;
}

#content-center-column i {
	color: #cf3b19;
	font-style: normal;
	font-weight: bold;
}
#content-center-column a {
	color: #356379;
	font-weight: bold;
	text-decoration: none;
  font-style: italic;
  font-size: 120%;
}

/* Footer */
#footer {
	margin: 0 auto;
	color: #bdbdbd;
	font: 'Ariel', sans-serif;
	padding-left: 40px;
	width: 980px;
	background-color: #1c1c1c;
	padding-top: -20px;
	}
#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: 0 auto;
	color: #00736a;
	font: 'Ariel', sans-serif;
	font-weight: bold;
	padding: 0 0 20px 40px;
	background-color: #1c1c1c;
	width: 980px;
}
#footer-copyright i {
	color: #bdbdbd;
	font:  'Arial', sans-serif; 
	line-height: 1.4em;	
	font-style: normal;
}