
/*_______Low-Bandwidth Style Sheet ©2005 www.kyleandgreg.com__ */

/* ---------------------------------------------- Basic Rules -- */

#banner img	{
	display: block;
	border: 0;
	float: left;
	}
	

/* ---------------------------------------------- Layout -- */

#container {
	width: 700px;
	background-color: #FFFFFF;
	padding-left: 20px ;
	margin: 0 0 0 80px; 
	voice-family:inherit;
	voice-family: "\"}\""; 
	width: 700px;
	float:left;
	border: 0px dotted #BC9C96;
	}

html>body #container {
	width: 700px;
	border: 0px dotted #BC9C96;
	} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 20px;	
	border: 0;
	}

#banner {
	margin: 0;
	padding: 0;
	width: 400px;
	float: left;
	border: 0;
	}
	
	
#nav {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	width: 690px;
	float: left;
	border: 0px dotted #BC9C96;
	
}

#open {
	margin: 0 0 0 20px;
	padding: 0;
	width: 400px;
	float: left;
	border: 0px dotted #BC9C96;
		
}

/* ---------------------------------------------- Text Classes -- */

.menuiteam {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle
	}
	
.menusub {
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	vertical-align:middle
	}
	
.menuselect {
	
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle
	}
	
.subselect {
	
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle
	}
	
.subiteam {
	
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	vertical-align:middle
	}


.bold {
	font-weight:bold;
	}
	
/* ---------------------------------------------- Text Definitions -- */

a {
	font-family: inherit;
	color: #705510;
	text-decoration: none;
	}
	
a:hover {
	font-family: inherit;
	color: #BC9C96;
	text-decoration: none;
	}
	
p {
	font-family: inherit;
	font-size: 12px;
	color: #000000;
	
	
}


h1 {
	font-family: inherit;
	font-size: 16px;
	color: #333333;
	font-weight:bold;
}






