/* Font Sizes */
.small_font		{ font-size:small; }
.medium_font	{ font-size:medium; }
.large_font		{ font-size:large; }
.x_large_font	{ font-size:x-large; }
.xx_large_font	{ font-size:xx-large; }

/* Font size changer interface style */

.font_sizer	{ 
	margin: 5px;
	float: left;
	width: 150px;
}

body {
	background-color: #f8f8f8;
	left: 0px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	}

p {
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	}


h3 {
	font-weight: 100;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color: #c7ddae;
	}

h4 {
	font-weight: 100;
	font-size: small;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	color: #c7ddae;
	}


a {
	color: #c7ddae;
	}

a.nodec {
	color: white;
	text-decoration: none;
	}
	
a.visited {
	text-decoration: none;
	}
	
A:active {
	text-decoration: none;
	}


a img {
	border: 0px;
	}

.copywrite {
	font-size: 10px;
	text-align: center;
	color: #7c7c7c;}

.links {
	font-size: 12px;
	text-align: right;
	color: #70afcb;
	}

#page{
	background-image: url('images/gradient.gif');
	background-repeat: repeat-y;
	top: 0px;
	width: 786px;
	min-height: 1000px;
	margin-left: auto;
    margin-right: auto;
	}	
	
#holder{
	width: 700px;
	padding-top: 15px;
	margin-left: auto;
    margin-right: auto;
	}


#holder2{
	float: left;
	margin: 5px 5px 5px 10px;
	}

#header{
	width: 507px;
	}

#tabs{
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 508px;

	}

.tabs{
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 508px;

	}


#board{
	margin-left: 17px;
	width: 233px;
	float: left;
	overflow: inherit;
}

#staff{
	padding-right: 17px;
	width: 233px;
	float: right;
}

#content{
	padding: 0px;
	margin: 0px;
	background-image: url('images/copyback.jpg');
	background-repeat: no-repeat;
	background-color: #4c9cbb;
	overflow: visible;
	width: 506px;
	min-height: 329px;
	color: white;
	}

a.links {
	color: #70afcb;	}

.type{
	margin-top: 0px;
	border: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0px 17px 17px 17px;
	color: white;
	}
	



	