body {
	margin: 0;
	padding: 0;
	background-color: #606060;
	/*background: #606060 url(img/bg_body.png) repeat center center;*/
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#cbody {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #365859 url(img/bg.jpg) repeat-y;
	color: #a0a0a0;
}

/* Header */
#header {
	height: 176px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	/*background: #ffffff url(img/logobar.png) no-repeat center center;*/
}
#header .logo { float: left; background: url(img/logobar.png) no-repeat; width: 900px; height: 0px !important; height /**/:176px; padding: 176px 0 0 0; margin: 0 0 0 0; overflow: hidden; }

/* Content */
#content {
	margin: 0;
	padding: 20px 20px 20px 20px;
	text-align: center;
}
#content a {
	text-decoration: underline;
	color: #c0c0c0;
}
#content a:visited {
	text-decoration: underline;
	color: #c0c0c0;
}
#content a:hover {
	text-decoration: underline;
	color: #e0e0e0;
}
#content a:active {
	text-decoration: underline;
	color: #c0c0c0;
}

#left {
	width: 400px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#right {
	width: 420px;
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
}

/* Footer */
#footer {
	height: 22px;
	margin: 0 auto;
	padding: 7px 0 0 0;
	background: #788c8c;
}
#footer * {
	color: #f0f0f0;
}
#footer .cpy {
	text-align: center;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}

/* Helper */
.dummy {
	clear: both;
	width: 1px;
	height: 1px;
}
.clear {
	clear: both;
}
.clear_l {
	clear: left;
}
.clear_r {
	clear: right;
}

