/* GENERAL */

body {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background: #fff url(../images/cl_bg.png) repeat-x;
}

a, a:active, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* PAGE */

div#logo {
	height: 80px;
	background: url(../images/cl_logo.png) no-repeat 30px 50%;
}
div#logo span {
	display: none;
}

div#page {
	width: 998px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

div.box {
	min-height: 300px;
	background-color: #333;
	border: 5px solid #ccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
div.boxcontent {
	padding: 10px 50px;
	color: #fff;
}
div.boxcontent p {
	color: #eee;
}

div#shadow {
	height: 120px;
	background: transparent url(../images/cl_shadow.png) no-repeat;
}

/* FOOTER */

div#footer {
	margin-right: 60px;
	text-align: right;
	color: #666;
}
div#footer a, div#footer a:active, div#footer a:visited {
	color: #666;
}