html, body {
	min-height: 100%;
    
}
body {
	background: #bac4cd url('img/bg.png');
	background-repeat:repeat-x;
}


div#wrapper {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
}

div#frame {
	background-color:#FFF;
	border: 1px solid #CCC;
	margin-top: 25px;
	float: left;
}

div#header {
	background-image:url('img/header_bg.png');
	background-repeat:repeat-x;
	width:845px;
	height:118px;
	float: left;
}
div#header #slogan{
    position: relative;
    display: inline;
	font-family:arial;
	font-size:15px;
	color:#aaa;
	top: 6px;
	left: 28px;
}
a.logo img {
	border:0px;
	margin-top:17px;
	margin-left:27px;
}

ul#navi {
	width:580px;
	list-style-type:none;
	float:right;
	margin-top:100px;
}

li a {
	font-family:arial;
	font-size:14px;
	color:#666;
	text-decoration:none;
	float:right;
	margin-right:35px;
}

li a:hover {
	text-decoration:underline;
}

li a.active {
	text-decoration:underline;
}

div#leftside {
	background-color:#FFF;
	width:253px;
	margin-top:15px;
	float:left;
	min-height: 500px;
}

div#upperleft {
	width:253px;
	height:290px;
	float:left;
}

div#bottomleft {
	background-image:url('img/bottomleft.png');
	background-repeat:repeat-y;
	width:253px;
	min-height:220px;
	float:left;
	margin-top:5px;
}

h3 {
	font-family:arial;
	font-size:18px;
	color:#666;
	margin-left:20px;
	margin-bottom:5px;
}

blockquote {
	font-family:arial;
	font-size:12px;
	color:#666;
}

div#content {
	background:url('img/content_bg.png') repeat-x left bottom;
	width:588px;
	margin-top:9px;
	float:left;
	min-height: 500px;
}

div#content h1 {
	font-family:arial black;
	font-size:15px;
	font-weight:bold;
	color:#666;
	margin-left:15px;
	word-spacing:-1px;
}

div#content p {
	font-family:tahoma;
	font-size:12px;
	color:#666;
	width:520px;
	margin-left:45px;
}

div#content div.cboxi {
    padding: 10px 10px 10px 0px; 
    background: #e4e3df; 
    border: solid 1px #c0bfbc; 
    margin-left: 40px; 
    margin-right: 20px;
    -moz-border-radius: 20px;
}

div#content div.cboxi i {
	font-family:tahoma;
	font-size:12px;
	color:#ad8257;
	margin-left: 15px;
	display:block;
}

div#content a, div#bottomleft a {
	color:#533e2a;
	text-decoration: none;
	border-bottom: dotted 1px #533e2a;
}


div#content ul {
	font-family:tahoma;
	font-size:12px;
	color:#666;
	width:480px;
	margin-left:45px;
}

div#CharlieBrown {
	background-color:#660000;
	width:4px;
	float:left;
	margin-top:25px;
	min-height: 500px;
}

div#footer {
	width:845px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	float: left;
}

div#footer p {
	font-family:tahoma;
	font-size:10px;
	color:#666;
	margin:0px;
}

div#footer b {
	font-family:tahoma;
	font-size:10px;
	font-weight:normal;
	color:#663300;
	margin:0px;
}

div#footer a {
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	color:#666;
}

div#footer a:hover {
	text-decoration:underline;
}

.left {
	float:left;
}

.right {
	float:right;
}