@charset "utf-8";
/* CSS Document */

body {background-image: 
	url(../images/background.png);
	background-repeat: repeat-x;
	margin:0; padding:0;
	background-color: #ffffff;}

div#mainContain {width:960px;
	height:auto;
	margin:0 auto;}
	
#mainContain2 {width:960px;
	height:auto;
	margin:0 auto;}
	
#content {
	width:930px;
	height:auto;
	margin:0;
	float: left;
	padding: 15px 15px 15px 15px;
	}	

#navBar {
	background:url(../images/navBar.png) no-repeat;
	width:960px;
	height:41px;
	margin:0;
	float:left;
	}
	
#navBarSub {
	background:url(../images/navBarSub.png) no-repeat;
	width:960px;
	height:41px;
	margin:0;
	float:left;
	}
	
#navBelow {
	background:url(../images/navBelow.png) no-repeat;
	width:960px;
	height:30px;
	margin:0;
	float:left;
	}
	
#navBelowSub {
	background:url(../images/navBelowSub.png) no-repeat;
	width:960px;
	height:30px;
	margin:0;
	float:left;
	}
	
#teasers {
	width:960px;
	height:500px;
	margin:0;
	float:left
	}
	
#teasersR {
	width:449px;
	height:500px;
	margin:0;
	float:left;
	}

#headerBotSub {
	width:960px;
	height:161px;
	margin:0;
	float:left;
	}
		
#logo {
	width:449px;
	height:264px;
	margin:0;
	float:left;
	}
	
#logoNew {
	width:449px;
	height:222px;
	margin:0;
	float:left;
}
	
#logoSub {
	width:305px;
	height:161px;
	margin:0;
	float:left;
	}
	
#headerPhoto {
	width:655px;
	height:161px;
	margin:0;
	float:left;
	}
	
#teaserTest {
	background:url(../images/teaserTest.png) no-repeat;
	width:449px;
	height:120px;
	margin:0;
	float:left;
	}
	
#teaserTestNew {
	background:url(../images/teaserTestNew.png) no-repeat;
	width:425px;
	height:160px;
	margin:0;
	padding:15px 12px 0px 12px;
	float:left;
}
	
#teaserAnn {
	background:url(../images/teaserAnn.png) no-repeat;
	width:425px;
	height:60px;
	margin:0;
	font-size:12px;
	float:left;
	padding:26px 12px 0px 12px;
	}
	
#slideshow {
	width:511px;
	height:470px;
	margin:0;
	float:left;
	}
	
#foot {
	width:960px;
	height:103px;
	margin:0;
	float:left;
	}
	
#footer {
	width:742px;
	height:103px;
	margin:0;
	float:left;
	}
	
#footerACEC {
	width:218px;
	height:103px;
	margin:0;
	float:left;
	}
	
#footerWrap {
	background-image:url(../images/footerLine.png);
	background-repeat: repeat-x;
	width:100%;
	height:auto;
	margin:0;
	float:left;
	}
	
/* Blog CSS */

#contentb {
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	float: left;
	width: 960px;
}
#contentInnerb {
	margin: 0px 13px 0px 13px;
	float: left;
	width: 934px;
	display:inline;
}
#contentInnerb .blog_posts {
	margin: 0;
	float: left;
	padding:10px 10px 10px 10px;
	width: 678px;
	display:inline;
	border-right:2px solid #4b3310;
}
#contentInnerb .blog_sidebar {
	margin: 0;
	float: left;
	width: 223px;
	padding:10px 0 0 10px;
	display:inline;
}
#contentInnerb .blog_sidebar ol,ul,li{
	margin: 0;
	padding:0;
	list-style-type:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 7px;
	display: block;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 10px 0;
	display: block;
	}

.alignright {
	float: right;
	text-align:right;
	}

.alignleft {
	/*float: left;
	margin:0 0 10px 0;*/
	text-align:left;
	}	