body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_3.jpg) fixed;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#container {
	width: 836px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: url(../img/bg.jpg) 16px 0px no-repeat;
	min-height:500px;
	overflow: hidden;
}

#logo {
	width: 474px;
	height: 72px;
	position: absolute;
	left: 0px;
	top: 26px;
	z-index: 10000;
	display: none;
}
#polaroids {
	width: 263px;
	height: 225px;
	position: absolute;
	left: 0px;
	top: 30px;
	background: url(../img/polaroids.png) no-repeat;
	padding-top: 24px;
	padding-left: 14px;
	z-index: 10000;
	display: none;
	overflow: hidden;
}
#smallvid {
	float: left;
	width: 230px;
	height: 155px;
}
#polctrl {
	width: 10px;
	margin-top: 4px;
	margin-left: 215px;
	height: 10px;
	float: left;
}
#plyr_ctrls {
	cursor: pointer;
}

#mainimg {
	width: 767px;
	height: 210px;
	overflow: hidden;
	margin: 16px 36px 0px 32px;
	float: left;
}

#menu {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
#menu .left {
	width: 32px;
	height: 40px;
	float: left;
}
#menu .right {
	width: 32px;
	height: 40px;
	float: left;
}
#menu .menu {
	height: 40px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(../img/menu_bg.png) repeat-x;
	overflow: hidden;
	padding-left: 17px;
}
#menu .menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	margin-right: 10px;
}
#menu .menu li.last {
	margin-right: 0px;
}

#content {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}

.leftcolumn {
	width: 495px;
	float: left;
	overflow: hidden;
}
.rightcolumn {
	width: 341px;
	float: right;
	overflow: hidden;
}

