body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	/*font-size: 75%;*/
	font-size: small;
	line-height: 16px;
	background-image: url('images/bg_body.gif');
}
#wrap {
	width: 730px;
	position: relative;
		
	/* max-width: 1400px; */
	position: relative;
	margin: 0 auto;	/* Center's the div in standards browsers and IE6. */
  	text-align: left; /* Sets the text alignment back to left (default) */
}
/* Layout */
#header_wrap {
	position: relative;
	background-image:url('/images/bg_header.gif');
	width: 810px;
	margin-left:auto;	
	margin-right:auto;	
/* 	border:1px solid red;  */
	height:50px;
	
}

#header_left {
	position: relative;
	width: 300px;
	padding-left:10px;
	float:left;
}
#header_right {
	position: relative;
	top: 25px;
	width:490px;
	float:right;
}
#mainbody {
	position: relative;
	width: 700px;
	margin: 0 auto;	/* Center's the div in standards browsers and IE6. */
  	text-align: left; /* Sets the text alignment back to left (default) */
}
#content {
	float: right;
	width: 75%;
}
#sidebar {
	float: left;
	width: 25%;
}
#footer {
	clear:both;
}

/* Navigation */
#nav {
	float: right;
	width: auto;
	margin: 0px;
	padding:0px;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#nav a {
	border-left:1px solid #000000; border-right:1px solid #000000; border-top:1px solid #000000; float: left;
	display: block;
	color: #333333;
	text-decoration: none;
	border-bottom: medium none;
	background: #FFFFFF url('images/bg_nav.gif') repeat-x top left;; margin-left:0; margin-right:1px; margin-top:0; margin-bottom:0; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px
}
/* Content */
#content .gutter {
	
}

#contentmeet{
	margin-left:20px;
}

#mainbody .titles {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #996699;
}
#fontgrey {
	color: #666666;
}

#locationflash {
	float:right;
}