/* CSS Document */

body
{
    text-align:center;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	background-color:#eedbcb;
	color:#815545;
	margin:0;
	padding:0;
}

a {
	color:#815545;
	text-decoration:none;
}
a:hover { 
	color: #815545;
	text-decoration:underline;
}
a:active { 
	color: #815545;
	text-decoration:none;
}
a:visited { 
	color: #815545;
	text-decoration:none;
}

.headtxt
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#5a3527;
	font-weight:bold;
	margin:0;
	padding:0;
}

#container
{
	background:url(../images/bg.gif) repeat-y;
    text-align:left;
    width:781px;
    margin-left:auto;
    margin-right:auto;
	margin-top:20px;
}

#outercont
{
    width:781px;
    margin-left:auto;
    margin-right:auto;
	margin-top:20px;
}

#header
{
    background:url(../images/header.gif) no-repeat;
    width:781px;
    height:184px;
}

#logo
{
    width:195px;
    height:157px;
    padding-top:11px;
	padding-left:36px;
}

#navback
{
    background:url(../images/nav_back2.gif) no-repeat;
    width:781px;
    height:52px;
	padding:7px 0 0 35px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a3527;
	font-weight:bold;
}

/*#navback
{
    background:url(../images/nav_back.gif) no-repeat;
    width:781px;
    height:52px;
	padding:7px 0 0 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}*/

#navback a
{
    text-decoration:none;
	color:#5a3527;
}

#navback a:hover
{
    text-decoration:underline;
	color:#5a3527;
}

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

#navback li
{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

#content
{
	background:url(../images/bg.gif) repeat-y;
	padding:0 0 10px 0px;
	margin:0;
    width:781px;
	background-color:#d3ae9f;
}

#title
{
	padding:0;
	margin:0;
	width:380px;
	text-align:left;
}

#rightcontent
{
	padding:20px 50px 0 0;
	margin:0;
    width:380px;
	float:right;

}
#pic
{
	padding:15px 0 0 35px;
	margin:0;
    width:260px;
	float:left;
	clear:both;
}
#rightcontent2
{
	padding:0 10px 0 0;
	margin:13px 40px 15px 0;
    width:400px;
	height:300px;
	float:right;
	text-align:left;
}

* html #rightcontent2
{
	padding:0 10px 0 0;
	margin:15px 20px 0 0;
    width:400px;
	height:300px;
	text-align:left;
}

#textscroll
{
    margin:0;
	padding: 0 20px 0 0;
	width:380px;
	height:300px;
	overflow:auto;
	float:right;
}

#textscroll li {
	margin: 0 0 0 -25px;
	padding: 0;
}

* html #textscroll
{
    width:380px;
	height:300px;
	margin:0;
	padding: 10px 20px 0 0;
	overflow:auto;
	float:right;
	scrollbar-3dlight-color:#c4927e;
    scrollbar-arrow-color:#ecdcd6;
    scrollbar-base-color:#d3ae9f;
    scrollbar-darkshadow-color:#c4927e;
    scrollbar-face-color:#d3ae9f;
    scrollbar-highlight-color:#d3ae9f;
    scrollbar-shadow-color:#d3ae9f;
}

#pic2
{
	padding:15px 0 15px 35px;
	margin:0;
    width:260px;
	float:left;
	clear:both;
}

* html #pic2
{
	padding:15px 0 10px 35px;
	margin:0;
    width:260px;
	float:left;
	clear:both;
}

#footer
{
	padding:0;
	margin:0;
    background:url(../images/footer.gif) no-repeat;
    width:781px;
    height:13px;
	clear:both;
}

* html #footer
{
	padding:0;
	margin:0 0 -2px 0;
    background:url(../images/footer.gif) no-repeat;
    width:781px;
    height:8px;
	clear:both;
}

#footersite
{
	width:781px;
	margin-top:3px;
    height:14px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

#footersite a
{
	text-decoration:underline;
	color:#d3ae9f;
	}







