body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-image: url(../images/bullets/bullet.jpg);
	list-style-position: outside;
	list-style-type: none;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-image: url(../images/bullets/bullet.gif);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.prdTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.prdCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666666;
}
.img {
	border: 4px double #996600;
}

ul#navigation {
margin-left: 0;
padding-left: 0;
list-style-type: none;

}
ul#navigation a {
	display: block;
	text-decoration: none;
	background: #153346;
    color: $ffffff;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	width: 153px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
ul#navigation a:hover {
background: $69C;
color: $000;
	background-color: #1F4965;
}
ul#navigation li {
display: inline;
}

