html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1; 
	background: url('../img/bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Tahoma, Verdena;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q 
{
	quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none; 
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through; 
}
table, tr, td,th { 
	border-collapse: collapse;
	border-spacing: 0; 
	vertical-align: top; 
}
a {
	text-decoration: underline;
	color: #993333;
}
a:hover {
	text-decoration: none;
}
h1, h2 {
	font-size: 26px;
	font-weight: normal;
	margin: 7px 0px 17px 0px;
	color: #666666;
}
h1 span {
	color: #339999;
	font-size: 26px;
	font-weight: normal;
}
p {
	margin: 7px 0px 7px 0px;
}
.clear {
	clear: both;
}
#wrapper {
	clear: both;
	width: 903px;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}
/* ----------------------------- top ----------------------------- */
#top {
	width: 901px;
	height: 153px;
	background: url('../img/top.jpg') no-repeat;
}
#logo {
	display: block;
	width: 200px;
	height: 110px;
	margin-left: 90px;
}
#top div {
	width: 900px;
	height: 43px;
	background: url('../img/menu_bg.png') no-repeat;
	background-position: top right;
}
#top div img {
	height: 43px;
}
#top2 {
	background: url('../img/top2.jpg') no-repeat;
	width: 635px;
	height: 234px;
	margin-left: 1px;
	float: left;
}
#submenu {
	width: 265px;
	height: 234px;
	float: left;
}
/* --------------------------- middle -------------------------- */
#middle {
	background: url('../img/middle_bg.png');
	background-repeat: repeat-y;
	width: 902px;
	clear: both;
	position: relative;
	top: 20px;
}
#left {
	width: 637px;
	float: left;
	background: url('../img/left_bg.png') no-repeat;
	min-height: 460px;
}
#right {
	width: 265px;
	float: left;
	background: url('../img/right_bg.png') no-repeat;
	min-height: 460px;
}
#right p {
	color: #666666;
	width: 222px;
	margin: 130px 0 0 26px;
	line-height: 140%;
}
#content {
	padding: 20px;
	line-height: 150%;
}
#middle_bottom {
	background: url('../img/middle_bg_bottom.png') no-repeat;
	width: 902px;
	height: 5px;
	clear: both;
	position: relative;
	top: 20px;
}
/* --------------------------- footer -------------------------- */
#footer {
	clear: both;
	color: #bdbdb2;
	position: relative;
	top: 25px;
	height: 30px;
}
#footer p {
	width: 350px;
	float: left;
	margin: 7px 0px 7px 7px;
}
#footer ul {
	width: 370px;
	float: right;
	padding: 7px 0px 17px 0px;
}
#footer li {
	float: left;
	margin-left: 10px;
}
#footer a {
	color: #bdbdb2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* --------------------------- contact -------------------------- */
#contact_form {
	margin-top: 80px;
	margin-left: 30px;
}
#contact_form label {
	width: 50px;
	float: left;
	line-height: 170%;
	color: #666666;
}
#name, #email { 
	border: 1px solid #999999; 
	padding: 2px 0 2px 2px; 
	float: left;
	width: 160px;
	margin-bottom: 10px;
	margin-right: 7px;
	background-color: #ddddd6;
}
#name:hover, #email:hover {
	background-color: #d3d3d3;
}
textarea#text { 
	clear: left;
	border: 1px solid #999999; 
	padding: 2px 0 2px 2px;
	width: 210px;
	height: 110px;
	background-color: #ddddd6;
}
textarea#text:hover {
	background-color: #d3d3d3;
}

#send_msg {
	background: url('../img/send_msg.gif');
	width: 73px;
	height: 21px;
	margin: 15px 0px 10px 172px;
	cursor: pointer;
}
/* --------------------------- photos -------------------------- */
.photo {
	width: 182px;
	border: 1px solid #a6a6a6;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.photo img {
	width: 164px;
	margin-top: 10px;
	border: 1px solid #DBDBD3;
}
.photo p {
	text-align: left;
	margin: 7px 10px 0px 10px;
}
.photo a.more {
	display: block;
	float: right;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 7px;
}
.photo a.more:hover {
	text-decoration: underline;
}
