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

body {
	background: url(images/bg.jpg);	
	font-family: Arial;
}
#wrapper {
	background: #fff url(images/contbg.jpg);
}
#nav { 
	background: url(images/navbg.jpg) repeat-x;
	height: 30px;
}
#nav ul { 
	list-style-type: none;
	margin: 0px; padding: 0px;
}
#nav ul li { 
	float: left;
}
#nav ul li a { 
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px; padding-right: 15px;
}

h1 {
	color: #976916;
	font-size: 14pt;
}
h2 {
	color: #976916;
	font-size: 14pt;
}
h3 {
	color: #976916;
	font-size: 14pt;
}
#leftcol {
	font-size: 10pt;	
}

.bphone {
	font-size: 16pt;	
}
#glinks a {
color: #333;
text-decoration: underline;	
}
