@CHARSET "UTF-8";

@import url(reset.css);
@import url(navigation.css);
@import url(content.css);


.headline_start {
		color: white;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 15px 0px 0px 22px;
		height: 22px;
	}
	
.headline {
		color: white;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 0px 0px 22px;
		margin: 0;
		height: 22px;
	}
	
.bolder {
		font-weight: bold;
	}
	


		/*		Page START		*/

#page_outer {
		width: 974px;
		margin: 5px auto;
		background: url(/images/page_back.jpg) top center repeat-y;	
	}
	
#page_bottom {
		width: 100%;
		background: url(/images/page_bottom.jpg) bottom center no-repeat;
	}
	
#page_inner {
				z-index:6;
		position: relative;
		width: 100%;
		margin-top: -45px;
	}
	
#page_spacer {
		height: 17px;
	}

		/*		Page END		*/




		/*		Head START		*/
		
#header {
		height: 362px;
		background: url(/images/banner_back.jpg) 2px 0px no-repeat;
		padding-top: 11px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
*:first-child+html #header {
		height: 362px;
		background: url(/images/banner_back.jpg) 2px 0px no-repeat;
		padding-top: 11px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
#header img{
		margin-left: 2px;
	}
	
#header .name{
		position: relative;
		z-index: 6;
		left: 302px;
		top: -330px;
		background: url(/images/concodeq.png) top left no-repeat;
		width: 662px;
		height: 68px;
	}
	
#slideshow {
		margin: 0px 0px 0px 171px;
		padding: 0px 0px 0px 0px;
		width: 791px;
		height: 343px;
	}
	
*:first-child+html #slideshow {
		margin: 0px 0px 0px 171px;
		padding: 0px 0px 0px 0px;
		width: 791px;
		height: 343px;
	}
		/*		Head END		*/




		/*		Footer START		*/
#footer {
		padding-bottom: 22px;
		padding-left: 35px;
		padding-right: 29px;
		color: #646464;
	}
	
#footer a {
		color: #646464;
	}
	
#footer a:hover {
		text-decoration: underline;
	}
	
#footer_nav {
		width: 20%;
		float: left;
		text-align: left;
	}
	
#footer_copyright {
		width: 59%;
		float: left;
		text-align: center;
	}
	
#footer_imp {
		width: 20%;
		float: left;
		text-align: right;
	}
		/*		Footer END		*/

