/* CSS for www.lewisriver.com/lacenter/centennial/
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS */
	 
/* Quick Edits
-------------------------------*/
	 
body {
	font-family: Times New Roman, serif;
	font-size: 16px;
	letter-spacing: 0;
	word-spacing: normal;
	background: url('/lacenter/images/sidebar/background.gif') left repeat-y;
	}
	
H1 {
	COLOR: #960; 
	}
	
A:link, A:visited { 
	color: #00c; }

A:hover { 
	color: #00f;
	}

#sidebar a {
	color: #00c;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #fff;
	}
	
hr {
	color: #960; 
	background: #960;
}
	
/* Headers
-------------------------------*/

H1 {
	FONT-FAMILY: Tw Cen MT, Arial, sans-serif;
	FONT-SIZE: 18pt; 
	margin: 0; 
	text-align: center;
	}
	
H2 {
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 15pt;  
	margin: 0; 
	margin-top: 20px;
	text-align: center;
	}

H3 {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt;  
	margin: 0; 
	text-align: center;
	}
	
H4 {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; 
	font-weight: normal; 
	margin: 0; 
	text-align: center;
	}
	
	
/* Body
-------------------------------*/

body {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
/* Layout
-------------------------------*/

#container {
	 width:753px;
	}

#content {
  width: 568px; 
	float: right;
	}
	
#sidebar {
	float: left; 
	padding-left: 7px; 
	padding-right: 7px;
	text-align:center;
	width: 156px;
	line-height: 12px;
	}
	
* html #sidebar
{
  width: 170px;
  w\idth: 156px;
}

#footer {
	font-size: 14px; 
	width: 100%;
	text-align: center;
}

.skip {
	display: none;	
	}

/* Link appearance
-------------------------------*/
A:link, A:visited { 
	text-decoration: underline;
	}

A:hover { 
	text-decoration: none;
	}

/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	height: 33px;
	margin: 0px;
	}
	
#sidebar li a {
	font-family: 'Times New Roman', Times, serif;
	font-size: 19px;
	}

#sidebar a:hover {
	text-decoration: none;
	width: 100%;
	} 
	
	
/* Misc
-------------------------------*/

.nobr {
	white-space: nowrap;
	}
	
hr {
	margin: 20px 0 0px 0; 
	border: 0;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

html>body hr {
	margin-bottom: 15px; 
}
	
.zero-border {
	border: 0;
	}
	
.no-margin {
	margin: 0;
	}
	
.center {
	text-align: center;
	}
	
p {
	margin-bottom: 0px;
	}
	
.top {
    margin-top: 0;
}


/* Backlinks
-------------------------------*/
p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

