body {
	margin: 0;
	padding: 0;
	background: #111;
	xbackground: #000;
	font-size: 13px;
	color: #222222;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C01B0A;
	text-transform: uppercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

hr {
	color: #cc0000;
	background-color: #cc0000;
	height: 4px;
	border: thin; 
	border-color:  #000;
}

p, ul, ol {
	line-height: 125%;
}

blockquote {
	padding: 1em 2em 1em 2em;
	border: 1px solid #000000;
	xborder-left: 1px solid #000000;
	xbackground: #DDDDDD;
	color: #FFFFFF;
	background: #9b1609;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

blockquote a {
	color: #fff;
	font-weight: bold;
}

a {
	color: #C01B0A;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 780px;
	height: 170px;
	margin: 0 auto;
	background: url(images/keygraphics/keyheader780x170words.jpg) no-repeat left center;
}
#header a {
	text-decoration: none;
	display: block;
	height: 170px;
	width: 780px;
}

/* Page */
#page {
	width: 780px;
	margin: 0px auto;
	background:  url(images/keygraphics/contentbkgd780x1.gif) repeat-y;
}

/* Content */
#content {
	float: right;
	width: 530px;
	xbackground-color:#FFFFFF;
	padding: 10px 30px 10px 20px;
}
.post {
	padding: 0 0 20px 0;
}
.topofpage {
	padding: 0 10px 0 0;
	text-align: right;
}
.title {
	margin: 0;
}
.byline {
	margin: 0;
}

.special {
	padding: 5px 10px;
	border: 2px solid #9b1609;
	background: #CCCCCC; 
	font-weight: bold;
	display: block;
}

.pricesheetfont a {
	font-weight: bold;
	background-color: #cc0000;
	color: #FFF;
} 

.meta {
	padding: 5px 10px;
	border: 1px solid #9b1609;
	background: #CCCCCC;
}
.meta .more {
	padding-left: 55px;
	xbackground: url(images/img04.gif) no-repeat left center;
}
.meta .comments {
	padding-left: 20px;
	xbackground: url(images/img05.gif) no-repeat left center;
}

/* Sidebar */
#sidebar { 
	color: #fff;
	float: left;
	width: 160px;
	xbackground-color:#000;
	padding: 10px 20px 0px 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
}
#sidebar li ul {
}
#sidebar li li {
	padding: 10px;
	xbackground: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px dotted #C01B0A;
}
#sidebar h2 {
	margin: 0;
	padding: 10px 0px 0px 0px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	color: #C01B0A;
}

/* Content > Sidebar > Menu */
#menu {
	xpadding: 0 0 10px 0;
	color: #ffffff;
}
#menu ul, #menu ol {
	margin: 0;
	list-style: none;
	color: #ffffff;
}
#menu li {
	display: block;
	padding-bottom: 1px;
	border-bottom-color: #C01B0A;
	border-bottom-style:dotted;
}
#menu a {
	display: block;
	width: 120px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}
#menu a:hover {
	background: #ffffff;
    xbackground: #ffffff url(images/keygraphics/spacer01.gif) no-repeat 10px 50%;
	color:#222222;
}
/*See how to highlight current page notes */
#home a#homenav,
#products a#productsnav,
#aboutus a#aboutusnav,
#contactus a#contactusnav
   {
	background: #C01B0A;
	xbackground: #C01B0A url(images/keygraphics/spacer01.gif) no-repeat 10px 50%;
	color:#ffffff;
}


/* Footer */
#footer {
	width: 741px;
	clear: both;
	margin: 0 auto;
	padding: 15px 10px;
	border-top: 10px solid #cc0000;
	border-bottom: 10px solid #cc0000;
	background: #000;
	xbackground: url(images/mcmgraphics/footerbkgdtwo.gif) repeat-x;
	text-align: center;
	font-size: smaller;
	color: #EEEEEE;
}

.topofpage {
	font-size: small;
	font-style: normal;
	color: #FFF;
	background-color: #333;
	border: thin solid #F00;
	margin-left: 435px;
	display: block;
}

.topofpage a{
	color: #FFF;
}

.smaller {font-size: smaller;}
