html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #fee2ef url(images/header_all_bg.gif) left top repeat-x;
}
A{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: underline;
	color: #ffffff;
}
A:hover{
	text-decoration: none;
}
A IMG{
	border: 0;
}
#header{
	width: 990px;
	height: 246px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) left top no-repeat;
	overflow: hidden;
}
#header blockquote{
	width: 340px;
	height: 72px;
	margin: 103px 0 0 87px;
}
#header blockquote a{
	display: block;
	width: 340px;
	height: 72px;
	text-indent: -700em;
	white-space: nowrap;
	overflow: hidden;
}
#content{
	width: 990px;
	margin: 0 auto;
	background: url(images/content_top_bg.gif) center top no-repeat;
}
#content #menu{
	width: 940px;
	margin: 0 auto 10px auto;
	background: url(images/menu_bg.gif) center top no-repeat;
	position: relative;
	top: -20px;
}
#content #menu div{
	position: relative;
	font-weight: bold;
}
#content #menu .span{
	position: absolute;
	top: 14px;
	left: 0px;
	display: block;
	width: 100%;
	text-align: center;
	color: #000000;
	z-index: 1;
}
#content #menu a{
	display: block;
	padding: 13px 22px 12px 22px;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
#content #menu a:hover{
	background: url(images/menu_cur_bg.gif) left top repeat-x;
}
#content #menu .cur{
	display: block;
	padding: 13px 22px 12px 22px;
	background: url(images/menu_cur_bg.gif) left top repeat-x;
	position: relative;
	z-index: 2;
}
#content .thumbs{
	width: 938px;
	padding: 0 26px 50px 26px;
	background: url(images/thumbs_all_bottom_bg.gif) center bottom no-repeat;
}
#content .thumbs2{
	width: 938px;
	background: url(images/thumbs_center_bg.gif) center top repeat-y;
}
#content .thumbs3{
	width: 938px;
	background: url(images/thumbs_top_bg.gif) center top no-repeat;
}
#content .thumbs4{
	padding: 33px 0 2px 38px;
	background: url(images/thumbs_bottom_bg.gif) center bottom no-repeat;
}
#content .thumbs4 a img{
	margin: 0 18px 26px 0;
	border: 1px solid #ea3d38;
	background: #fee2ef;
}
#content .thumbs4 a:hover img{
	border: 1px solid #ffffff;
}
.position20{
	position: relative;
	top: -20px;
	left: 0px;
}
.position45{
	position: relative;
	top: -45px;
	left: 0px;
}
#content .big_img{
	width: 990px;
	margin: 0 0 10px 0;
	text-align: center;
}
#bottom_all{
	width: 100%;
	background: #000000;
}
#bottom_all #bottom{
	width: 990px;
	height: 114px;
	margin: 0 auto;
	background: url(images/bottom_bg.jpg) left top no-repeat;
	overflow: hidden;
}
#bottom_all #bottom #copy{
	float: right;
	width: 260px;
	margin: 20px 25px 0 0;
	text-align: center;
	color: #cccccc;
	line-height: 2em;
}
#bottom_all #bottom #copy span{
	color: #f953aa;
}

.c{
	display: block;
    clear:both;
    height: 0;
    font-size: 0px;
    overflow: hidden;
}
