@charset "UTF-8";
/* CSS Document */

body{
	background: url(images/pink_bg.png) left top repeat-x;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper{
	margin: 0px auto;
	text-align: left;
	width: 685px;
}

#header{
	background: url(images/header_bg.png) right top no-repeat;
	height: 303px;
	position: relative;
}
#header #header_left{
	float: left;
	/*margin-top: 175px;*/
	width: 378px;
	padding-right: 10px;
	text-align: right;
	/*border-right: 1px solid #C62D95;*/
}
#header #header_right{
	float: right;
	margin-top: 80px;
	padding-right: 50px;
}
#left_col{
	float: left;
	width: 120px;
}
#right_col{
	margin: 15px 0px 0px 120px;
}
#right_top.no_image{
	background: url(images/right_top_bg.png) left top no-repeat;
	height: 26px;
}
#right_mid{
	background: url(images/right_mid_bg.png) left top repeat-y;
	padding: 10px 30px;
}
#right_mid .sponsor{
	border-bottom: 1px solid #C62D95;
	padding: 15px 0px;
}
#right_mid #flash_video{
	text-align: center;
	padding: 15px 0px;
}
#right_bottom{
	height: 26px;
	background: url(images/right_bottom_bg.png) left top no-repeat;
}
#footer{
	text-align: center;
	padding: 10px 0px 30px 0px;
}












/***** text stuffs *******/
.register_now{
	display:block;
	height:200px;
	left:10px;
	position:absolute;
	top:10px;
	width:200px;
}
.pbody{
	padding: 0px 0px 10px 0px;
}
.pbody a{
	color: #94c263;
}
.pbody a:hover{
	color: #ffffff;
	background-color: #94c263;
}
.big_green{
	color: #94c263;
	font-size: 14px;
	font-weight: bold;
}
.year{
	color: #B3D88C;
	font-size: 24px;
	padding: 5px 0px;
}
.date{
	color: #C62D95;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
}
.where{
	font-size: 12px;
	padding: 5px 0px;
}
.pfooter{
	font-size: 10px;
	font-weight: bold;
}
ul#nav{
	list-style: none;
}
ul#nav li{
	display: block;
	padding: 10px 0px;
}
ul#nav li a{
	height: 20px;
	width: 106px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}
ul#nav li a:hover{
	background-position: left bottom;
}
ul#nav li a.event_details{
	background-image: url(images/nav_event_details.png);
}
ul#nav li a.registration{
	background-image: url(images/nav_registration.png);
}
ul#nav li a.donate{
	background-image: url(images/nav_donate.png);
}
ul#nav li a.volunteer{
	background-image: url(images/nav_volunteer.png);
}
ul#nav li a.photos{
	background-image: url(images/nav_photos.png);
}
ul#nav li a.sponsors{
	background-image: url(images/nav_sponsors.png);
}
.sponsor img{
	display: inline;
	padding: 0px 10px;
}
h1{
	font-size: 14px;
	color: #C62D95;
	display: block;
	padding: 9px 0px;
}
h2{
	font-size: 13px;
}
h3{
	color: #C62D95;
	display: block;
	padding: 10px 0px 0px 0px;
	font-size: 13px;
}