/* CSS created 7/25/06 for Hudsonville Vision Care */
/* Created by Matt Kallman (matt@kallmanconsulting.com)
/* Colors:
			#7C0A30 - dark red - old #9E200A
			#AA0E42 - bright red - old #CC220F
			#FBF3D0 - tan
*/

h1 {
  font-family: tahoma, helvetica, sans-serif;
  font-size: 1.8em;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FFF url(./images/bg.gif) repeat-x;
  font-size: .8em;
}

p, td, ul, form {
  line-height: 1.3em;
  font-family: tahoma, helvetica, sans-serif;
}

a {
  color: #7C0A30;
}
a:hover {
  color: #AA0E42;
  text-decoration: none;
}

/* =Layout */

#container {
	margin: 0 auto;
	width: 700px;
	margin-top: 50px;
	background: #FFF url(./images/top.gif) no-repeat;
	text-align: left;
}

#content {
	padding: 30px 10px 10px 10px;
	border-right: 2px solid #AA0E42;
	border-left: 2px solid #AA0E42;
	border-bottom: 2px solid #AA0E42;
}

#side {
	text-align: center;
	float: right;
	width: 200px;
	padding: 10px;
}

#footer {
	
}

/* =Navigation */

#nav {
  float: left;  
  width: 700px;
  background-color: #7C0A30;
  font: 14px tahoma, verdana, helvetica, serif;
  font-weight: bold;
  height: 30px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 2px;
  margin-left: 100px;
}

#nav li {
  float: left;
  padding: 5px;
}

#nav a {
  margin-right: 10px;
  padding: 5px;
  text-decoration: none;
  color: white;
}

#nav a:hover {
  background-color: #FBF3D0;
  color: #7C0A30;
}

/* =Format */

.big { font-size: 1.7em; }

.small { font-size: .8em; }

.grey { color: #E8E8E8; }

.logo { margin-left: 10px; }
.gammage { margin-left: 200px; }
.walt { margin-left: 10px; }