/* CSS Document for SCLA */

body {
	background-color: #EBD5AC;
	text-align: center;
	padding-top:2px;
	}
#wrapper {
	width: 800px;
	text-align: center;
	margin:auto;
	}
	
/* -------------------------------- Title -----------------------------------l */
#titlebar {
	background-image: url(images/title.jpg);
	height: 100px;
	width: 800px;
	position: relative;
	}

/* -------------------------------- Top Bar -----------------------------------l */
#topbar {
	background-image: url(images/topbarimage.jpg);
	height: 156px;
	width: 800px;
	position: relative;
	}

/* ---------------------------- Navigation ---------------------------*/
	
#navigation {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width:800px;
	letter-spacing:.04em;
	}
#navigation tr {
	text-align:center;
	border:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#navigation a:link, #navigation a:visited {
	color:#B17D4A;
	text-decoration:none;
	border: none;
	font-size: 1em;
	}
#navigation a:hover {
	color: #CCCCCC;
}


/* -------------------------------- Content -----------------------------------l */
#content {
	clear:both;
	position: absolute;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	}
#content a:link, #content a:visited {
	color:#000066;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}
#content a:hover { color: #999999;}

/* -------------------------------- Content - Right -----------------------------------l */
#contentr {
	width: 400px;
	float: right;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	position: relative;
	}


/* -------------------------------- Content - Left -----------------------------------l */
#contentl {
	width: 372px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}


/* -------------------------------- Text and Links -----------------------------------l */

.youarehere {
	text-decoration: underline;
	}

h1 {
	color:#330000;
	font-size:1.1em;
	font-weight:bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}

 h2 {
	font-size:0.9em;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #330000;
	}

p {
	font-size:0.9em;
	color: #330000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
