@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	min-height: 100%;
	background-image:url(../images/background.jpg);

	background-repeat: no-repeat;
}

div.display_area {
	background-color: #FFF;
	position: absolute;
	left: 200px;
	top: 220px;
	width: 420px;
}
#display_area {
	background-color: #FFF;
	position: absolute;
	left: 200px;
	top: 220px;
	width: 420px;
}
#text_area {
	position: absolute;
	left: 10px;
	top: -20px;
	width: 400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	background-color:#FFF;
}
#text_area h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #ff6600;
	font-weight:600;
}
#text_area hr {
	color: #f3f3f2;
}
#text_area ul {
	list-style-image: url(../images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#text_area a {
	color: #ff6600;
	text-decoration: none;
}

.link {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ff9933;
}
.link_next_event {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
div.next_event {
	background-image: url(../images/next_event_box.jpg);
	background-repeat:no-repeat;
	background-color:#FF9934;
	position: absolute;
	left: 640px;
	top: 206px;
	height: 850px;
	width: 140px;
}
div.next_event a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
div.biog_photo_vg {
	background-image: url(../images/vg_background.jpg);
	position: absolute;
	left: 640px;
	top: 206px;
	height: 250px;
	width: 140px;
	background-repeat: no-repeat;
	background-color: #ff6600;
}
div.biog_photo_nb {
	background-image: url(../images/nb_background.jpg);
	position: absolute;
	left: 640px;
	top: 206px;
	height: 250px;
	width: 140px;
	background-repeat: no-repeat;
	background-color: #ff6600;
}
div.biog_photo_mt {
	background-image: url(../images/mt_background.jpg);
	position: absolute;
	left: 640px;
	top: 206px;
	height: 250px;
	width: 140px;
	background-repeat: no-repeat;
	background-color: #ff6600;
}

div.next_event_image {
	position: absolute;
	top: 35px;
	height: 186px;
	width: 66px;
}
div.next_event_text {
	position: absolute;
	top: 240px;
	height: 140px;
	width: 130px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	left: 5px;
}

div.left_hand_text {
	position: absolute;
	top: 270px;
	height: 121px;
	width: 145px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	left: 30px;
	color: #FFF;
	background-color: #000;
}
div.left_hand_text_blog {
	position: absolute;
	top: 270px;
	height: 121px;
	width: 145px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

div.join_enews {
	position: absolute;
	left: 650px;
	top: 148px;
	width: 96px;
	height: 21px;
}

div.navbar {
	position: absolute;
	height: 30px;
	width: 800px;
	top: 143px;
	background-image: url(../images/nav_strip.png);
	background-repeat: no-repeat;
	float:left;
}
div.nav_home {
	position: absolute;
	left: 48px;
	width: 64px;
	height: 30px;
}
div.nav_whos {
	position: absolute;
	left: 112px;
	width: 102px;
	height: 30px;
}
div.nav_apply {
	position: absolute;
	left: 214px;
	width: 119px;
	height: 30px;
}
div.nav_events {
	position: absolute;
	left: 333px;
	width: 77px;
	height: 30px;
}
div.nav_feedback {
	position: absolute;
	left: 410px;
	width: 77px;
	height: 30px;
}
