body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#Holster {
	position: relative;
	width: 723px;
	margin-left: auto;
	margin-right: auto;
}
#WebsiteContainer {
	positions: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 725px;
	min-height: 350px;
}
#LogoHolder {
	position: relative;
}
#SprayCans {
	position: absolute;
	z-index: 4;
	left: 600px;
	top: 48px;
}
#BlueBar {
	position: absolute;
	top: 84px;
	z-index:2;
}
#NavBar {
	position: absolute;
	left: 0px;
	width: 164px;
	background-image:url(../images/Nav_BGImage.gif);
	background-repeat:repeat;
	height: 100%;
	z-index:1;
	float:left;
	overflow: visible;
}
#NavBar a{ 
	text-decoration: none;
	padding-left: 15px;
}
#ContentBox {
	position: relative;
	float:left;
	left: 165px;
	width: 480px;
	min-height: 400px;
	background-color: #F5AE21;
	overflow: auto;
	padding-bottom: 25px;
}
#Content {
	position: relative;
	width: 360px;
	overflow:visible;
	height: 80%;
	margin: 40px;
	color: #231F20;
	font-size: 11px;
}
#BlueFooter {
	position: absolute;
	right:0px;
	bottom:0px;
	z-index: 4;
}
#MoodPhoto {
	position: absolute;
	right:0px;
	bottom:23px;
	z-index: 5;
}
#ContentContainer {
	position: relative;
	width: 100%;
	min-height: 320px;
	overflow: auto;
	left: 1px;
}
#CatchPhrase {
	position: absolute;
	right: 130px;
	z-index: 6;
	top: 43px;
}
.SecondaryNav {
	margin-left: 25px;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.SecondaryNav:hover {
	color: #006BB6;
}
