* { font-family: Verdana, Arial, Trebuchet, Helvetica, Sans-Serif; font-size: 12px;}
html { margin: 0; padding: 0; font-size: 12px; }
body {
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #bfa587;
	text-align:center;
}
#container, #header, #right, #footer, #menu, #main, #main p, #main h1{
  margin: 0;
  padding: 0;
}

#container {
	width: 750px !important;
	width: 762px;
	margin: 20px auto 0 auto;
	display: block;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #AAAAAA;
}

#header {
	width: 100%;
	height: 80px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #765827;
}
#main{
	float:left;
	width: 515px;
}
#main h1{
	text-align:right;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	padding:15px;
}
#main h2{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin:0;
	margin-top:5px;
	text-align:justify;
	padding:5px;
	font-size:14px;
}
#main p {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	margin-top:5px;
	text-align:justify;
	padding:5px;
}
table tr td img{
	border: 3px double #999999;
}
ul, li{
padding:0;
margin:0;
color:#333333;
}
#main ul{
	list-style-position: outside;
	list-style-type: none;
	padding-left:15px;
}
#main li{
	background-image: url(gfx/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	margin-top:3px;
}
#main ul.quotes{
	font-style: italic;
	text-align: justify;
	padding-left:5px;
}
#main ul.quotes li{
	margin-bottom:10px;
	background-image:none;
	padding-left:5px;
}
/*------------ menu start------------*/
#menu {
	width: 100%;
	height: 60px;
	margin-top:5px;
}
#menu ul{
	list-style-type: none;
	margin:0;
	padding: 0;
	float: left;
	text-align: center;
}
#menu ul li{
	float:left;
	display: inline;
}
#menu ul li a {
	background-color: #c19343;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	padding: 8px 0 15px;
	margin:0 1px 0 1px;
	text-decoration: none;
	border-top: 7px solid #caa35f;
	width: 148px;
}
#menu ul li a:hover {
	background-color: #cfa253;
	font-size: 12px;
	display: block;
	color: #FFFFFF;
	padding: 8px 0 15px;
	margin:0 1px 0 1px;
	text-decoration: none;
	border-top: 7px solid #d6b06d;
	width: 148px;
}
/*------------ menu end ------------*/

#right {
	float:right;
	padding:0 5px 0 5px;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
}

#footer {
	width: 100%;
	color: #333333;
	height:30px;
	margin-top:5px;
	border-top:2px solid #765827;
	background-image:url(gfx/footer.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
}
#footer p {
	float:left;
	padding:10px 0 5px 0;
	margin:0;
	display:block;
	color:#333333;
	width:100%;
	text-align:center;
	font-size:10px;
}
#footer p a:hover{
	text-decoration:none;
}
#footer a, #footer a:hover {
  color: #333333;
  text-decoration: none;
  font-size:10px;
}
#footer a:hover {
  text-decoration: underline;
}
img{
	border:0 solid transparent;
	}
a, a:hover{
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
}
