body {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(BG.jpg);
	background-repeat: repeat;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center top;
}
#wrapper #nav ul {
	list-style-type: none;
}
#wrapper #nav ul li {
	text-decoration: none;
	display: inline;
	padding-right: 15px;
	padding-left: 0px;
}
#wrapper #nav ul li a {
	text-decoration: none;
	text-transform: capitalize;
}

#wrapper {
	width: 95%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #nav {
	height: 25px;
}
#wrapper #lftcol {
	float: left;
	width: 15%;
	cursor: text;
	background-image: url(img/lft-vines.gif);
	background-repeat: repeat-y;
}
#wrapper #rtcol {
	float: left;
	width: 75%;
}
#wrapper #rtcol2 {
	background-image: url(img/rt-vines.gif);
	background-repeat: repeat-y;
	float: right;
	width: 10%;
}

#wrapper #rtcol ul {
	text-decoration: none;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper #rtcol ul li {
	display: inline;
	padding-right: 10px;
}

#wrapper #lftcol p a {
	text-decoration: none;
}
#wrapper #rtcol ul li a {
	text-decoration: none;
}


#wrapper #footer {
	clear: both;
	font-weight: bolder;
	color: #666;
}

