﻿/* CSS Document */
body{
	font:100% Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	color:#000000;
	margin-top: 0px;
	/*background: url("stone_dark_background.jpg") repeat;*/
}
body,td,th, p {
	margin-top: 0px;
}

#wrapper {
	background: #fff;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 800px;
}
a {
	color: #BF5600;
	text-decoration: underline;
}

a:hover {
background-color: #dedede;
}

#header {
	margin: 0 0 12px 0;
	background: fff;
}

#side-a {
	float: left;
	width: 400px;
	padding-bottom: 8px;
}

#side-along {
	float: left;
	width: 600px;
	padding-bottom: 8px;
}

#side-aa {
	float: left;
	width: 600px;
}

#side-b {
	float: left;
	width: 200px;
	padding-bottom: 8px;
}

#side-c { 
	float: right;
	width: 200px;
	padding-bottom: 8px;
}

#footer {
	clear: both;
	background: #fff;
	margin:20 0px 0px 0px;
	/*border-top: 1px solid #000;*/
}

.colorfont {
	color: #BF5600;
	font-weight: normal;
}

h2{
font-family: "Book Antiqua", Palatino, "Palatino Linotype", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
font-size:20px;
font-weight:bold;
text-align:left;
padding:0px 0 4px 0;
border-bottom: 1px solid #fff;
margin:0 20px 8px 0px
}
h3{
font-family: "Book Antiqua", Palatino, "Palatino Linotype", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
font-size:2.2em;
font-weight:normal;
line-height:.64em;
text-align:right;
text-transform:lowercase;
padding:20px 0;
border-top: 1px solid #fff;
margin:2px 30px;
}
h2 a, h3 a{
color:#000;
background-color:transparent !important;
font-weight:normal;
}

h4{
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
}

#secCont{
	border-right:1px solid #000;
	background: #fff;
	text-align:left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 6px;
}
#navcontainer ul {
	line-height: normal;
	list-style-type: none;
	padding: 0;
	width: 175px;
	margin: 0px 0px 0px 0px;
} 

#navcontainer li {
	list-style-image: none; 
	margin: 0; 
	padding: 2px;
}
 
#navcontainer a {
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	background-color: #efefef;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: 100%;
	background-position: 160px;
	background-repeat: no-repeat;
	padding: 4px 0px 4px 0px;
	margin-bottom: 0px;
	font-style: oblique;
}

#navcontainer a:hover {
	background-color: #dedede;
}
