.PhotoBoxInside {
	position: relative;
	height: 204px;
	width: 748px;
	background-image: url(/coreyimages/photo-boxes-inside-backgrnd.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
.PhotoInside {
	position: absolute;
	left: 13px;
	height: 189px;
	width: 720px;
	border: 1px solid #d5d7a5;
	z-index: 1;
}
.SearchForOurProductsInside {
	position: absolute;
	height: 133px;
	width: 184px;
	left: 34px;
	top: 60px;
	background-image: url(/coreyimages/searchforourproducts.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.SUBMENU {
	background-color: #6f6c6c;
	position: relative;
	width: 279px;
	background-image: url(/coreyimages/submenu_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.SUBMENUHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #F9DA74;
	position: relative;
	display: block;
	left: 30px;
	top: 30px;
	height: 60px;
	text-align: left;
	width: 249px;
}
.menutable {
	position: relative;
	left: 30px; 
}
.menutable table {
}
.menutable td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #F9DA74;
	background-image: url(/coreyimages/yellowarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.menutable td a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	position: relative;
	left: 10px;
	display: block;
	height: 10px;
	width: 235px;
}
.menutable td a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	position: relative;
	left: 10px;
	display: block;
	height: 10px;
	width: 235px;
}
.menutable td a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	position: relative;
	left: 10px;
	display: block;
	height: 10px;
	width: 235px;
}
.menutable td a:hover {
	color: #000000;
}
.SUBMENULink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	position: relative;
	left: 10px;
	display: block;
	height: 10px;
	width: 235px;
}

#navlist { 
	list-style-image: url('/coreyimages/yellowarrow.gif'); 
	width: auto;
	text-align: left; 
}

.error {
	color: red;
}

article {
margin-left: 15px;
margin-bottom: 15px;
}

.blogposttitle h3 {
	margin: 0;
}

article.blogpost  {
	border-bottom: 1px solid black;
}

p.postdate {
	font-size: smaller;
	margin-bottom: 9px;
	font-style: italic;
	margin-top: -8px;
}

p.blogtags {
	font-size: smaller;
	margin-bottom: 9px;
	font-style: italic;
	margin-top: -8px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-left: 0;
width: auto;
text-align: left;
margin-top: -10px;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}
