/* CSS Document */

html {
	margin:0px;
	padding:0px;


}
body {
	margin:0px;
	padding-top: 0;
	padding-bottom: 0;
	background-color:#663700;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;

	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;

}
p {
	margin-top:0px;
}
#wrap {
	display:table;
	margin:5px auto;
	padding:0px 5px 5px 0px;
	width:740px;
	height: 100%;
	border:solid 7px #B51E3A;
	background-color:#FFF0D9;
	background-image:url(images/bgbar.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#titlebar {
	height:105px;
	float:right;
	width:560px;
}
#titlebar a, #titlebar a:visited  {
	color:#B51E3A;
	text-decoration:none;
}
#titlebar a:hover  {
	color:#FF0000;
	text-decoration:underline;
}
#menubar {
	float:left;
	width:160px;
}
#menubar p.announcement {
	font-size:12px;
	padding:10px;

}
.navmenu a, .navmenu a:visited {
	display:block;
	margin:0px 24px;
	color:#660000;
	background-color:#FFCF82;
	text-decoration:none;
	padding:5px 5px;
	font-size:12px;
	font-weight: bold;
	border:solid 1px #FFCF82;
}
.navmenu a:hover {
	color:#FFF0D9;
	background-color:#663700;
	border:solid 1px #FFF;

}
ul.navmenu {
	list-style-type:none;
	padding:0px;
	margin:5px 0px 0px 0px;

}
ul.navmenu  li{
	list-style-type:none;
	padding:0px;
	margin:0px;

}
#main {
	margin-top:15px;
	float:right;
	clear:right;
	width:560px;
	font-size:14px;
}
#main a, #main a:visited {
	color:#B51E3A;
}
#main a:hover {
	color: #FF0000;
	}
#list-right {
	float:right;
	width:120px;
	margin:0px 0px 10px 10px;
	padding:10px 10px 10px 25px;
	font-weight: bold;
}
#list-right ul {
	padding-left: 0;
	margin-left: 0;
	
}
#list-right ul li {
	padding-left:0em;
	margin-bottom:5px;
}
#footer {
	margin:10px 0px;
	width:745px;
	clear:both;
}
#footer a, #footer a:visited {
	color:#B51E3A;
	text-decoration:none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
.bigger {
	font-size:18px;
	font-weight: bold;
}
.smaller {
	font-size:12px;
}
.heading {
	font-size:20px;
	font-variant:small-caps;
}
