body {
	background-color: #f3f1e9;
	font-family: 'helvetica';
}
h1 {
	font-family: 'Trebuchet MS';
	font-size: 18px;
	color: #8f417f;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-family: 'Trebuchet MS';
	font-size: 16px;
	color: #8f417f;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
p {
	padding: 0;
	margin: 2px;
	font-family: 'Times New Roman';
	font-size: 13px;
}
#top_bar {
	background: url(../images/green_bar.gif) repeat-x left top;
	width: 100%;
	height: 4px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#site_container {
	width: 885px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	margin-top: 4px;
	margin-bottom: 8px;
	background: url(../images/social_grapevine_logo.gif) no-repeat left top;
}
#header_left {
	float: left;
}
#header_right {
	float: right;
}
#top_nav {
	float: right;
}
#top_nav_left {
	float: left;
	width: 3px;
	height: 26px;
	background: url(../images/top_nav_left.gif) no-repeat right top;
}
#top_nav_body {
	float: left;
	padding-top: 3px;
	padding-left: 9px;
	padding-right: 6px;
	height: 26px;
	background: url(../images/top_nav_center.gif) repeat-x left top;
}
#top_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	color: #FFF;
	font-size: 14px;	
}
#top_nav li {
	float: left;
	padding-left: 15px;
}
#top_nav_right {
	float: left;
	width: 3px;
	height: 26px;
	background: url(../images/top_nav_right.gif) no-repeat left top;
}

#tab_nav {
	padding: 0;
	padding-top: 67px;
	float: left;
	margin: 0;
}
#tab_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tab_nav li {
	float: left;
	margin-left: 1px;
}
#tab_nav li a {
	display: block;
	background: url(../images/main_tab.gif) no-repeat left bottom;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding: 6px 20px 2px 12px; 

}
#tab_nav_separator {
	background: url(../images/purple_bar.gif) repeat-x left top;
	width: 100%;
	height: 5px;
	overflow: hidden;
}
#page_body {
	width: 638px;
	float: left;
}
#page_body_top {
	float: left;
	width: 638px;
	height: 14px;
	background: url(../images/main_content_area_top.gif) no-repeat left bottom;
}
#page_body_center {
	float: left;
	width: 638px;
	padding: 6px;
	background: url(../images/main_content_area_center.gif) repeat-y left top;
	font-family: 'Trebuchet MS';
	font-size: 14px;
}
#page_body_bottom {
	float: left;
	width: 638px;
	height: 16px;
	background: url(../images/main_content_area_bottom.gif) no-repeat left top;
}
#right_column {
	float: left;
	margin-left: 2px;
}
#registration_container {
	float: left;
	width: 500px;
}
#promotional_area {
	float: left;
	padding: 8px;
}
#promotional_area ul {
	float: left;
	list-style: none;
}
#promotional_area li {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
}
#green_promo_box h1 {
	color: #fff;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	padding: 4px;
	padding-bottom: 14px;
	margin: 0;
	font-weight: normal;
}
#green_promo_box_left {
	float: left;
	width: 5px;
	height: 120px;
	background: url(../images/small_promo_box_green_left.gif) no-repeat left top;
}
#green_promo_box_center {
	float: left;
	height: 130px;
	width: 226px;
	background: url(../images/small_promo_box_green_center.gif) repeat-x top;
}
#green_promo_box_right {
	float: left;
	width: 5px;
	height: 130px;
	background: url(../images/small_promo_box_green_right.gif) no-repeat left top;
}
#join_us {
	padding-top: 4px;
	padding-bottom: 4px;
}
#white_promo_box {
	padding-top: 8px;
	width: 236px;
}
#white_promo_box h1 {
	color: #8f417f;
	font-size: 16px;
}
#white_promo_box a {
	color: #8f417f;
	text-decoration: none;
}
#white_promo_box_top {
	width: 236px;
	height: 13px;
	background: url(../images/small_promo_box_white_top.gif) no-repeat left bottom;
}
#white_promo_box_center {
	padding: 6px;
	width: 236px;
	background: url(../images/small_promo_box_white_center.gif) repeat-y left top;
}
#white_promo_box_bottom {
	width: 236px;
	height: 15px;
	background: url(../images/small_promo_box_white_bottom.gif) no-repeat left top;
}
#footer {
	margin-top: 16px;
}
/* Fonts and Things */
.white_label_small {
	float: left;
	color: #FFF;
	font-size: 14px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.quote {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	color: #8f417f;
	margin-top: 14px;
	margin-bottom: 14px;
}
.footer {
	padding-top: 10px;
	font-family: 'Trebuchet MS';
	color: #8f417f;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
