/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../index/bg.png);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center 19px;
}
a:link, a:visited {
	color:#C00;
}
a:hover, a:active {
	color:#900;
}
img {
	border:0;
}
#top {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AA9169;
	height: 18px;
	width: auto;
	padding: 0px;
}
#middle {
	padding-top: 20px;
}
#bottom {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AA9169;
	height: 18px;
	width: auto;
	padding: 0px;
	margin-top:15px;
}
#footer {
	padding-top: 10px;
	clear: both;
}
#footer address {
	font-style: normal;
	font-size: 11px;
	line-height: 1.9em;
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#box  {
	width: 670px;
	color:#AA9169;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	border: 1px dotted #AA9169;
	text-align: justify;
	padding: 5px;
}
#box a{
	color: #AA9169;
}
#navbar ul {
	margin:0px;
	padding-bottom: 5px;
	color:#999999;
}

#navbar ul li {
     display:inline;
	 margin-top:5px;
	
}

#navbar ul li a {
        color:#999999;
		text-decoration:none;
		font-size: 10px;
        margin-left:8px;
		margin-right:8px;
}

#navbar ul li a:hover { 
        color:#AA9169;
}