/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2;
	color: #444;
	font: normal 72.5% Trebuchet MS, sans-serif;
	padding-top: 15px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Trebuchet MS, sans-serif;}
h2 {font: bold 1.4em Trebuchet MS, sans-serif;}
h3 {font: bold 1em Trebuchet MS, sans-serif;}

form {margin: 0; padding: 0;}
	
label,input,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}

	

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Trebuchet MS, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;/* 780px  */
}

.outer-container {
	/* background: url('img/container.jpg') no-repeat center bottom; */
	padding-bottom: 64px;
}

/* header & title */
.header {
	background: url('img/header_bg.jpg') no-repeat;
	height: 110px;
	margin-bottom: 5px;
	padding-left:5px;
	padding-top:5px;	
	text-align: left;
}
.header .header_co {
	margin-top:5px;
	width:350px;
	height:50px;
}	
.header .logo {
	margin-left:760px;
	margin-top:-65px;
	height:110px;
	background: #fff url('img/logo_bg.jpg') no-repeat;
}
/*
.header .title {
    background: url('img/cbl_logo.gif') no-repeat;
	padding-left:125px;
	height:100px;
	color: #666;
	padding-top: 10px;
}
.header .title .sitename a {
	border-bottom: 1px solid #657382;
	color: #333;
	font: normal 2.7em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Trebuchet MS,sans-serif;
	padding-top: 8px;
	padding-left:80px;
}
*/
/* path */
.path {
	background: #06C url('img/path_bg.jpg') repeat-x;
	color: #FFF;
	font: bold 1.1em Trebuchet MS,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	margin-top:0px;
	border-top: 4px solid #FFF;
	padding: 0px 12px 0 0;
	border:0px solid #666;
}

/* content */
.content {
	float: right;
	width: 638px;
	padding-top:10px;
	margin-right:10px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul {
	margin-left:50px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 30px;
	font-size: 1.1em;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.1em;
	line-height:23px;
}

.content img {
	margin:5px 20px 20px 20px;
	padding:4px;
	border: 1px solid #CCC;
}

.content .imgcenter {
	margin-left:40px;	
}


.content .endPost {
	border-bottom:1px solid #CCC;
	margin-top:25px;
	margin-bottom:25px;
}

/* navigation */
.navigation {
	float: left;
	width: 212px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Trebuchet MS,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
	text-transform:uppercase;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #FFFFFF;
	width:95%;
	color: #654;	
}
.navigation .navspacer {
	background:#FFF;
	height:10px;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}:#FFF;
	height:10px;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2;
	color: #444;
	font: normal 72.5% Trebuchet MS, sans-serif;
	padding-top: 15px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Trebuchet MS, sans-serif;}
h2 {font: bold 1.4em Trebuchet MS, sans-serif;}
h3 {font: bold 1em Trebuchet MS, sans-serif;}

form {margin: 0; padding: 0;}
	
label,input,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}

	

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Trebuchet MS, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;/* 780px  */
}

.outer-container {
	/* background: url('img/container.jpg') no-repeat center bottom; */
	padding-bottom: 64px;
}

/* header & title */
.header {
	background: url('img/header_bg.jpg') no-repeat;
	height: 110px;
	margin-bottom: 5px;
	padding-left:5px;
	padding-top:5px;	
	text-align: left;
}
.header .header_co {
	margin-top:5px;
	width:350px;
	height:50px;
}	
.header .logo {
	margin-left:760px;
	margin-top:-65px;
	height:110px;
	background: #fff url('img/logo_bg.jpg') no-repeat;
}
/*
.header .title {
    background: url('img/cbl_logo.gif') no-repeat;
	padding-left:125px;
	height:100px;
	color: #666;
	padding-top: 10px;
}
.header .title .sitename a {
	border-bottom: 1px solid #657382;
	color: #333;
	font: normal 2.7em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Trebuchet MS,sans-serif;
	padding-top: 8px;
	padding-left:80px;
}
*/
/* path */
.path {
	background: #06C url('img/path_bg.jpg') repeat-x;
	color: #FFF;
	font: bold 1.1em Trebuchet MS,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	margin-top:0px;
	border-top: 4px solid #FFF;
	padding: 0px 12px 0 0;
	border:0px solid #666;
}

/* content */
.content {
	float: right;
	width: 638px;
	padding-top:10px;
	margin-right:10px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul {
	margin-left:50px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 30px;
	font-size: 1.1em;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.1em;
	line-height:23px;
}

.content img {
	margin:5px 20px 20px 20px;
	padding:4px;
	border: 1px solid #CCC;
}

.content .imgcenter {
	margin-left:40px;	
}


.content .endPost {
	border-bottom:1px solid #CCC;
	margin-top:25px;
	margin-bottom:25px;
}

/* navigation */
.navigation {
	float: left;
	width: 212px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Trebuchet MS,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
	text-transform:uppercase;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #FFFFFF;
	width:95%;
	color: #654;	
}
.current {
	background:#FFFFFF;
	color: #654;
}
.navigation .navspacer {
	background:#FFF;
	height:10px;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}