* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	background: #e7e5d7 url(../img/background.gif) repeat-y;
	
}

p {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #9e0039;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	padding-left: 10px;
	padding-top: 10px;
}

h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}


/* TOP BAR */


#topbar {
	background-color: #d1c994;
	color: #877e3f;
	height: 26px;
}

#topbar p {
	font-size: 11px;
}

#topbar img {
	margin-left: 176px;
	margin-top: 8px;
}

/* CONTAINER */

#container {
	width: 960px;
}

/* COVER */

#cover {
	position: absolute;
	top: 11px;
}

/* HEADER */

#header {
	background-color: #fdfcfb;
	height: 127px;
}

#head_title img {
	position: absolute;
	left: 320px;
	margin-top: 28px;
}

/* NAVIGATION */

#navigation {
	left: 0px;
	top: 310px;
	position: absolute;
}

#navigation ul {
	border-bottom: 1px solid #c5c3b7;
}

#navigation ul li {
 	border-top: 1px solid #c5c3b7;
 	padding: 2px 0 11px 0;
}

#navigation a {
	font-size: 15px;
	text-decoration: none;
	color: #000;
}

#navigation a:hover {
	color: #9e0039;
}

#navigation a.current {
	color: #9e0039;
	font-weight: bold;
}
 
#navigation ul {
	list-style-type: none;
	width: 210px;
	text-align: right;
	line-height: 15px;
}

/* CONTENT */

#content {
	margin-left: 320px;
	position: relative;
	width: 525px;
	top: 55px;
	padding-bottom: 2em;
}

#content ul {
	margin-left: 15px;
}

#content li {
	font-size: 13px;
	list-style-type: circle;
	line-height: 20px;
}

/* FOOT */

#foot {
	position: absolute;
	top: 610px;
	left: 62px;
}

ul.csc-bulletlist {
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	margin-bottom: 20px;
}

.csc-frame-frame1 p {
 	color: #346431;
}

.csc-frame-frame2 p {
	font-size: 10px;
}



