@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DBD4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(/images/body/backhome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-face-color: #709842;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #3AA76F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #DDD9CE;
	scrollbar-arrow-color: #ffffff;
`
}
.ocharleys #container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
} 
.ocharleys #header {
	width: 741px;
	height: 30px;
	padding: 90px 0px 0px 213px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #556B7B;
	font-weight: normal;
	text-decoration: none;
} 
.ocharleys #headerbar {
	height: 20px;
	width: 954px;
}
.ocharleys #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding: 10px 0px 0px;
}
.ocharleys #mainContent {
	padding: 16px 0px 0px 49px;
	width: 564px;
	height: 436px;
} 
.ocharleys #footer {
	padding: 30px 0px 0px;
	width: 954px;
	text-align: center;
	text-decoration: none;
	margin: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-size: 12px;
}
a:link {
	color: #069;
}
a:visited {
	color: #66944B;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #629844;
}
h2 {
	font-size: 18px;
	color: #629844;
}
h3 {
	font-size: 16px;
	color: #629844;
}
h4 {
	font-size: 14px;
	color: #629844;
}
h5 {
	font-size: 12px;
	color: #629844;
}
h6 {
	font-size: 10px;
	color: #629844;
}
.ocharleys #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding: 60px 10px 10px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.ocharleys #studio11 a:link {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:visited {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:active {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:hover {
	color:#ffffff;
	text-decoration: none;
}
