@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#container {
	width: 100%;
	background-repeat: no-repeat;
}
#body {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#body_padding {
	width: 100%;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(../imgs/main_bg.png);
	background-repeat: repeat-y;
	height: auto;
}
#header {
	height: 140px;
	width: 956px;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#main {
	width: 972px;
}
#content {
	width: 730px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
}
.no_java_script_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	background-color: #FFE8C6;
	border: medium solid #F90;
	padding: 5px;
}
.image_slider {
	background-color: #666;
	height: 350px;
	width: 748px;
	top: 0px;
	position: relative;
}

#access {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: right;
}

#menu_left {
	width: 200px;
	float: left;
	padding-left: 16px;
}
#centre {
	padding-left: 10px;
	float: left;
	width: 740px;
	padding-top: 10px;
}

#left {
	float: left;
	width: 512px;
}

#right {
	float: right;
	width: 310px;
}
#footer {
	width: 958px;
	clear: both;
	background-color: #F00;
	padding-left: 16px;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
}

.watch_members_bg {
	background-image: url(../imgs/watch_members_bg.png);
	background-repeat: no-repeat;
	height: 161px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
.align_right {
	float: right;
	clear: right;
}
.coords_bg {
	background-image: url(../imgs/coords_bg.png);
	background-repeat: no-repeat;
	height: 161px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 15px;
}
.index_signin_bg {
	background-image: url(../imgs/grad_grey_bg.png);
	background-repeat: no-repeat;
	height: 161px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	background-position: bottom;
}