	A:link {			text-decoration: underline; color: #000;}
	A:visited {			text-decoration: underline; color: #000;}
	A:hover {			text-decoration: none; color: #000;}				

html, body {
	background: url(../images/navcolumnbg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF33;
	height: 100%;
	}
table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	}
#container {
	position: relative;
	min-height: 100%;
	height: auto;
}
html>body #container {height:auto}
#header {
	height: 130px;
	width: auto;
	background: url(../images/header-bg.jpg) repeat-x #FFFF33;
}

#contentcontainer {
	width: 97%;
	position: relative;
	height: auto;
	clear: both;
}
html>#contentcontainer {height:auto}

#nav {
	width: 178px;
	height: 250px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #000;
	position: relative;
	left: -3px;
	}
	

#content {
	padding-left: 40px;
	padding-top: 40px;
	margin-left: 175px;
	color: #000;
	
	}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background:#FFFF33;
	height: 25px;
	color: #444;
	line-height: 25px;
	font-weight: bold;
	font-size: 11px;
	border-top: 2px solid #000;
}
#footer a {
	color: #444;
}
#footer #constrainer{
	width: 97%;
	text-align: center;
	}
.clearer {
	height:1px;
	clear:both;
	overflow:hidden;
	margin-top:25px;
}
.outletheader{
	background:#5C300E ;
	color: #fff;
	line-height: 25px;
	padding-left: 5px;
	}

.small {
	font-size:10px;
	}


