/*  

418 Germain Ave.
Naples, FL  34108

*/

body {
	color: #dfebf7;
	background-image: url(images/page_bg.jpg);
	margin: 0 0 0 0;
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold;
	font-size: 11px;
	line-height:15px;
	text-align: center; 	
}

/* DIV */
.wrapper
{
	width: 966px;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 966px; 
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.footer
{
	width: 966px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content
{
	width: 966px;
	padding-bottom: 380px;
}
#left {
	float: left;
	width: 640px;
	padding-top: 70px;
	padding-left: 61px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
}
#right {
	float: left;
	width: 174px;
	padding-top: 70px;
	text-align: left;
}
.rmenu_item {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}

.webdesign
{
	color: #E2C397;
	background-color: inherit;
}
/* TEXT */
.smText
{
	color: #000000;
	font-size: 12px;
	line-height:24px;
	font-weight:normal;
}
h1
{
	margin: 0 0 0 0;
	color: #FFFF33;
	font-size: 16px;
}

h2
{
	margin: 0 0 0 0;
	color: #FFFF33;
	font-size: 12px;
}

/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color: #F8F210;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
