body {
	margin-top:0;
	font-family: trebuchet ms;
	background:#f9f9f9;
}

#wrapper {
	margin: 0 auto;
	width: 750px;
	height: 600px;
	border-left: solid 1px#dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	background: #FFFFFF;
	/*background-image:url(images/btm_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;	*/
}

#left {
	float: left;
	width: 370px;
}

#header {
	/*background-image:url(images/who_we_are.jpg);
	background-repet:no-repeat;
	background-position: top right;*/
	width: 360px;
	height:135px;
	left:250px;
	position: relative;
}

#nav {
	/*float: right;*/
	/*top: 135px;*/
	width: 358px;
	background-image:url(images/fade_hr.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	position: relative;
	text-align:right;
	
}

#nav a {
	font-size: 7pt;
	font-family: verdana;
	font-weight: bold;
	color: #6a7530;
	text-decoration: none;
}

#logo {
	width:225px;
	height:220px;
	background-image:url(images/sc_logo.jpg);
	position: absolute;
	top: 125px;
	padding-top:110px;
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 22pt;
	text-align: right;
}



#logo a {
	color:#999999;
	font-size: 7pt;
	font-family: verdana;
	text-decoration: none;
}

/*#logo a:visited {
	color:#999999;
	font-size: 7pt;
	font-family: verdana;
	text-decoration: none;
}

#logo a:active {
	color: #6a7530;
	font-size: 7pt;
	font-family: verdana;
	text-decoration: none;
}*/

#content {
	color: #999999;
	line-height: 22pt;
	position: relative;
	top: 47px;
	font-size: 10pt;
	left:250px;
	width: 360px;
}

#content_small {
	color: #999999;
	line-height: 14pt;
	position: relative;
	
	font-size: 8pt;
	
	width: 360px;
}

#content h1 {
	color: #f09417;
	font-size: 12pt;
}

#footer {
	position: relative;
	top: 50px;
	background-image:url(images/fade_hr.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	width: 360px;
	font-size: 7pt;
	text-align: right;
	left: 248px;
	padding-top: 5px;
}

.clear {
	clear:both;
}

