/*
 *	css styles
 */

body {
	text-align: center;
	background: #c6c6c6;
	margin: 0px;
	padding: 0px;
	/*color: #1331c6;*/
	color: #000000;
	font: 1em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}



h1 {
	color: #1331c6;
	text-align: center;
	padding-top: 10px;
	margin: 2;
	font-weight: normal;
}

p.small {
	
	margin: 0px;
	font: .75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 20px 3px 3px 10px;
	padding: 3px 3px 3px 10px;
}

.image-right {
	float: right;
	margin: 20px 10px 3px 3px;
	padding: 3px 10px 3px 3px;
}

a:link, a:visited {
	color: #1331c6;
}

#pageHeader {
	width: 600px;
	height: 100px;
	background: #c6c6c6 url(../images/kirkandrews.png) no-repeat center top;
}

#pageHeader h1 {
	color: #1331c6;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	padding-top: 10px;
	margin: 0;
	font-weight: normal;
}

#mainWindow { 
	width: 600px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#mainWindow p { 
	text-align: center;
}

.itemSection {
	float: left;
	width: 300px;
	height: 150px;
	padding-top: 2px;
	background: url(../images/itemSectionBorder.png) no-repeat center center;
}

.itemSection p {
	margin: 0px;
	padding-top: 12px;
	padding-bottom:0px;
	text-align: center;
}

.itemSection a:link, .itemSection a:visited {
	/* color: #1331c6; */
	color: #000000;
	text-decoration: none;
}

.itemSection img {
	padding-top: 0px;
}

#footer { 
	padding-top: 10px;
	clear: both;
	color: #000000;
	text-align: center;
}

#footer p {
}


