﻿#homePage
{
	font-size: 12px;
	color: white;
	font-family: Sans-Serif, 'Microsoft Sans Serif' , Verdana, Tahoma;
	list-style-type: square;
	background-color: black;
	background-image: none;
	clip: rect(auto 0px auto 0px);
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 20px;
	padding-right: 0px;
	margin-right: 0px;
}

#chorePage
{
	font-family: Sans-Serif, 'Microsoft Sans Serif' , Verdana, Tahoma;
	font-size: 10pt;
	color: white;
	background-color: slategray;
}

.mainTable
{
	background-color: black;
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background-image: url(images/kerrrypellcom_Splash.jpg);
	height: 640px;
	padding-right: 0px;
	padding-left: 0px;
}

.splashTable
{
	font-size: 10pt;
	font-family: 'Microsoft Sans Serif' , Verdana, Tahoma;
	display: block;
	overflow: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/landscapeImg.jpg);
	height: 365px;
	border-right: solid;
	border-top: solid;
	border-left: solid;
	border-bottom: solid;
}

#content
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	list-style-position: outside;
	list-style-type: circle;
}


