body {
	margin: 0px;
	min-width:1000px;
}
button {
	text-align: center;
}

#header {
	height: 150px;
	width: 100%;
	background-image: url(images/olive-header-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: right;
	vertical-align: middle;
	border: 1px solid #999999;
	line-height: 25px;
	margin: 0px;
}
#wrapper {
	width: 100%;
	position: relative;
	height: 750px;
	background-image: url(images/olive-sidebar-bg.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	min-width:1000px;
}
#wrapper #content {
	position: relative;
	height: 720px;
	width: 72%;
	right: 0px;
	top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	float: right;
	clear: both;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#wrapper #content #content-label {
	text-align: left;
}

#wrapper #content p {
	text-align: justify;
}

#wrapper #content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCBB1;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	list-style-type: none;
}
#wrapper #content li img {
	padding-right: 5px;
}

#wrapper #content ul {
	width: 300px;
}
#wrapper #content a {
	color: #666666;
	text-decoration: none;
}
#wrapper #content a:hover {
	color: #BE000D;
	text-decoration: none;
}
#wrapper #content #photo {
	float: right;
	height: 274px;
	width: 210px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper #content td {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper #content th {
	background-color: #B2B089;
}
#wrapper #content table {
	border: 1px dotted #B2B089;
}
#wrapper #content h1 {
	font-size: 16pt;
	color: #8F0000;
}
#wrapper #content #social-links {
	margin-top: 20px;
}
#wrapper #content #social-links img {
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content .testimonial {
	padding: 10px;
	background-color: #EFEFE7;
}

#wrapper #menu {
	height: 745px;
	width: 225px;
	color: #CC0033;
	float: left;
	text-align: left;
	background-image: url(images/gray-bowl-red-balls.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper #menu ul {
	margin: 0px;
	padding: 10px;
}
#wrapper #menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	list-style-type: none;
	vertical-align: middle;
	height: 20px;
	width: 200px;
	margin-bottom: 5px;
}
#wrapper #menu li.normal{
	background-color: #B2B089;
}
#wrapper #menu li.active{
	background-color: #D5D3BF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
#wrapper #menu img {
	margin-right: 5px;
	margin-left: 3px;
	margin-top: 2px;
}
#wrapper #menu a {
	color: #8F0000;
	text-decoration: none;
}
#wrapper #menu a:hover {
	text-decoration: underline;
}
#wrapper #menu2 {
	height: 745px;
	width: 225px;
	color: #CC0033;
	float: left;
	text-align: left;
	background-image: url(images/gray-bowl-gray-balls.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper #menu2 ul {
	margin: 0px;
	padding: 10px;
}
#wrapper #menu2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	list-style-type: none;
	vertical-align: middle;
	height: 20px;
	width: 200px;
	margin-bottom: 5px;
}
#wrapper #menu2 li.normal{
	background-color: #B2B089;
}
#wrapper #menu2 li.active{
	background-color: #D5D3BF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
#wrapper #menu2 img {
	margin-right: 5px;
	margin-left: 3px;
	margin-top: 2px;
}

#wrapper #menu2 a {
	color: #8F0000;
	text-decoration: none;
}
#wrapper #menu2 a:hover {
	text-decoration: underline;
}
#footer {
	position: relative;
	height: 16px;
	width: 100%;
	background-image: url(images/olive-footer-bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16px;
}
#footer a {
	color: #B2B089;
	text-decoration: none;
}

.blank-cell {
	background-color: #CCCCCC;
}
.row_dark {
	background-color:#CCCCCC
}
.row_light {
	background-color:#EBEBEB
}