body {
	font-family: 'Lato', sans-serif;
	background-color: #fc9;
	margin-top: 25px;
	margin-bottom: 50;
	background-repeat: no-repeat;
      }

#background {
	width: 950px;
	z-index: 0;
	margin: 0 auto;
	height: 375px;
	text-align: center;
}

#all {
	width: 950px;
	z-index: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	padding-top: 20px;
	background-color: #ffffff;
	background-image: url(../images/home3.jpg);
	-moz-box-shadow: 0px 0px 40px #333;
	-webkit-box-shadow: 0px 0px 40px #333;
			-moz-border-radius:15px;    /* Firefox */
	-webkit-border-radius:15px; /* Safari and Chrome */
	box-shadow: 0px 0px 40px #333;
	height: inherit;
	overflow: hidden;
}

a:link, a:visited  {
	color: #E0834C;
	text-decoration: underline;
}

a:hover {
	color: #8C5A38;
	text-decoration: underline;
}
    
h1 {
	font-size: 24px;
	font-weight:700;
}
h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight:700;

}
h5 {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight:700;

}
h6 {
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	text-align:center;
}

/*top naviagtion menu*/

#nav-bar
{
	height: 32px;
	position: relative;
	width: 950px;
	vertical-align: middle;
	margin: 0 auto;
	background-color: #de824c;
	white-space: nowrap;
}


#nav-menu
{
	z-index: 10;
	vertical-align: middle;
	margin: 0 auto;
	width: 931px;
	white-space: nowrap;
	text-align:center;
	background-color: #b96c3e;
	height: 32px;
}


#nav-menu ul
{
	list-style: none;
	padding: 0;
	width: 931px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#nav-menu li
{
float: left;
margin: 0 1px;
}

#nav-menu li a
{
	color: #ffffff;
	background-color: #de824c;
	line-height: 32px;
	width: 131px;
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
}

#nav-menu a:hover
{
	color: #ffffff;
	background-color: #8C5A38;
}




.copyright {
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #ccc;
}
#copyright {
	z-index:6;
	position: relative;
	width: 440px;
	float: none;
	clear: both;
	text-align: center;
	margin-left: 190px;
	vertical-align: bottom;
	padding-bottom: 10px;
}


#content {
	width:500px;
	vertical-align: text-top;
	position:relative;
	float: right;
	margin: 0px 20px 10px 0px;
	padding: 0px 20px 0px 0px;
}
    #main {
	position:relative;
	width:910px;
	z-index:6;
	float: none;
	margin: 0 auto;
	padding: 0px 0px 0px 40px;
	height: auto;
}


    body,td,th {
	font-size: 13px;
	color: #E0834C;
	font-weight:400;
	text-align: left;
}

#side-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#side-menu
{
	width:150px;
	z-index:5;
	padding: 10px 10px 10px 10px;
	clear: none;
	margin-right: 20px;
	background: rgba(0,0,0,0.15);
	-moz-border-radius:15px;    /* Firefox */
	-webkit-border-radius:15px; /* Safari and Chrome */
	text-align: center;
	float: left;
}

#side-menu li
{
}

#side-menu li a
{
	height: 2em;
	line-height: 2em;
	width: 150px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	font-weight: 700;
	-moz-border-radius:5px;    /* Firefox */
	-webkit-border-radius:5px; /* Safari and Chrome */
}
#side-menu li .current
{
	color: #d7d0c6;
}
   
#side-menu a:hover
{
	color: #d7d0c6;
}


#wrapper
{
	width: 980px;
	margin: 0 auto;
}

#left-sidebar
{
	width:230px;
	height:100px;
	position:relative;
	float:left;
}

.bold
{
	font-weight:700;
}

.italic
{
	font-weight:400;
	font-style:italic;
}
h6-left {
	text-align: left;
}
.left-align {
	text-align: left;
	color: #E0834C;
	font-size: 12px;
}
.miniText {
	font-size: 10px;
	color: #999;
	font-weight: 400;
}
.italicBold {
	font-style: italic;
	font-weight: 700;
}
