@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FCF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
}

#header02 {
	clear: both;
}

#welcome {
	float: left;
	width: 367px;
	background-image:url(images/welcometextbg.jpg);
	background-repeat: no-repeat;
	height: 156px;
}

#welcome2 {
	float: left;
	width: 367px;
	background-image:url(images/welcometextbg2.jpg);
	background-repeat: no-repeat;
	height: 156px;
}

#header04 {
	float: right;
	width: 583px;
}

#header05 {
	clear: both;
}

#header06 {
	clear: both;
}

#main {
	float: left;
	width: 657px;
}

#main03 {
	float: left;
	width: 580px;
}

#main04 {
	clear: both;
}

#joinleft {
		float: left;
		width: 421px;
}

#joinright {
	float: right;
	width: 529px;
	height: 414px;
	background-image: url(images/joinrightbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#welcome3 {
	float: right;
	width: 370px;
	background-image:url(images/welcometextbg3.jpg);
	background-repeat: no-repeat;
	height: 144px;
}

#updates {
	float: right;
	width: 293px;
	background-color: #FFF;
	height: 652px;
}

#main02 {
	clear: both;
}

#bottomnavigation {
	clear: both;
}

#websites1 {
	width: 950px;
	background-image: url(images/websites1bg.jpg);
	background-repeat: no-repeat;
	height: 204px;
}
#websites2 {
	width: 950px;
	background-image: url(images/websites2bg.jpg);
	background-repeat: no-repeat;
	height: 206px;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #18171c;
}

.welcometext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
}

a:link {
	color: #999;
}
a:visited {
	color: #999;
}