/* CSS Document */

html {
	background-image:url(images/woodgrain.gif);
}
body { 
	font-family:Arial, Helvetica, sans-serif;
	color: #996633;
}
a {
	
	text-decoration:none;
}

a:visited, a:link {
	color: #996633;
	text-decoration:none;
}	
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #996633;
	font-size:large;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #996633;
	font-size:medium;
}
p {
	color: #996633;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	color: #FFD7AE;
}

.menu {
	color:#FFCC99;
}

.contentTable {
	border:1px solid #666666; 
	background-color:#FFD7AE;
}

.pullquote {
	float:right;
	border:1px dotted #999999;
	width: 135px;
	font-style:italic;
	padding:10px;
	background-color:#FFFFFF;
	margin:5px;
	margin-top:0;
	text-align:center;
}

dt {
	color: #996633;
	margin-bottom:6px;
}
dd {
	color: #996633;
	margin-bottom:10px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	height:100%;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
	background: #996633;
	text-align:center;
	height:100%;
}

#left {
	float: left;
	width: 150px;
	background: #996633;
	height:100%;
}

#right { 
	margin: 0;
	background-color:#FFD7AE;
	float: left;
	width: 550px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	background: #A2A2A2;
}

#navcontainer { 
	margin:0;
	width: 100%;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 148px;
	background-color: #996633;
	border-bottom: 1px solid #FFD7AE;
}

#navcontainer a:link, #navlist a:visited {
	color: #FFD7AE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #FFD7AE;
	color: #996633;
}

input, textarea {
	border:1px solid #996633;
}