* {
	margin: 0px 0px 0px 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line height: 16px;
	color: #676767;
	background: #F1F1F1 url(images/background.gif) repeat-x;
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #306386;
}
#wrapper {
	width: 997px;
	margin-left: auto;
	margin-right: auto;
}
#home {
	/*position:absolute;
	left:300px;
	top:10px;*/
	width:75px;
}
#join {
	/*position:absolute;
	left:375px;
	top:10px;*/
	width:180px;
}
#contact {
	/*position:absolute;
	left:500px;
	top:10px;*/
	width:140px;
}
#right_column {
	padding-left:40px;
	padding-right:30px;
	padding-bottom:100px;
	background:url(images/right_column_border.gif) repeat-y top left;
}
#left_column {
	padding-left:40px;
	padding-right:60px;
	padding-bottom:100px;
}
.nav {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	padding-top:7px;
	height: 24px;
	text-decoration: none;
	cursor: pointer;
	width: 180px;
}
.body_link {
	color: #d14b01;
	font-weight: bold;
}
.footer {
	font-size: 10px;
}
