/********** Jack Allday Website Colors **********

RED:	hex: #EE2652	rgb: 238/38/82		cmyk: 0/97/60/0
BLACK	hex: #000000	rgb: 0/0/0			cmyk: 0/0/0/0

**********  **********/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	padding: 0;
	text-align: center;
	background-color: #EE2652;
	background-image: url(../images/allday_bkgd.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

#Container {

	margin:0px;
	
}
#Main {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;}
	
#Content {
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}


#ClassList {
	position: relative;
	clear: both;
}

#footer {
	margin: 0 20px 10px 20px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 26px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;}
#footer a:hover {
	color:#FFFF99;
	text-decoration: underline;}
.clear {
	clear: both;
	font-size: 1px;
	margin:0;}

