body { 
	background: url(/images/beth_bg.jpg) repeat-y center; 
	background-color: #000000;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

td,p,li,div { 
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a { 
	text-decoration: none; 
	color:#99ccff;
}

a:link { 
	text-decoration: none; 

}

a:hover {
	text-decoration: none;
	color: #ffffCC;
}

a:active { 
	text-decoration:none; 
		color:#99ccff;
}

a:visited { 
	text-decoration:none; 
	}

.container { 
	background: #000000; 
	width: 720px; 
	margin: 0 auto;
}


#navcontainer { 
	background-color: #00F0000;
	width:  420px;
}

#navcontainer td p{
	padding: 1px;
	text-align: center;
	line-height: 15px;
}

#navcontainer  a { 
	color:#99ccff;
	text-decoration: none; 
	font-weight:bolder
}

#navcontainer a:hover {
	color: #ffffCC;
}



.maininfo {
	font-size: 14px; 
	color: #FFFFFF;
}


#footer { 
	background-color: #000000;
	width: 700px;
	margin: 0 auto;
	text-align:center;
	padding:0px;
	line-height:30px;
	height: 20px;
	color: #ffffff;
	font-weight: bolder;
	position: relative;
	top: 10px;
	padding-bottom: 10px; 
	font-size:14px;
}

#footer strong {
}

.imageBorder { border: 1px solid #CCCCCC; margin-bottom:20px; }

