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

body {
	background-color: #1d1d1d;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/f13_back.jpg);
	background-repeat: repeat;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9a9a9a;
}

html,body { height:100%; }

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #252525;
}

#header {
	width: 900px;
	height: 150px;
}

#flash {
	width: 900px;
	height: 300px;
}

#text {
	width: 900px;
	padding-top: 20px;
}

#left {
	text-align: right;
	float: left;
	width: 370px;
}

#right {
	text-align: left;
	float: left;
	width: 490px;
	margin-left: 20px;
	margin-right: 20px;
}

#contact {
	margin-left: 150px;
	width: 220px;
}

#gallery {
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	background: #252525;
	padding-bottom: 20px;
}

#row {
	width: 860px;
	height: 156px;
	margin-bottom: 20px;
}

#thumb {
	width: 152px;
	height: 152px;
	float: left;
	padding: 1px;
	border: #77AB6C solid 1px;
}

#blank {
	width: 156px;
	height: 156px;
	float: left;
}
#thumb:hover{
	width: 152px;
	height: 152px;
	float: left;
	padding: 1px;
	border: #fff solid 1px;
}

.line {
	margin-right: 20px;	
}

h1 {
	font-size: 16px;
	color: #77AB6C;
	margin: 0;
}

h2 {
	font-size: 13px;
	color: #77AB6C;
	margin: 0;
}

a:link {
	color: #77AB6C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #77AB6C;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #77AB6C;
}

.fom{
	color:#FFF;
	background: #333;
	border: 2px solid #333;
}

ul li {
	margin: 10px;	
}

img {
	border: 0;	
}
