/* css for basic items ------------------------------------------------------------------------------------------ */
html,body	{
 	width:100%;
 	}
body {
    padding: 0;
    margin: 0;
 	min-width: 876px;
	font-family: arial, helvetica, verdana;
    font-size: 12px;
    line-height: 17px;
	color: #693527;
	background: url(../images/bg-outside.gif) center;
 	}
img {
    margin-left: 0;
	margin: 0;
    padding: 0;
	}
a, 
a:visited {
    color: #D15445;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, 
a:active {
    color: #D15445;
	text-decoration: underline;
	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
ul li {
    padding: 0;
    margin: 0;
    }
p {
	padding: 6px 0 6px 0;
	margin: 0;
	}
blockquote {
	padding: 8px 24px 8px 19px;
	margin: 0;
	}



/* css for site structure --------------------------------------------------------------------------------------- */
#outer {
	width: 100%;
	display: table;
	vertical-align: middle;
	background: url(../images/bg.gif) no-repeat center top;
 	}
#container {
	margin: 58px auto 20px auto;
	width: 876px;
    }
#inner {
	position: relative;
	width: 876px;
	height: 561px;
	}    


/* css for header items ----------------------------------------------------------------------------------------- */
#logo {
	position: relative;
	width: 303px;
	height: 66px;
	float: left;
	overflow: hidden;
   }



/* css for footer items ----------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	width: 876px;
	height: 35px;
    clear: both;
	background: url(../images/footer.gif) no-repeat left top;
    }
#footer p {
	padding: 19px 0 0 15px;
    font-size: 16px;
    color: #F8E1AF;
}
#footer-left {
	width: 752px;
	float: left;
	}
#footer-right {
	width: 124px;
	float: left;
	}
#footer-right a,
#footer-right a:visited {
	padding: 8px 0 0 20px;
	width: 104px;
	height: 27px;
	display: block;
	color: #F1B26C;
	background: url(../images/nav06.gif) no-repeat;
	}
#footer-right a:active,
#footer-right a:hover {
	color: #F8E1AF;
	background: url(../images/nav06on.gif) no-repeat;
	text-decoration: none;
	}
#footer-right a#on,
#footer-right a#on:visited,
#footer-right a#on:active,
#footer-right a#on:hover {
	padding: 8px 0 0 20px;
	width: 104px;
	height: 27px;
	display: block;
	color: #F8E1AF;
	background: url(../images/nav06on.gif) no-repeat;
	text-decoration: none;
	}
	
		