.boxleft {
	width: 495px;
	float: left;
	overflow: hidden;
}
.boxleft .title {
	width: 460px;
	height: 35px;
	padding-top: 5px;
	padding-right: 35px;
	margin-bottom: 12px;
	float: left;
	text-align: right;
	background: url(../img/title_left.png) no-repeat;
}
.boxleft .content {
	width: 450px;
	margin-left: 32px;
	padding: 0px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.boxleft .content .tit {
	width: 450px;
	padding: 0px;
	float: left;
	color: #409d24;
	font-size: 16px;
}
.boxleft .content .tit a {
	color: #409d24;
	text-decoration: none;
}
.boxleft .content .date {
	width: 450px;
	padding: 0px;
	float: left;
	color: #e3212a;
	font: italic 10px Arial, Helvetica, sans-serif;
}
.boxleft .content .more {
	width: 450px;
	padding: 0px;
	float: left;
	text-align: right;
	margin-top: 3px;
	color: #409d24;
	font-size: 11px;
}
.boxleft .content .more a {
	color: #409d24;
	text-decoration: none;
}
.boxleft .content .cont {
	width: 450px;
	padding: 0px;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: justify;
}
#facebook {
	width: 145px;
	height: 24px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 500px;
	display: none;
}
.boxright {
	width: 341px;
	float: left;
	overflow: hidden;
}
.boxright .title {
	width: 305px;
	height: 35px;
	padding-top: 5px;
	padding-right: 35px;
	margin-bottom: 12px;
	float: right;
	text-align: right;
	background: url(../img/title_right.png) no-repeat;
}
.boxright .content {
	width: 288px;
	margin-left: 16px;
	padding: 0px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.boxright .content .tit {
	width: 450px;
	padding: 0px;
	float: left;
	color: #409d24;
	font-size: 16px;
}
.boxright .content .tit a {
	color: #409d24;
	text-decoration: none;
}
.boxright .thumbs {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 5px;
}
.boxright .thumb {
	float: left;
	border: 1px solid #525151;
	margin-right: 20px;
}
.boxright .last {
	margin-right: 0px;
}
.boxright .content .albumdetail {
	width: 100%;
	float: left;
	font-style: italic;
	margin-bottom: 25px;
}
.boxright .content .albumdetail .red {
	color: #f00;
}
.boxright .content .viewall {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #f00;
}
.boxright .content .viewall a {
	color: #f00;
}


table.calendar {
	width:100%;
	border-collapse: collapse;
}
table.calendar th {
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 5px 0px;
}
table.calendar td {
	border-top: 1px solid #409d24;
	padding: 5px 0px 5px 0px;
}
table.calendar th.center, table.calendar td.center {
	text-align: center;
}

#sponsors {
	width: 100%;
	margin-left: 32px;
	float: left;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	word-spacing: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sponsors img {
	vertical-align: middle;
}


.leftcolumn_big {
	width: 575px;
	float: left;
	overflow: hidden;
}
.rightcolumn_big {
	width: 261px;
	float: right;
	overflow: hidden;
}

.boxleft_big {
	width: 575px;
	float: left;
	overflow: hidden;
}
.boxleft_big .title {
	width: 540px;
	height: 35px;
	padding-top: 5px;
	padding-right: 35px;
	margin-bottom: 12px;
	float: left;
	text-align: right;
	background: url(../img/title_left_big.png) no-repeat;
}
.boxleft_big .content {
	width: 511px;
	margin-left: 32px;
	padding: 0px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 5px;
}
.boxleft_big .content .tit {
	width: 511px;
	padding: 0px;
	float: left;
	color: #e3212a;
	font-size: 16px;
}
.boxleft_big .content .title {
	width: 511px;
	padding: 0px;
	float: left;
	color: #e3212a;
	font-size: 22px;
	background: none;
	text-align: left;
	margin-bottom: 10px;
	height: auto;
}
.boxleft_big .content .tit a {
	color: #409d24;
	text-decoration: none;
}
.boxleft_big .content .date {
	width: 511px;
	padding: 0px;
	float: left;
	color: #e3212a;
	font: italic 10px Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 10px;
}
.boxleft_big .content .datedet {
	width: 511px;
	padding: 0px;
	float: left;
	color: #409d24;
	font: italic 10px Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 10px;
}
.boxleft_big .content .more {
	width: 511px;
	padding: 0px;
	float: left;
	text-align: right;
	margin-top: 3px;
	color: #409d24;
	font-size: 11px;
}
.boxleft_big .content .more a {
	color: #409d24;
	text-decoration: none;
}
.boxleft_big .content .cont {
	width: 511px;
	padding: 0px;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: justify;
}


.boxright_big .title {
	width: 226px;
	height: 35px;
	padding-top: 5px;
	padding-right: 35px;
	margin-bottom: 12px;
	float: right;
	text-align: right;
	background: url(../img/title_right_small.png) no-repeat;
}
.boxright_big .content {
	width: 215px;
	margin-left: 16px;
	padding: 0px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.boxright_big .content .tit {
	width: 215px;
	padding: 0px;
	float: left;
	color: #409d24;
	font-size: 16px;
}
.boxright_big .content .tit a {
	color: #409d24;
	text-decoration: none;
}
.boxright_big .thumbs {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 5px;
}
.boxright_big .thumb {
	float: left;
	border: 1px solid #525151;
	margin-right: 20px;
}
.boxright_big .last {
	margin-right: 0px;
}
.boxright_big .content .albumdetail {
	width: 100%;
	float: left;
	font-style: italic;
	margin-bottom: 25px;
}
.boxright_big .content .albumdetail .red {
	color: #f00;
}
.boxright_big .content .viewall {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #f00;
}
.boxright_big .content .viewall a {
	color: #f00;
}

#newsletterfrm {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#newsletterfrm input {
	border: 1px solid #666;
	padding: 3px;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.boxleft_big .thumbs {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.boxleft_big .thumb {
	width: 162px;
	float: left;
	margin-right: 10px;
}
.boxleft_big .thumb img {
	border: 1px solid #525151;
}
.boxleft_big .last {
	margin-right: 0px;
}
.boxleft_big .content .albumdetail {
	width: 100%;
	float: left;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 0px;
}
.boxleft_big .content .albumdetail .red {
	color: #f00;
}

#selectgallery label {
	font-size: 16px;
	color: #409d24;
}
#selectgallery select {
	border: 1px solid #666;
	padding: 3px;
	width: 400px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#contact {
	float: left;
	margin-left: 30px;
}
#contact label {
	font-size: 14px;
	color: #409d24;
}
#contact label .req {
	color: #e3212a;
}
#contact input, #contact select, #contact textarea {
	width: 300px;
	border: 1px solid #666;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
}
button {
	border: 1px solid #000;
	padding: 2px 2px 1px 2px;
	background: #e3212a;
	width: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#share {
	width: 21px;
	height: 114px;
	position: absolute;
	top: 387px;
	left: 200px;
	display: none;
}