@charset "utf-8";
/* CSS Document */
body {
	margin: 10px;
	font-family: franklin gothic book, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #B2A363;
    background-repeat: repeat-x;
	text-align: center;
	}
a:link { 
    color: #38340E;
    text-decoration: underline;  }
a:visited { 
    color: #38340E;
    text-decoration: underline;  }
a:hover { 
    color: #38340E;
    text-decoration: underline;  }
.navigation {
	color: #999999;
	font-family: franklin gothic book, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	}
	a.navigation:link {
color:#999999; 
text-decoration:none;}
#box {
	width: 926px;
	height: 784px;
	padding-top: 18px;
	padding-bottom: 0px;
	background-color:#fff;
	border:#999999 solid 1px;
	}
#border {
	width: 889px;
	height: 496px;
   
	border:#999999 solid 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#content {
	width: 689px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 250px;
	}
h1 {
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	}
.imgborder {
	border:#999999 solid 1px;
	padding:3px;
	}
	
