body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #669966; 
	background-image: url(bg2.gif);
}

font {
	font-family: Georgia;
	font-size: 90%;
	color: #FFFF99;
}

font.heading {
	font-family: Georgia;
	font-size: 12px;
	color: #FFFF99;
}

span {
	font-family: Georgia;
	font-size: 65%;
	color: #006600;
	letter-spacing: 2px;
}

span.services {
	font-family: Georgia;
	font-size: 65%;
	color: #ffffff;
}

p {
	font-family: Georgia;
	font-size: 80%;
	color: #ffffff;
}

ul {
	font-family: Georgia;
	list-style-type: circle;
	font-size: 80%;
	color: #ffffff;
}

ol {
	font-family: Georgia;
	font-size: 80%;
	color: #ffffff;
	list-style-position: outside;
}

h1 {
	font-family: Georgia;
	font-size: 80%;
	color: #FFFF99;
}

h2 {
	font-family: Georgia;
	font-size: 100%;
	color: #ffff99;
}

table{
	background-color: #003300;
	border: 0px #333333 solid;
}

td.side{
	border-right: solid;
	border-color: #99cc99;
	border-width: 1px;
}

td.bottom{
	border-bottom: #000000 1px solid;
}

/*Side Menu bottom line*/
td.rightbottom{
	border-bottom: #ffffff 1px solid;
}

div.top{
	position: relative;
	width: 825px;
	height: 93px;
	top: 0px;
	z-index: 0;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #666666 1px solid;
	background-color: #336633;
	background-image: url(logo2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div.banner{position: relative;
	width:825px; height:120px; 
	top: 0px;
	z-index: 2;
	background-color: #669966;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
} 

div.menu{
	position: relative;
	width: 825px;
	height: 40px;
	top: 0px;
	z-index: 0;
	background-color: ##669966;
	border-left: 1px solid #ffffff;
	border-right: #ffffff 1px solid;
} 

div.main{
	position: relative;
	width: 825px;
	height: auto;
	top: 0px;
	z-index: 2;
	padding: 0em 0em;
	background-color: #003300;
	border: #ffffff 1px solid;
}

div.smenu{
	float: left;
	width: auto;
	height: auto;
	top: 0px;
	z-index: 2;
	padding: 0em 0em;
	background-color: #003300;
	border-right: 1px solid #ffffff;
}

div.content{
	float:left
	width: 500px;
	height: auto;
	top: 0px;
	z-index: 2;
	padding: 17px 60px 20px 200px;
	background-color: #003300;
}

div.scontent{
	float:left
	width: 500px;
	height: auto;
	top: 0px;
	z-index: 2;
	padding: 17px 60px 20px 200px;
	background-color: #003300;
}

div.portfolio{
	float:left
	width: 649;
	height:auto;
	top: 0px;
	z-index: 2;
	padding: 0em 0em;
	background-color: #003300;
}

div.bottom{
	position: relative;
	width: 825px;
	height: 35px;
	top: 0px;
	z-index: 2;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	background-color: #99cc99;
}

/*Picture Container*/
div.container {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 313px;
	top: 367px;
}


/*Service links*/
a.menu:link{ 
	color: #ffffff;
	font-family: Georgia;
	font-size: 75%;
	text-decoration: none;
}

a.menu:visited{ 
	color: #ffffff;
	font-family: Georgia;
	font-size: 75%;
	text-decoration: none;
}

a.menu:hover{ 
	color: #ffff99;
	font-family: Georgia;
	font-size: 75%;
	text-decoration: none;
} 

/*other links*/
a.other:link{
	color: #ffff99;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: underline;
}

a.other:visited{
	color: #ffff99;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: underline;
}

a.other:hover{ 
	color: #ffffff;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
} 