/*************************************************
* webstyles.css - Canoe and Kayak Lists          *
* Copyright (C) 2008 Ed Schessl                  *
* Last Update: 03-16-08                          *
*************************************************/
/* body background, colors, position */
body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color:CFE7B6;
	background-attachment: fixed;
	margin: 0px 0px 30px 1px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em; 
	color: #000000;
}
p.big {
	font-size: 14px;
	font-weight: bold;
}
p.small {
	font-size: 11px;
	line-height: 1em;
}
A:link, A:visited {
	text-decoration: none;
	color: #006699;
}
A:hover {
	text-decoration: underline;
	color: #006633;
}
#adbox {
	width:197px;
	background-color: #FFFFFF;
}
#pageheader {
	width: 522px;
	height: 25px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #D2E7BC;
	line-height:1em;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .2em;
}
#leftvertical {
	width: 21px;
	background-image: url(images/lists_24.jpg);
	background-repeat: repeat-y;
}
#rightvertical {
	width: 20px;
	background-image: url(images/lists_26.jpg);
	background-repeat: repeat-y;
}
#contentbody {
	width: 522px;
	padding:15px 10px 30px 5px;
	background-color:#FFFFFF;
}
#pagefooter {
	width: 486px;
	height: 22px;
	padding-left:5px;
	background-color: #D2E7BC;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	line-height:1em;
}
