@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* or use * above */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td, th, caption{
	font-weight: normal;
	text-align: left;
}
img, fieldset{
	border: 0;
}
ol{
	padding-left: 1.4em;
	list-style: decimal;
}
ul{
	padding-left: 1.4em;
}

body {
	background: url(images/bg1.jpg) no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
}

#container {
	width: 860px;
	margin: 25px auto 0px;
}
#container #wrapper img {
	border: 3px solid #a7a16d;
}

#container #topnav {
	font-size: 12px;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#container #header {
	background: url(images/header.jpg) no-repeat center top;
	height: 170px;
	margin-top: 30px;
}
#container #navbar {
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #a7a16d;
}
#container #navbar ul {
	list-style-type: none;
	overflow: hidden;
}
#container #navbar ul li {
	font: bold 16px Verdana, Geneva, sans-serif;
	display: inline;
}
#container #navbar ul li a{
	text-decoration: none;
	color: #666;
	padding: 10px 25px;
	line-height: 40px;
	height: 40px;
}
#container #navbar ul li a:hover {
	text-decoration: none;
	background-color: #a7a16d;
	color: #FFF;
}
#container #wrapper {
	margin-top: 10px;

}
#container #wrapper #main2col{
	float: left;
}
#container #wrapper #right2col {
	margin-left: 310px;
}
#container #wrapper #right2col p  {
	color: #333;
	font-size: 14px;
}
#container #footer {
	height: 30px;
	font-size: 12px;
	border-top: 1px solid #a7a16d;
	text-align: right;
}
#container #footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 25px;
}
#container #footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.line {
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.images {
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltlftImage {
	border: 1px solid #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.fltrtImage {
	border: 1px solid #FFF;
	margin-bottom: 10px;
	float: right;
	margin-left: 20px;
}
.clearfloat {
	clear: both;
}
.xmastext {
	font-family: "Monotype Corsiva";
	font-size: 1.3em;
	text-align: center;
	color: #333;
}

