@charset "utf-8";
/* CSS Document */

#text {
	float: right;
	height: 310px;
	width: 595px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #006600;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 1.25em;
	background-color: transparent;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#tabs {
	height: 100px;
	width: 600px;
	clear: both;
	vertical-align: bottom;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/meet_team.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: right;
}
#container {
	background-image: url(../images/1brushbg.gif);
	background-repeat: no-repeat;
	background-position: 150px;
}

#main_content {
	padding-right: 20px;
	width: 610px;
	background-image: none;
}
#tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#tabs li {
	float: left;

}
#tabs a:link, #tabs a:visited {
	text-decoration: none;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #EFEFEF;
	display: block;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#tabs  a:hover, #tabs  a:active {
	background-color: #FFFFCC;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#tabs      a.current,#tabs  a.current:hover,#tabs  a.current:active, #tabs a.current:visited    {
	color: #CC0000;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	background-color: transparent;
}
#staff_img {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#text p {
	margin-right: 10px;
	margin-left: 0px;
}

