body {
	margin: 0;
	padding: 0;
  background: #ddd9bc url(images/bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #545454;
}
#border {
  width: 942px;
	margin: 0 auto;
  background: #6c6344;
}
#page {
	width: 940px;
	margin: 0 auto;
	background: url(images/bgnoise.jpg) repeat;
}

#menu {
  width: 100%;
  height: 27px;
	margin: 0 auto;
	background: url(images/menu_bg.jpg) repeat-x;
}
.menu li {
  float: left;
	display: inline;
	padding: .5em;
	margin-left:-28px; 
  margin-right:18px; 
	color: #dfe9bc;
	letter-spacing: 8px;
}
#menu a {
  color: #dfe9bc;
	text-decoration: none;
  letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 89%;
}
#menu a:hover {
  text-decoration: underline;
}

#logo {
  width: 100%;
	height: 95px;
	background: url(images/logo.jpg) no-repeat;
}	
#drop {
  background: url(images/drop.png) repeat-x;
}
/* Sidebar */

#sidebar {
	margin: 0 0 0 10px;
	float: left;
	width: 170px;
}
/* Nav */

#nav {
	padding: 10px;
	color: #262626;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	padding: 10px 0;
	border-bottom: 1px dotted #262626;
	text-align: right;
}

#nav li.last {
	border-bottom: none;
}

#nav a {
	text-decoration: none;
	font-size: 129%;
	color: #262626;
}

#nav a:hover {
	color: #877a01 /*#716e4d*/;
}

/* Login */

#login {
	padding: 20px;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #664466;
}

#inputtext1, #inputtext2 {
	width: 100px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}
/* Form */
form div.row { margin-bottom: 5px; }
form div.row span.label { display: block; width: 100px; float: left; }
form div.row input { display: block; width: 340px; float: left }
form div.row span.hint { display: block; width: 190px; float: left; margin-left: 5px; }
form div.row br { clear: both; }
form div.row span.hint { font: 9pt sans-serif; color: #333; }
form div.row span.hint img { vertical-align: -3px; }

/* Right Side */
#rside_wrap {
  float: right;
	width: 230px;
}

#rside {
  float: right;
	width: 220px;
	background: #FFF;
	border: 1px dotted #c5c3a6;
  min-height: 600px
}

#rside p {
  padding: 5px;
	color: #384320;
}
#rside p:first-letter {
  font-size: 150%;
}
 
/* Content */

#content {
  float: right;
	margin-right: 15px;
	padding: 10px;
	width: 720px;
	min-height: 625px;
	background: #FFF;
	line-height: 170%;
	text-align: justify;
	border: 1px dotted #716e4d;
}
.title2 {
	margin: 0;
	padding: 10px 0;
	font-size: 227%;
	font-weight: normal;
	color: #440122;
}
blockquote {
	font-style: italic;
}
/* Footer */

#footer {
	width: 940px;
	height: 120px;
	margin: 0 auto;
	background: url(images/f_grad.jpg) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 75%;
	color: #808565;
}

#links {
	float: left;
	width: 175px;
	height: 45px;
	padding: 20px 0 0 5px;
	background: url(images/fl_grad.jpg) repeat-x;
}

#links a {
	color: #FFF;
}

#legal {
	float: right;
	width: 750px;
	height: 45px;
	padding: 10px 0 0 0;
}
a img {
  border: none;
}