* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center; 

}

#wrapper {
	background: #FFF;
	width:1000px;
	margin:auto;
	text-align:left; 

}

#top {
	background: #FFF url(../images/top.jpg) no-repeat;
	height:105px;
}

#navigation {
	float:left;
	width: 305px;
	background: #FFF url(../images/navigation.jpg) no-repeat;
	height:457px;
}

#content {
	float:right;
	width: 680px;
	padding-top: 10px;
	border-bottom: 1px #CC9933 solid;
	overflow:auto;
	height:446px;
}




#footer{
	clear:both;
	background: #FFF url(../images/bottom.jpg) no-repeat;
	height:37px;
}

.menu-level1 li,ul {
	list-style:none;
	text-align:right;
}

.menu-level1 a {
	display: block;
	padding: 10px;
	color: #CC9933;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;

}

.menu-level1-act a {
	display: block;
	padding: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;

}

.menu-level2 a {
	display: block;
	padding: 3px;
	padding-right:30px;
	color: #CC9933;
	font-size: 12px;
	text-decoration: none;

}

.menu-level2-act a {
	display: block;
	padding: 3px;
	padding-right:30px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;

}

h1 {
	color: #CC9933;
	font-size: 16px;

}

.csc-firstHeader {
	border-bottom: 1px #CC9933 solid;

}

