* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	background-image: url(../images/wood_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	color: #000;
}

a:hover {
	color: #333;
	text-decoration: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

#wrapper {
	margin: 0 auto;
	width: 980px;

}
#leftcolumn {
	color: #333;
	height: auto;
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.logo {
	margin-left:40px;
}
.sidemenu {
}
#rightcolumn {
	float: right;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	width: 650px;
	display: inline;
}
.welcome {
	background-image: url(../images/welcome_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 650px;
	margin-top: 36px;
}
.content {
	width: 650px;
	margin-top: 36px;
	height: auto;
}
.content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-top: 18px;
	color: #000;
	text-transform: uppercase;
}

.fulltop {
	background-image: url(../images/fulltop_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 72px;
}

.fullmid {
	background-image: url(../images/fullmid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
}
.fullmid p {
	margin-left: 34px;
	margin-right: 35px;
	padding-bottom: 10px;
}

.menuday {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}
.menuitem {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.fullbtm {
	background-image: url(../images/fullbtm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}

#column1 {
	width:313px;
	float: right;
	margin-right: 15px;
	margin-top: 3px;
	background-image: url(../images/column1_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
}

#column1 ul {
	margin-top:30px;
	margin-left:20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	list-style-type: none;
}

#column1 li {
	margin-bottom: 18px;
}

#column1 h2, #column2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	color: #000;
}

#column1 p, #column2 p {
	margin-top:30px;
	margin-left:20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
#column2 {
	width:313px;
	float: right;
	margin-top: 5px;
	background-image: url(../images/column2_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
}
.more {
	text-align: right;
	padding-right: 20px;
}
#footer {
	width: 960px;
	clear: both;
	color: #333;
	padding: 10px;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	margin: 0px;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0;
	padding-top: 2px;
	margin-left: 140px;
}
#footer a {
	color: #FF0;
}

