body {
	background: url('images/background.gif') no-repeat fixed;
	background-position: center 150px;
	margin: 0 0 20px 0;
	font-family: Trebuchet MS;
}

img {
	border: 0;
}

.container {
	background: url('images/containerBG.gif') repeat-y;
	border-bottom: 1px solid #999999;
	margin-bottom: 50px;
	padding-bottom: 3px;
}

#header {
	position: relative;
	width: 960px;
	height: 200px;
	border-bottom: 1px solid #999999;
	background: url('images/headerBG.gif') no-repeat;
	background-color: white;
}

#header #logo {
	position: absolute;
	top: 9px;
	right: 50px;
}

.photo {
	margin: 30px 30px 30px 55px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}

.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}

.photo a {
	text-decoration: none;
}

.bannerPic {
	-transform: rotate(-4deg);
	-transform-origin: center;
	-moz-transform: rotate(-4deg);
	-moz-transform-origin: center;
	-webkit-transform: rotate(-4deg);
	-webkit-transform-origin: center;
}

.bannerPic span {
	width: 270px;
	height: 32px;
	display: block;
	position: absolute;
	top: -15px;
	background: white;
	background: url(images/tape2.png) no-repeat center;
}

.bannerPic img {
	height: 175px;
}

ul#nav {
	width: 920px;
	text-align: right;
	margin: 20px 0px 25px 0px;
}

ul#nav li {
	font-size: 14px;
	display: inline;
	margin: 0 9px;
}

ul#nav li a {
	color: #999999;
	text-decoration: none;
}

ul#nav li a.current {
	font-weight: bold;
	color: #77BF43;
}

ul#nav li a:hover {
	color: #77BF43;
}

#newsCont {
	padding: 0;
}

#news {
	width: 190px;
	height: 200px;
	padding: 1px 10px;
	margin: 0 12px 20px 15px;
	font-size: 12px;
	background: url('images/newsBG.gif') no-repeat;
	color: #666666;
}

#news h2 {
	font-size: 16px;
	color: #77BF43;
	margin: 8px 0 4px 0;
}

#news p {
	margin: 0 0 10px 0;
}

#contact {
	width: 190px;
	height: 150px;
	padding: 1px 10px;
	margin: 0 12px 20px 15px;
	font-size: 12px;
	background: url('images/contactBG.gif') no-repeat;
	color: #666666;
}

#news a {
	color: #77BF43;
}
	
#contact h2 {
	font-size: 16px;
	color: #77BF43;
	margin: 8px 0 4px 0;
}

#contact p {
	margin: 0 0 10px 0;
}

#contact a {
	color: #77BF43;
}

#content {
	font-size: 12px;
	margin: 0 0 25px 10px;
	text-align: justify;
	color: #333333;
	line-height: 1.6;
}

#content h2 {
	font-size: 16px;
	color: #77BF43;
}

#content strong {
	color: #77BF43;
	font-weight: bold;
}

#content a {
	color: #77BF43;
}

#contactTB td {
	padding: 3px 20px 0px 0px;
	vertical-align: top;
}

#contactTB input[type=text] {
	margin-bottom: 0px;
	height: 18px;
	width: 300px;
	border: 2px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #77BF43;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	vertical-align: middle;
}

#contactTB textarea {
	margin-bottom: 0px;
	height: 80px;
	width: 638px;
	border: 2px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	color: #77BF43;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	vertical-align: middle;
}

#contactTB label {
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 0 4px;
}

#submitTD {
	text-align: center;
	margin: 20px 0 0 0;
}

.icon {
	vertical-align: middle;
}

small {
	color: #999999;
	font-style: italic;
}

#footer {
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}

#footer a {
	font-size: 11px;
	color: #77BF43;
}

h2 label {
	vertical-align: top;
}

#OK {
	padding: 20px 0;
	background-color:#E6EFC2;
	border:1px solid #529214;
	color: #529214;
	font-weight: bold;
	margin: 0;
	font-size: 14px;
	text-align: center;
}