/* koicastle.net ContactUs CSS Document by H2O IT SOlutions */

#top_wrap {
	float: left;
	width: 1000px;
	height: 120px;
	background: url(../images/bg-top-2.gif) no-repeat;
	display: inline;
}
#mid_wrap {
	float: left;
	width: 1000px;
	background: url(../images/bg-mid.gif) repeat-y;
	display: inline;
}
#bottom_wrap {
	float: left;
	width: 1000px;
	height: 40px;
	background: url(../images/bg-bottom.gif) no-repeat;
	display: inline;
}
#title_detail {
	float: left;
	width: 1000px;
	height: 120px;
	background: url(../images/title-contactus.gif) left bottom no-repeat;
	display: inline;
}
#title_events {
	float: left;
	width: 1000px;
	height: 120px;
	background: url(../images/title-events.gif) left bottom no-repeat;
	display: inline;
}
#title_links {
	float: left;
	width: 1000px;
	height: 120px;
	background: url(../images/title-links.gif) left bottom no-repeat;
	display: inline;
}
#title_aboutus{
	float: left;
	width: 1000px;
	height: 120px;
	background: url(../images/title-aboutus.gif) left bottom no-repeat;
	display: inline;
}
#midleft {
	float: left;
	width: 1000px;
	background: url(../images/bg-contact-left.gif) no-repeat left top;
	display: inline;
}
#midright {
	float: left;
	width: 1000px;
	background: url(../images/bg-contact-right.gif) no-repeat right top;
	display: inline;
}
#contact_address {
	float: left;
	width: 1000px;
	height: 260px; 
	background: url(../images/contact-address.gif) no-repeat center center;
	display: inline;
}
#events,#links {
	float: left;
	width: 1000px;
	height: 380px; 
	/*background: url(../images/contact-address.gif) no-repeat center center;*/
	display: inline;
	text-align:center;
}
a.send:link, a.send:visited, a.send:hover {
	float: left;
	width: 70px;
	height: 25px;
	background: url(../images/btn-send.gif) no-repeat;
	-moz-outline-style: none;
	display: inline;
}
a.send:hover {
	background: url(../images/btn-send-hover.gif) no-repeat;
}
