@charset "iso-8859-1";
#container {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	font-size:10px;
	font-family: Verdana;
	width: 1000px;
	text-align: center;
}
#promotext {float: left;
	font-size:15px;
	font-family: Tahoma;
	width: 1024px;
	text-align: center;
	font-weight: bold;
}



/*--- gallery pics ---*/
#leftgal {
	float: left;
	width: 375px;
	
}
#rightgal {
	float: left;
	width: 375px;
	
}


/*--- picture cells ---*/
#leftcell {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}
#leftcell2 {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}
#middlecell {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}
#rightcell {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}
#joinbuttons {
	width: 1028px;
	float: left;
}

/*--- clear picture cells ---*/
 #clear {
	clear: both;
}
P {
	font-family : Tahoma;
	color :#FFFFFF;
	font-size : 12pt;
	font-weight: bold;
}
.large {
	font-family : Tahoma;
	color :#FFFFFF;
	font-size : 15pt;
	font-weight: bold;
}
/*--- picture borders ---*/
.picborder {
	border-left: 2px dashed #F00;
	border-right: 2px dashed #F00;
	border-top: 2px dashed #F00;
	border-bottom: 2px dashed #F00;
}
body {
	background-color: #000000;
	font-family: Tahoma;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}
a {
	color: #FF0;
}
img {
	border: 0px
}

.small {font-size: 9px;}
