.bodytext {
	color:#999999;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
}

a:link {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#FFFFFF;
}

a:active {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#FFFFFF;
}

a:visited {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#EE3E96;
}

.bigtext {
	font-weight:normal;
	font-family:'Courier New', Verdana, Arial, sans-serif;
	color:#CCCCCC;
	margin-top:0px;
	margin-bottom:0px;
	font-size:30px;
}

h1 {
	font-weight:normal;
	font-family:'Courier New', Verdana, Arial, sans-serif;
	font-size:26px;
	color:#CCCCCC;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-weight:normal;
	font-family:'Courier New', Verdana, Arial, sans-serif;
	color:#EE3E96;
	line-height:14px;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}

h3 {
	font-weight:normal;
	font-family:'Courier New', Verdana, Arial, sans-serif;
	line-height:14px;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	color:#CCCCCC;
}

.bodytextpink {
	font-weight:normal;
	font-family:'Courier New', Verdana, Arial, sans-serif;
	color:#EE3E96;
	line-height:14px;
	font-size:12px;
}

.mainmenu {
	font-family:'Courier New', Verdana, Arial, sans-serif;
	text-align:right;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
}

a.mainmenu:link {
	font-family:'Courier New', Verdana, Arial, sans-serif;
	text-align:right;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
}

a.mainmenu:active {
	font-family:'Courier New', Verdana, Arial, sans-serif;
	text-align:right;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
}

a.mainmenu:visited {
	font-family:'Courier New', Verdana, Arial, sans-serif;
	text-align:right;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
}

a.mainmenu:hover {
	font-family:'Courier New', Verdana, Arial, sans-serif;
	text-align:right;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	color:#EE3E96;
	background-color:#FFFFFF;
}

.mainmenuactive {
	font-family:'Courier New', Verdana, Arial, sans-serif;
	text-align:right;
	font-size:13px;
	color:#333333;
	background-color:#FFFFFF;
	line-height:18px;
	font-weight:normal;
}

html, body {
	height:100%;
	background-color:#333333;
	background-image:url(images/hart_and_fuggle_header.jpg);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-position-x:50%;
	background-position-y:0%;
	margin:0px;
	padding:0px;
}

#container {
	min-height:100%;
	position:relative;
}

#body {
	padding-bottom:120px;
}

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#333333;
	background-image:url(images/foot_pink_line.jpg);
	background-repeat-x:repeat;
	background-repeat-y:no-repeat;
	background-repeat:repeat-x;
	height:110px;
}


