/* @override http://artonawhim.com/CSS/aoaw-mainpages.css */

@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/home/header.jpg);
	height: 255px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}

.twoColFixLtHdr #navbar {
	height: 35px;
	top: 220px;
	width: 100%;
	position: relative;
	background: url(../images/home/menubar.jpg) repeat-x;
}

.twoColFixLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 1040px;
	padding-top: 15px;
	left: 180px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}

.twoColFixLtHdr #leftColumn {
	width: 300px;
	float: left;
}

.twoColFixLtHdr #middleColumn {
	width: 429px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.twoColFixLtHdr #rightColumn {
	width: 300px;
	float: right;
}

.twoColFixLtHdr #footer {
	padding: 30px 10px 0 20px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	text-align: center;
	height: 109px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
}

/* @group Store Styles */

.twoColFixLtHdr #sidebar1 {
	width: 234px;
	text-align: center;
	float: left;
	margin-left: 55px;
}

.twoColFixLtHdr  #storeItems {
	margin-right: auto;
	margin-left: 20px;
	height: auto;
	float: left;
}

.tableText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.displayText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
.twoColFixLtHdr #mainContentCart {
	height: auto;
	width: 660px;
	position: relative;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* @end */

h1 {
	font: 28px Georgia, "Times New Roman", Times, serif;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font: 18px Georgia, "Times New Roman", Times, serif;
}

blue {
	color: aqua;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #99FFCC;
}

a:visited {
	color: #99CC66;
	font-family: Georgia, "Times New Roman", Times, serif;
}

span {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contactus {
	width: 605px;
	margin: 40px auto;
} 
.content {
	height: 253px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.content1 {
	width: 198px;
	height: 253px;
	float: left;
}
.jeffmenu {
	height: 253px;
	width: 219px;
	position: relative;
	margin-left: 202px;
}
.jeffphotodisplay {
	height: 253px;
	width: 230px;
	position: relative;
	float: right;
}
.jeffsig {
	height: 146px;
	width: 246px;
	margin-right: auto;
	margin-left: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
s

