/* CSS Document */

body {	
	background-image: url(../v2_images/main_background.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 76px 0px 0px 0px;
	text-align: center;
	}
p {
	margin: 0px;
	padding: 0px;
	}
	
a:link{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
a:hover{
	font-weight: bold;
	font-size: 11px;
	color: #ffcc00;
	text-decoration: none;
	}	
a:visited{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}

a { outline: none;}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.maincontainer {
	width: 1000px;
	margin: auto;
	height: 100%;
	padding: 0px;
	}
.contentarea {
	width: 1000px;
	height: 555px;
	margin: auto;
	padding: 0px;
	}
.homecontentarea {
	width: 1000px;
	height: 555px;
	margin: auto;
	padding: 0px;
	background-image: url(../v2_images/shot_homepage.jpg);
	background-repeat: no-repeat;
	}
.welcomemessage {
	width: 420px;
	height: 120px;
	padding: 0px;
	margin: 145px 0px 0px 520px;
	font-size: 11px;
	color: #ccc;
	position: absolute;
	z-index: 1;
	}
.generaltext {
	font-family: arial;
	font-size: 12px;
	color: #ccc;
	}
.generaltext a:link{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	}
.generaltext a:hover{
	font-weight: bold;
	font-size: 12px;
	color: #ffcc00;
	}	
.generaltext a:visited{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	}
.membershipbtns {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
.navbar {
	position: absolute;
	width: 998px;
	height: 30px;
	z-index: 1;
	margin-top: 528px;
	}
.header {
	position: absolute;
	z-index: 1;
	margin: 0px 0px 0px 0px;
	width: 998px;
	height: 79px;
	}
.copyright {
	font-family: arial;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	}
.copyright a:link{
	font-weight: bold;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	}
.copyright a:hover{
	font-weight: bold;
	font-size: 10px;
	color: #ffcc00;
	text-decoration: none;
	}	
.copyright a:visited{
	font-weight: bold;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	}
