body {
	background: #84BE8A;
	margin: 0px;
	font-family: Georgia, New Times Roman, serif;
	font-size: 14px;
	color: #000000;
	}

p {
	margin: 1px 0 7px 0;
	}

acronym {
	cursor: help;
	color: #038300;
	/*border-bottom: 1px dashed #FBA927;*/
}

a img {
	border: none;
	}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	}

a:hover {
	color: #0000FF;
	text-decoration: underline;
	}

	/*Container for right and left columns*/
#container {
	width: 796px;
	height: 500px;
	padding-top: 20px;
	position: relative;
	margin: auto;
	}

/*Left column */
#lcol {
	position: relative;
	width: 385px;
	height: 500px;
	float: left;
	background: #9AC39E url(lcol_bg.jpg) no-repeat;
	z-index: 1;

	}

#lcol_content {
	width: 165px;
	height: 450px;
	position: absolute; right: 155px; top: 28px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial sans-serif;
	color: #000000;

	}

#lcol_content img {
	border: none;
	padding: 0px 4px 0px 0px;
	}


#lcol_content img {
	padding-bottom: 10px;
	}

#lcol_footer {
	width: 300px;
	height: 15px;
	position: absolute; right: 20px; top: 484px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #fff;
	}

#center_logo {
	position: relative;
	width: 190px;
	height: 190px;
	float: left;
	margin-top: 100px;
	margin-left: -93px;
	z-index: 100;
	}

#rcol_home, #rcol_design, #rcol_seo, #rcol_sem, #rcol_about, #rcol_contact, #rcol_folio {
	position: relative;
	float: left;
	margin-left: -97px;
	width: 385px;
	height: 500px;
	z-index: 50;
	}

#rcol_home {
		background: #9AC39E url(rcol_home.jpg) no-repeat;
	}
#rcol_design {
		background: #9AC39E url(rcol_design.jpg) no-repeat;
	}
#rcol_seo {
		background: #9AC39E url(rcol_seo.jpg) no-repeat;
	}
#rcol_sem {
		background: #9AC39E url(rcol_sem.jpg) no-repeat;
	}
#rcol_about {
		background: #9AC39E url(rcol_about.jpg) no-repeat;
	}
#rcol_contact {
		background: #9AC39E url(rcol_contact.jpg) no-repeat;
	}
#rcol_folio {
		background: #9AC39E url(rcol_folio.jpg) no-repeat;
	}

#rcol_h1{
	width: 320px;
	margin-top: 10px;
	position: relative; left: 10px; top: 10px;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: -2px;
	margin-bottom: -2px;
	color: #2E5A26;
	text-align: center;
	font-family: Verdana, Tahoma, Arial sans-serif;
	}

#rcol_content {
	width: 220px;
	height: 368px;
	position: relative; left: 65px; top: 15px;
	text-align: left;
	/*padding-bottom: 10px;*/
	/*padding-right: 10px;*/
	color: #000;
	overflow: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #f3fff1;
	scrollbar-3dlight-color: #e4fde1;
	scrollbar-darkshadow-color: #a7c9a2;
	scrollbar-shadow-color: #ced9cc;
	scrollbar-arrow-color: #84be8a;
	scrollbar-track-color: #cfebd2;

	}

#rcol_footer {
	width: 334px;
	height: 45px;
	position: absolute; left: 33px; top: 438px;
	background: #ffffff url(rcol_footer_bg.jpg) no-repeat;
	font-family: lucida sans, verdana, Arial sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6C6C6C;
	text-align: center;
	}

.rcol_footer {
	margin-top: 11px;
	}

/*  Tabbed Navigation  */
#tab_nav {
	width: 26px;
	float: right;
	position: relative;

	}

#nav_home {
	width: 26px;
	height: 70px;
	}

#nav_home a, #nav_home a:visited {
	display: block;
	background: url(home_tab.jpg) no-repeat;
	}

#nav_home a:hover {
	display: block;
	background: url(home_green.jpg) no-repeat;
	}

#nav_design {
	width: 26px;
	height: 74px;
	}

#nav_design a, #nav_design a:visited {
	display: block;
	background: url(design_tab.jpg) no-repeat;
	}

#nav_design a:hover {
	display: block;
	background: url(design_pink.jpg) no-repeat;
	}

#nav_seo {
	width: 26px;
	height: 50px;
	}

#nav_seo a, #nav_seo a:visited {
	display: block;
	background: url(seo_tab.jpg) no-repeat;
	}

#nav_seo a:hover {
	display: block;
	background: url(seo_red.jpg) no-repeat;
	}

#nav_sem {
	width: 26px;
	height: 50px;
	}

#nav_sem a, #nav_sem a:visited {
	display: block;
	background: url(sem_tab.jpg) no-repeat;
	}

#nav_sem a:hover {
	display: block;
	background: url(sem_blue.jpg) no-repeat;
	}

#nav_about {
	width: 26px;
	height: 71px;
	}

#nav_about a, #nav_about a:visited {
	display: block;
	background: url(about_tab.jpg) no-repeat;
	}

#nav_about a:hover {
	display: block;
	background: url(about_yellow.jpg) no-repeat;
	}
	
