/* CSS Document */

body {
	margin:0px auto;
	font-family: Georgia, 'Lucida Grande', helvetica, arial, verdana, Geneva, Trebuchet MS, sans-serif;
	font-size:12px;
	color: #393732;
	background: #554924 url(../images/rss_back.jpg) repeat-y center top;
	text-align: center;
}

img {border:0px;}

a {   color: #bf3214; text-decoration: none;}
a:hover { color: #3362a8; text-decoration: underline;}
a:visited { color: #bf3214; text-decoration: none;}
a:active { color: #3362a8; text-decoration: none;}
a:visited:hover { color: #3362a8; text-decoration: underline;}

.selected a {   color: #3362a8; text-decoration: none;}
.selected a:hover { color: #3362a8; text-decoration: underline;}
.selected a:visited { color: #3362a8; text-decoration: none;}
.selected a:active { color: #3362a8; text-decoration: none;}
.selected a:visited:hover { color: #3362a8; text-decoration: underline;}

h1, h2, h3 {padding:0px; margin: 0px;}
h1 {font-size: 20px; color:#d2c69f; padding: 5px 0px 5px 0px; font-weight:normal;}
h2 {font-size:19px;}
h3 {font-size:19px; margin-bottom: 10px; }

li {line-height:22px;}


.title {
	margin:0px auto;
	width: 800px;
	height: 30px;
	padding: 0px;
	border:0px solid #fff;
	background-color:#6c2a1c;
}

.header {
	margin:0px auto;
	width: 800px;
	height: 136px;
	padding: 0px;
	background:url(../images/rss_hdr.png) no-repeat left top;
	border:0px solid #fff;
}

.contentTop {
	margin:0px auto;
	width: 800px;
	background-color:#f6edd2;
	font-size:16px;
	border-bottom: 6px solid #6c2a1c;
	text-align:left;
}

.contentLower {
	margin:0px auto;
	width: 800px;
	background-color:#d2c69f;
	font-size:14px;
	border-bottom:4px solid #554924;
}

.footer {
	margin:0px auto;
	width: 800px;
	height:100px;
	font-size:12px;
	color: #d2c69f;
}

/*----------ELEMENTS----------------------*/
.mainpage {
	background:url(../images/mainpage.jpg) no-repeat left top;
	height: 257px;
	border:0px;
}

.select {color:#3362a8;}

.copy01 {
	padding: 20px 0px 20px 20px;
	border: 0px solid #000;
	width: 400px;
}

.copy02 {
	padding: 20px 10px 20px 20px;
	border: 0px solid #000;
	
}

.right {float:right;}

.imageright {
	float:right;
	width: 372px;
	text-align:center;
	font-size:11px;
}

.box01 {
	float:right;
	background:url(../images/box01_mid.gif) repeat-y left top;
	width: 301px;
	margin: 10px 10px 10px 5px;
	text-align:center;
}

.box01 p {padding: 0px 15px 0px 15px;}


.box02 {
	float:right;
	background:url(../images/box02_mid.gif) repeat-y left top;
	width: 257px;
	margin: 5px 10px 5px 5px;
	text-align:center;
}

.box02 p {padding: 0px 15px 0px 15px; font-size:13px; line-height:16px;}


/*----------TABLES----------------------*/
table { 
	width: 100%;
	border: 0px solid #000; 
	margin: 0px auto;
	padding:0px;
	border-collapse: collapse;
}


td {
	vertical-align:top;
	text-align:left;
	padding: 20px 30px 20px 30px;
}

.tAbout {}
.bar {border-right: 1px solid #8c7e51; line-height:18px; padding: 20px 10px 20px 20px;}

/*----------NAVBAR----------------------*/

#menu {
	float:right;
	width:700px;
	font-size:13px;
	margin:108px 10px 0px 0px;
	border: 0px solid #fff;
}
#menu ul {
	margin:0;
  	padding:0px 0px 0px 0px;
	list-style:none;
  }
#menu li {
  	float:right;
	padding:4px 0px 0px 0px;
	margin: 0px 2px 0px 2px;
	height:24px;
  }
#menu a {
  	float:left;
	display:block;
	padding:0px 6px 0px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#d2c69f;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none; border: 0px;}
/* End IE5-Mac hack */
#menu a:hover {
  	color:#f6edd2;
  }
#menu #current  {
	border-right: 1px solid #f6edd2;
	border-left: 1px solid #f6edd2;
	background-color:#5b2216;
  }
#menu #current a {
  	color:#ffffff;  }

/*----------NAVBAR END----------------------*/
