@font-face {
    font-family: 'deckerregular';
    src: url('/fonts/decker-webfont.eot');
    src: url('/fonts/decker-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/decker-webfont.woff') format('woff'),
         url('/fonts/decker-webfont.ttf') format('truetype'),
         url('/fonts/decker-webfont.svg#deckerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: url('/img/background_2.jpg');
	background-color: #FCF6D4 !important;
    background-repeat: no-repeat;
    font-family: 'deckerregular';
    padding-bottom: 40px;
}

#container{
	background-color: #fffdef;
	box-shadow: 0 0 10px #f4e5a0;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	opacity: 0.8;
}

#content{
	min-height: 800px;
}

.hidden-html {

    display: none;
}

label{
    font-weight: bold !important;
}

.header {

	background: url('/img/header-bg.png') no-repeat;
	width: 940px;
	height: 150px;
	margin-top: -25px;
}

.menu a{

	font-size: 17px;
	color: #e156a4;
}

.menu a:hover {

	text-decoration: none;
	color: #c4217d;
}

.menu-right {

	position: absolute;
	margin: -70px 0 0 0;
	padding-left: 20px;
}

.menu-left {

	position: absolute;
	margin: -70px 0 0 600px;
	padding-left: 20px;
}

.menu li {

	margin-left: 20px;
}

.menu ul{

	text-decoration: none;
	list-style: none;
}

.menu li {

	float: left;
}

.menu a:hover {


}

.block-gride {

	float: left;
	padding-right: 30px;
	padding-bottom: 40px;
}

.block-box {

	width: 500px;
	margin: 20px 0 0 28px;
	padding: 30px 20px 20px 20px;
	text-align: justify;
	background: #fdaad9;
	z-index: 1;
	border-radius: 5px 5px 5px 5px;
}

.block-box-info {

	width: 240px;
	margin: 20px 0 0 28px;
	padding: 30px 20px 20px 20px;
	text-align: justify;
	background: #fdaad9;
	z-index: 1;
	border-radius: 5px 5px 5px 5px;
}

.block-box-join {

	width: 840px;
	margin: 20px 0 0 28px;
	padding: 30px 20px 20px 20px;
	text-align: justify;
	background: #fdaad9;
	z-index: 1;
	border-radius: 5px 5px 5px 5px;
}

.block-box-map {

	width: 840px;
	margin: 20px 0 0 28px;
	padding: 30px 20px 20px 20px;
	text-align: justify;
	background: #fdaad9;
	z-index: 1;
	border-radius: 5px 5px 5px 5px;
}

.block-box-women {

	width: 370px;
	margin: 20px 0 0 28px;
	padding: 30px 20px 20px 20px;
	text-align: justify;
	background: #fdaad9;
	z-index: 1;
	border-radius: 5px 5px 5px 5px;
}

.block-item p {

	margin-left: 120px;
}

.h2-background {

	background: url('/img/h2-bg.png');
	width: 195px;
	height: 73px;
	color: #fff;
	z-index: 1;
	position: absolute;
}

.h2-background span {

	position: absolute;
	margin-left: 35px;
	margin-top: 1px;
	font-size: 22px;
}

.twitter {

	position: absolute;
	margin-left: 630px;
	margin-top: 50px;
}



#footer{
    text-align: center;
}
