body {
	font-family: Verdana;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

div {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #104901;
}
a:hover {
	text-decoration: none;
	color: #1e8303;
}
img {
	border: none;
}

#header {
	background: url(../images/header_bg.png);
	height: 160px;
}
#menu1 {
	background: url(../images/menu1_bg.png);
	height: 27px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
#menu1 a {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #104901;
}
#menu1 a.active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #219102;
}
#menu1 a:hover {
	color: #1e8303;
}
#columns {
	background: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-color: #b7dc87;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
}
#leftcol {
	width: 175px;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}
#rightcol {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	background: url(../images/footer_bg.png);
	height: 20px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #104901;
	text-align: center;
}

#header_right {
	float: right;
	width: 120px;
	padding-top: 40px;
}

div.leftblock {
	padding-bottom: 10px;
}

img.photo {
	border: solid 3px #fff;
}

h1 {
	color: #027602;
	font-family: Arial;
	font-size: 18px;
	fomt-weight: bold;
}
h2 {
	color: #027602;
	font-family: Arial;
	font-size: 13px;
	fomt-weight: bold;
}

#text_tools {
	width: 100px; 
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right; 
	text-align: center;
}

div.gallery_pic {
	width: 200px;
	height: 220px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.video_list {
	padding-bottom: 10px;
}
div.video_list a {
	color: #0D6703;
	text-decoration: none;
	font-weight: bold;
}
div.video_list a:hover {
	color: #12A702;
	text-decoration: none;
}

#marqueecontainer{
	position: relative;
	width: 165px;
	height: 300px;
	overflow: hidden;
}
