/* CSS Document */
/* Gobal style, including body masthead nav and footer */
/*==Global Style==*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF url(img/container-bg.jpg) 0 0 repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
	}
a { text-decoration: none;}
a:link { color: #996633; }
a:visited { color: #990; text-decoration: underline; }
a:hover { color: #C6A42F; text-decoration: underline; }
#container {
	width: 700px;
	margin: 0 auto 0 16px;
	padding: 0 1px;
	background: #fff;
	position: relative;
	}

/*==masthead style==*/
#masthead {
	width: 700px;
	height: 141px;
	background: #FFF url(img/masthead-bg.jpg) 0 0 repeat-x;
	margin: 0 1px 0 0;
	padding: 0;
	}
#masthead h1 {
	margin: 0;
	padding: 0;
	background: url(img/logo.gif) 0 0 no-repeat;
	width: 219px;
	height: 60px;
	position: absolute;
	top: 52px;
	right: 30px;
	}
#masthead h1 span {
	display: none;
	}
#masthead h2 {
	width: 125px;
	height: 141px;
	background: rgb(232,228,210) url(img/masthead-bg-gold.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	}
#masthead h2 span {
	display: none;
	}

/*==nav style==*/
#nav {
	margin: 0;
	padding: 0;
	height: 38px;
	background: url(img/nav-bg-left.jpg) 0 0 no-repeat;
	}
#nav ul {
	margin: 0;
	padding: 0 0 0 190px;
	height: 38px;
	background: url(img/nav-bg-right.jpg) 100% 0 no-repeat;
		}
#nav li {
	list-style: none;
	float: left;
	width: 96px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: url(img/nav-bg.jpg) 0 0 no-repeat;
	}
#nav li a {
	display: block;
	float: left;
	width: 86px;
	padding: 10px 0 0 10px;
	display: block;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	font-weight: bolder;
	color: #FFF;
	}
#nav li a:hover {
	background: url(img/nav-bg-hover.jpg) 0 0 no-repeat;
	text-decoration: none;
	}
#nav li.currentNav {
	background: url(img/nav-bg-current.jpg) 0 0 no-repeat;
	}
/*==footer style==*/
#footer {
	margin: 1em 0 0 0;
	padding: 25px 0 0 400px;
	height: 22px;
	background: url(img/footer-bg.jpg) 0 0 repeat-x;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	}
	
/*==Some class==*/
.highlight {
	padding: 2px;
	font-weight: bold;
	background: #FFFFCC;
	}