body {
	background: #EFEFEF;
	font-family: 'Trebuchet MS',Geneva,Verdana,Arial,Helvetica,'Century Gothic',sans-serif;
    font-size: 10pt;
	line-height: 20px;
}
#wrapper {
	background-color:#E0FFFF;
	width:960px;
	height:auto;
	margin:auto;
}
#header-wrapper {
	background:url('../images/ck2025_banner.png') no-repeat;
	height:125px;
	color:#E0FFFF;
	font-size:2.5em;
	line-height: 1.2em;
}
* html #sidebar-wrapper {
	width:190px;
}

#Content {
	background-color:#E0FFFF;
	height:auto;
}


#sidebar-wrapper {
	background-color:#E0FFFF;
	width:200px;
                  height:770 px;
	float:left;
	padding-bottom:10px;
}
    
#sidebar-wrapper ul.image-sidebar li a img{
	margin-left: 0px;
                   margin-top: 10px;
                   text-align: Right;
                  width: 130px;
}
* html #post-wrapper  {
	width:740px;
}
#post-wrapper {
	background-color:#BDEDFF;
                  border-left:1px solid #99999;
	width: 740px;
	padding:10px;
	float:right;
	min-height:465px;
}
#post-wrapper h3 {
	font-weight:bold;
	margin:10px 5px;
}
#post-wrapper #banner-wrapper {
	/*background:url('../images/welcome.jpg') no-repeat;*/
	height: 195px;
	margin: 0px 0px 5px -5px;

}
#post-wrapper .content-image-show {
	margin-top:15px;
}
#post-wrapper .content-image-show li {
	display:inline;
	margin-left:15px;
}
#post-wrapper .content-image-show li img {
	width:200px;
} 
#footer-wrapper {
	background-color:#A9A9A9;
	height: 80px;
	border-top:1px #CCCCCC solid;
	height: 35px;
    padding: 15px;
}
#footer-wrapper ul.footer-menu {
	text-align:center;
	margin-bottom:5px;
}
#footer-wrapper ul.footer-menu li {
	display:inline;
	text-transform:capitalize;
	margin-left:10px;
}
#footer-wrapper ul.footer-menu li a{
	text-decoration:none;
	color:#fffff;
}
#footer-wrapper ul.footer-menu li a:hover{
	text-decoration:underline;
}
#header-wrapper .text {
    margin-left: 153px;
    padding-top: 20px;
    width: 650px;
}
/* Navigation */
#sidebar-wrapper ul.nav-menu  {
    margin-left: 30px;
    margin-top: 15px;
    text-transform: uppercase;
}
#sidebar-wrapper ul.nav-menu li {
	margin-top:15px;
}
/* Image Rotator */
#banner-wrapper .rotator {
	width:auto;
	float:none;
}
.rotator {
	float: right;
	width: 200px;
	height: 200px;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

.rotator ul {
	position: relative;
	margin: 0px;
}

.rotator ul li {
	line-height: 1em;
	padding-left: 0px;
	background: none;
	float: right;
	position: absolute;
}
#banner-wrapper .rotator ul li img {
	width:735px;
}
.rotator ul li img {
    width: 205px;
	margin:2px;
}
.rotator ul li.show {
	z-index: 1;
}
