/*******************************************************
TITLE:  Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE:  20070807
AUTHOR:  The CSS Tinderbox - http: //www.csstinderbox.com
*******************************************************/

ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

li {
	margin: 4px 0 5px 10px;
}

#container { 	
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	left: 8px;
	position: relative;
	width: 778px;
	background-color: #700900;	
}

#centerContainer{
	width: 766px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background-image: url(../images/fauxColumns.gif);
	background-position: top center;
	background-repeat: repeat-y;
}	

#header {
	margin: 0px 0px;
	padding: 0px 0px;
	height: 148px;
	background-image: url(../images/index-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#leftColumnIndex {
	float: left;
	margin: 3px 0px 0px 23px;
	padding: 0px 0px 40px 0px;
	width: 166px;
}

#leftColumnIndex ul {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	width: 150px;
}

#underNavLeft{
	width: 130px;
	margin: 10px auto;
	border: 1px solid #823d01;
	padding: 5px;
}

#underNavLeft h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

#underNavLeft p{
}

#tinImage{
	margin-left: 4px;
	border: none;
}

#leftColumnIndex li {
	margin: 0px 0px 0px 7px;
	background-image: url(../images/leftNavBackground.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 150px;
	height: 38px;
}

#leftColumnIndex li a {
	text-decoration: none;
	color: #a1040f;
	display: block;
	margin: 0px 0px;
	position: relative;
	top: 10px;
	left: 9px;
	width: 130px;
	height: 23px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: .001em;
}


#leftColumnIndex li a:hover{
	text-decoration: none;
	color: #666666;
}


/* Start of CenterColumn */
#centerColumn{ 	
	margin: 0px 0px 0px 4px;
	padding: 4px 0px 0px 0px;
	width: 558px;
	float: left;
}

#topCenterCol{
	width: 530px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px;
}

#centerColumn a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

#centerColumn a:hover{
	text-decoration: underline;
	color: #666666;
}

#centerColumn img{
	border: none;
	margin: 0px 0px;
	padding: 0px 0px;
}
