#container{
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
}

body,html {
	background-color: #555;
}

#header {
	/* height: 153px;*/
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height:115px;
	width: 760px;
	background-color: #fff;
}
/*
#subheader{
	margin: 0 auto;
	background-image: url(../images/submenu.jpg);
	background-repeat: no-repeat;
	height:90px;
	width: 760px;
	background-color: #fff;
}
*/
#wrapper {
	background-color: #555;
	height:100%;
}
/* Page */

#page {
	width: 754px;
	margin: 0 auto;
	padding-top: 20px;	
}

/* Content */

#content {
	float: right;
	width: 600px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#sidebar {
	height:100%;
	float:left;
	margin: 0;
	width:158px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 12px;
	background-color: #fff;
	padding-left: 2px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li ul {
	padding-left: 0px;
}

#sidebar li {
	width:80%;
	margin: 0;
	padding: 5px 0px;
	border-bottom: 1px dotted #D6C9BF;
}
#sidebar li a{
	text-decoration: none;
	color: #333333;
}

#sidebar li a:hover{
	text-decoration: underline;
	color: #000000;
}

.post {
	height:100%;
}

.post .csc-textpic-text {
	height:100%;
}

.post .csc-textpic {
	height:100%;
}

.post .csc-textpic-intext-right{
	height:100;
}
.post .csc-textpic-imagewrap {
	hieght:100%;
}

.post .title {
        margin: 0;
        padding: 10px 20px 10px 10px;
        border-bottom: 1px dotted #D6C9BF;
}

.post h1.title {
        padding: 5px 0  0 0;
        height: 30px;
        font-size: 2em;
}

.post .title a:hover {
        text-decoration: none;
}

.post .entry {
        margin: 0px;
        padding: 20px 20px;
}

.post .meta {
        height: 35px;
        margin: 15px 0 20px 0;
        padding: 15px 0 0 20px;
        line-height: normal;
        background: url(../images/img05.jpg) repeat-x left top;
}

.post a {
        color: #31363B;
}

#footer {
        clear: both;
        width: 760px;
        height: 50px;
	margin: 0 auto;
        background: #FFFFFF url(../images/img01.jpg) repeat-x top left;
}

#footer p {
        line-height: normal;
}

#footer a {
}

#footer .legal {
        float: left;
}

#footer .credit {
        float: right;
}

