body {
	font-family:Arial, Helvetica, sans-serif;
	background: #0000FF;
	margin: 0;
	padding: 0;
}
body.home #ahome,
body.about #aabout,
body.current #acontact,
body.celebs #alineCard,
body.contact #aquotes/samples,
body.reviews #asalesTeam,
body.reviews #aterritory  {
	border-bottom: 7px solid #000;
	
	}
p, h1, h2, h3, h4, h5,h6, li {
	margin: 1ex 1em;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 .4ex 0;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: .4ex;
	margin-bottom: .4ex;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-top: .2ex;
	margin-bottom: .2ex;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin: 1ex 0 -.2ex 0;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	margin: 1ex 0 ;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: justify;
}
#container {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	border: 4px solid #993300;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 50px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	font-weight: bold;
}
#navigation ul li {
	float: left;
	margin-left: 35px;
	padding: 0;
}
#navigation li a:link, #navigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 25px;
	background: url(../images/nav_rolloverM.jpg) no-repeat left top;
	border: none;
	margin-top: 7px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}#navigation li a:hover, #navigation li a:active {
	color: #000000;
	background-position: left bottom;
}

#navigation ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../images/nav_currentM.gif) no-repeat;
	line-height: 25px;	
}

.special {
	color:#993333;
	text-align: center;
	margin-top: 20px;
}
.special1 {
	text-align: center;
}
.special2 {
	font-weight: bold;
}
.special3 {
	color:#993333;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}
tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#contentQuotes {
	padding: 20px;
}
