body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 14px arial;
	background: url('images/bg.jpg') repeat-x;
}

#header {
	background: url('images/header-bg.gif') repeat-x left top;
	height: 27px;
	width: 100%;
}

#wrapper {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 790px;
	background: #ffffff;
}

#logo {
	float: left;
	background: url('images/logo.gif') no-repeat left top;
	width: 282px;
	height: 73px;
}
table {
	font: 13px arial;
	margin-left: 10px;
}
#body {
	background: url('images/body-bg.gif') no-repeat top;
	text-align: center;
	width:790px;
	height:483px;
	padding: 10px 10px 0px 0px;
}
#body2 {
	background: url('images/body-bg2.gif') repeat-y top;
	text-align: center;
	width:790px;
	height:1005px;
	padding: 10px 10px 0px 0px;
}
#body3 {
	background: url('images/body-bg3.gif') no-repeat top;
	text-align: center;
	width:790px;
	/*height:483px;*/
	padding: 10px 10px 0px 0px;
}
p {
	font: 14px Arial;
	color: #000000;
	padding: 0 5px 0 17px;
	text-align: left;
}
a {
	color:#696252;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#B7181F;
}
ul {
	list-style-type: disc;
	text-align: left;
}
#menu {
	float: left;
	text-align: left;
	font-family: Tahoma, "Times New Roman", arial;
	color: white;
	font-size: 13px;
	font-weight: bold;
    width: 508px;
    height: 73px;
    background: url('images/menu-bg.gif') no-repeat left top;
}

#menu ul {
	margin:0;
	padding:54px 0 0 0px;
	list-style:none;
	line-height: normal;
      }

#menu li {
      display:inline;
	  background: url('images/gold-dot.gif') no-repeat left;
      }
      
#menu a {
	padding: 12px 5px 12px 17px;
	text-decoration: none;
	color: #FFFFFF;
     }
     
#menu a:hover {
      text-decoration:none;
      color: #FDC243;
      }

#menu .current_page_item a {
	color: #EDD195;
}

#footer {
	background: url('images/footer-bg.gif') repeat-x;

	font: 10px arial;
	color: #000000;
	padding: 0px;
	text-align: right;
}
#announcement {
	background: url('images/ann.jpg') no-repeat left top;
	float: left;
	width: 390px;
	height: 84px;
	margin-left: 15px;
	font: 13px arial;
	color: white;
}
#announcement p{
	font: 12px arial;
	color: #ffffff;
	text-align: left;
	width: 370px;
	margin: 10px 0px 0px 0px;
}
#announcement a {
	color:#FDC243;
}
#announcement a:visited {
	color:#FDC243;
}
#announcement a:hover {
	color:#B7181F;
}
#special {
	height: 340px;
	width: 253px;
	background: url('images/special.jpg') no-repeat right top;
	float: right;
	margin-right: 15px;
	font: 12px arial;
	color: #ffffff;
	text-align: left;
}
#special p{
	font: 12px arial;
	color: #ffffff;
	text-align: left;
	width: 235px;
	margin: 50px 15px 0px 0px;
}
#special a {
	color:#FDC243;
}
#special a:visited {
	color:#FDC243;
}
#special a:hover {
	color:#B7181F;
}

h2 {
	font: 16px bold Verdana, Arial, Helvetica, sans-serif;
    color: #B7181F;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: normal;
	border-bottom: 1px solid #B7181F;
}
h3 {
	font: 16px bold Verdana, Arial, Helvetica, sans-serif;
    color: #B7181F;
	margin: 0px 100px -10px 15px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: normal;
	border-bottom: 1px solid #B7181F;
}

h4 {
	font: 16px bold Verdana, Arial, Helvetica, sans-serif;
    color: #B7181F;
	margin: 0px 0px -10px 15px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: normal;
	border-bottom: 1px solid #B7181F;
}

