html, body {
	width: 100%;
	background: #464642;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Verdana,Arial,Helvetica;
	color: #B4B5A8;
}

body, p, td, th, tr {
	font-size: 12px;
}

a:link, a:visited {
	color: #B4B5A8;
}
a:hover, a:active {
	color: #fff;
}

body {
	text-align: center;
	background-image: url(greytop.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#container {
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: left;
}
	.sidelines {
		border-color: #3D3D3A;
		border-width: 1px;
		border-style: none solid none solid;
	}

	#header {
		height: 110px;
		text-align: left;
	}
	#primarynav {
		font-family: Helvetica;
		color: #373737;
		letter-spacing: 2pt;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		height: 106px;
	}
	#primarynav td {
		margin: 0px;
		padding: 0px;
		height: 106px;
	}
	#primarynav td.spacer {
		width: 20px;
	}
	#primarynav .selected {
		background-image: url(nav_sel.jpg);
		background-position: top;
		background-repeat: repeat-x;
	}
	#primarynav a:link, #primarynav a:visited {
		color: #373737;
		text-decoration: none;
	}
	#primarynav a:hover, #primarynav a:active {
		color: #000;
		text-decoration: underline;
	}

	#banner {
		height: 150px;
	}

	#content {
		padding: 8px;
		text-align: left;
	}
	
	#contact {
		font-size: 10px;
		text-align: center;
		letter-spacing: 2pt;
	}
	
	#artgig {
		color: #717161;
		margin: 0px;
		padding: 0px 4px 0px 0px;
		font-size: 10px;
		text-align: center;
	}
	#artgig a { color: #717161; }
	#artgig a:hover, #artgig a:active { color: #A3A28D; }


	#sidenav {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		list-style-position: default;
	}
	#subsidenav {
		margin: 0px 0px 0px 12px;
		padding: 0px;
		list-style-type: none;
		list-style-position: default;
	}
	#sidenav li {
		padding-left: 12px;
		margin-bottom: 4px;
	}
	#sidenav .selected {
		background-image: url(subnav_sel.jpg);
		background-position: left;
		background-repeat: repeat-y;
	}

img.photo {
	border-color: #E1E1E1;
	border-width: 2px;
	border-style: solid;
}
