html, body{
	width: 100%;
	height: 100%; 
	padding: 0px;
	margin: 0px;
	background: #fff url(/images/overall_bg.png) repeat-x left top;
	text-align: center;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 12px;
}

#full_wrap{
	width: 100%;
	background: url(/images/footer_bg.png) repeat-x left bottom;
}

#wrap{
	width: 760px;
	text-align: left;
	padding: 15px 0 0 0;
}

#header{
	width: 100%;
	height: 168px;
	background: url(/images/header_top.jpg) no-repeat left top;
	text-align: right;
	display: block;
	overflow: hidden;
}

#header div{
	width: 352px;
	height: 146px;
	margin: 10px 0 0 0;
	padding: 40px 0 0 0;
	text-align: left;
	background: url(/images/navigation_bg.jpg) no-repeat left top;
	line-height: 25px;
	font-size: 16px;
	float: right;
	text-transform: uppercase;
}

#header div ul, #header div ol{
	margin: 0 0 0 16px;
	padding: 0px;
	list-style: none;
	float: left;
}

#header div ol{
	float: right;
	margin: 0 15px 0 0;
}

#header div a{
	background: url(/images/nav_bullet.gif) no-repeat left -19px;
	padding-left: 20px;
	text-decoration: none;
	color: #6d6d6d;
}

#header div a:hover, #header div a:active{
	background: url(/images/nav_bullet.gif) no-repeat left 6px;
	color: #b00419;
}

#logo{
	width: 100%;
	height: 147px;
	display: block;
	background: url(/images/orniment_right.png) no-repeat right top;
}

#logo .inner{
	background: url(/images/orniment_left.png) no-repeat left bottom;
	height: 147px;
	width: 100%;
	display: block;
	position: relative;
}

#logo .flower{
	background: url(/images/flowers_logo_bg.png) no-repeat 41px top;
	height: 147px;
	width: 100%;
	position: relative;
}

#logo .flower .inner{
	background: url(/images/wedding_fair_logo.png) no-repeat left top;
	display: block;
	width: 338px;
	height: 110px;
	float: right;
	position: absolute;
	top: 37px;
	right: 110px;
	z-index: 999999 !important;
}

#logo #main_sponsor{
	position: absolute;
	top: 0px;
	right: 88px;
	z-index: 999998 !important;
}

#footer{
	height: 94px;
	width: 100%;
	display: block;
	background: url(/images/footer_page_bottom.png) no-repeat 50% top;
	color: #7B7B7B;
	font-size: 10px;
	margin-bottom: -1px !important;
	padding-top: 25px;
	position: relative;
}

#footer div{
	float: right;
	text-align: right;
	margin: 5px 45px 0 0;
}

#footer div a{
	text-decoration: underline;
	color: #7B7B7B;
	display: block;
}

#footer div a:hover{
	color: #fff;
}

#footer #ft_left{
	text-align: left;
	margin: 10px 0 0 40px;
	float: left;
}

#footer #ft_left a{
	display: block;
	text-decoration: none;
	color: #7B7B7B;
}

#footer #ft_left a:hover{
	text-decoration: underline;
	color: #FFF;
}

div#content{
	background: url(/images/content_bg_top.png) no-repeat 27px top;
}

div#content_bg_bottom{
	background: url(/images/content_bg_bottom.png) no-repeat 23px bottom;
	padding: 40px 50px 0 60px;
}


h1, h2{
	font-size: 25px;
	display: block
	margin: 0px;
	padding: 0px;
	color: #424242;
}
h2{
	background: url(/images/dove.gif) no-repeat left 50%; 
	padding-left: 80px;
	font-size: 40px;
	min-height: 81px;
	line-height: 81px;
	color: #63343a;
	margin-left: 25px;
}

#content ul{
	color: #dd2d47;
	list-style: none;
	font-size: 14px;
}


#content ul li{
	background: url(/images/bullet.gif) no-repeat left 50%;
	padding-left: 15px;
}


#content a{
	color: #dd2d47;
	text-decoration: none;
	border-bottom: 1px dotted #a80014;
	padding: 0 1px 0 1px;
}

#content a:hover, #content a:active{
	border-bottom: 1px dotted #fe374f;
	color: #fe374f;
	background: #f5f5f5;
	padding: 0 1px 0 1px;
}

#content img{
	border: none;
	margin: 0 5px 0 5px;
}

#content img.right{
	float: right;
}

#content img.left{
	float: left;
}

#adverts{
	display: block;
	width: 100%;
	background: #e5e5e5;
	padding: 5px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	z-index: 2;
}

#adverts img{
	border: 5px solid #a8a8a8;
	width: 136px;
	height: 53px;
	display: inline;
	margin-bottom: 4px;
}

#adverts a{
	border: none !important;
	text-decoration: none !important;
	background: none !important;
}

#sponsor_hd{
	background: url(/images/sponsor_hd.gif) no-repeat top left;
	width: 150px;
	height: 16px;
	margin-left: 25px;
}

#sponsor_hd span{
	display: none;
}

#footer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 4px;
	right: 32px;
}

#footer li{
	display: inline;
	margin-right: 5px;
	font-size: 10px;
	background: url(/images/ft_nav_div.gif) no-repeat right 50%;
	padding-right: 5px;
}

#footer li.last{
	background: none;
}

#footer li a{
	color: #fe374f;
}

#footer li a:hover{
	color: #dd2d47;
	text-decoration: none !important;
}

.more{
	text-align: right;
}

.more a{
	background: url(/images/more_bullet.gif) no-repeat left 50%;
	padding-left: 10px !important;
}

.pages a.nextprev {
	font-weight: bold !important;
}

.pages span.nextprev {
	color: #666 !important;
}
.pages span.nextprev {
	border: 1px solid #ddd !important;
	color: #999 !important;
}
.pages {
	float: right;
	font: 11px arial, sans-serif !important;
	margin-top: 2px !important;
	padding-top: 2px !important;
	clear: left !important;
	font-size: 85% !important;
}

.pages a, .pages span {
	font: 11px arial, sans-serif !important;
	display: block !important;
	float: left !important;
	padding: 0.2em 0.5em !important;
	margin-right: 0.1em !important;
	border: 1px solid #fff !important;
	background: #fff !important;
	color: #76010f !important;
}

.pages span.current {
	border: 1px solid #76010f !important;
	font-weight: bold !important;
	background: #76010f !important;
	color: #fff !important;
}

.pages a {
	border: 1px solid #ffa6a6 !important !important;
	text-decoration: none !important;
}

.pages a:hover {
	border-color: #a80014 !important; 
}

div.article_block, 
div.article_block2{
	display: block;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px dotted #9e9e9e;
	margin-bottom: 2px;
	background: #fff;
}

div.article_block2{
	background: #ebebeb !important;
}

div.article_block b, 
div.article_block2 b{
	display: block;
	font-size: 13px;
}

div.article_block span, 
div.article_block2 span{
	font-size: 10px;
	color: #9e9e9e;
}

div.article_block p, 
div.article_block2 p{
	margin: 0px;
	padding: 0px;
	display: block;
}

div.article_block p.more a, 
div.article_block2 p.more a{
	text-decoration: none !important;
	border: none !important;
	text-align: right !important;
}

div.article_block p.more a:hover{
	background: #fff !important;
}

div.article_block2 p.more a:hover{
	background: #ebebeb !important;
}

.no-bg{
	background-image: none !important;
}
