@charset "utf-8";
body {
	background-image: url(images/bg.png);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #00CC00;
}
a:active {
	color: #00CC00;
}
h1 {
	font-size: 16px;
	color: #006600;
}
h2 {
	font-size: 14px;
	color: #006600;
}
h3 {
	font-size: 12px;
	color: #006600;
}
h4 {
	font-size: 11px;
	color: #006600;
}
#logo {
	position: absolute;
	left: 735px;
	width: 120px;
	height: 565px;
	background-image: url(images/orange.png);
}
#logo img {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
#menu {
	width: 735px;
	padding: 5px 5px 5px 50px;
	margin: 0 0 15px 0;
	background-color: white;
}
#menu img {
	margin-right: 10px;
}
#content_wrapper {
	width: 735px;
	background-color: white;
}
#content {
	margin: 0 0 0 50px;
	padding: 5px 15px 15px 0;
}
#footer {
	margin: 0 0 0 50px;
	padding: 15px 15px 15px 0;
	font-size: 10px;
}

.csc-header {
	margin-top: 25px;
	clear: both;
}
.csc-header-n1 {
	margin-top: 0;
}
.csc-header-date {
	border-top: 1px solid #AAA;
	padding: 8px 0 0 0;
	margin-bottom: -5px;
}
.csc-header-n1 .csc-header-date {
	border-top: 0px !important;
}

.friends {
	width: 150px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
}