html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #303030;
	background-color: #c0c0c0;
	height:100%;
}
a:link, a:visited, a:active{
	color: #28903b;
	text-decoration: underline;
}
a:hover{
	color: #28903b;
	text-decoration: none;
}
.main {
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-right-width: 40px;
	border-bottom-width: 40px;
	border-left-width: 40px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
.line_1 {
	background-color: #3d3d3d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.line_2 {
	background-color: #c0c0c0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bottom {
	background-color: #f5f7f3;
	color: #666666;
}
.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.page_title {
	font-size: 14px;
	color: #3D3D3D;
}
.title {
	font-weight: bold;
	color: #00C;
}
.photo {
	border: 1px solid #999999;
}

.line_dots {
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.btn_more {
	color: #FFFFFF;
	background-color: #28903B;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 60px;
	text-align: center;
}
.btn_more_active {
	color: #FFFFFF;
	background-color: #43a254;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 60px;
	text-align: center;
}
.a_btn:link, .a_btn:visited, .a_btn:active{
	color: #F1F1F1;
	text-decoration: none;
}
.a_btn:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.imgdx {float:right;margin-left:11px;}
.imgsx {float:left;margin-right:11px;}

