body {
	margin: 0;
	padding: 0;
	background: url(images/mcmgraphics/knitred.gif) repeat;
	font-size: 13px;
	color: #222222;
}

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

h1, h2, h3 {
	font-family: "Trebuchet MS", 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;
}

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

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;
}

a {
	color: #C01B0A;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: url(images/mcmgraphics/header760-03.gif) no-repeat left center;
}

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

/* Content */
#content {
	float: right;
	width: 480px;
	xbackground-color:#FFFFFF;
	padding: 20px;
}
.post {
	padding: 0 0 20px 0;
}
.topofpage {
	padding: 0 20px 0 0;
	text-align: right;
}
.title {
	margin: 0;
}
.byline {
	margin: 0;
}
.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: #ffffff;
	float: left;
	width: 200px;
	xbackground-color:#000;
	padding: 0px 20px 20px 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
}
#sidebar li ul {
}
#sidebar li li {
	padding-left: 10px;
	xbackground: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px dotted #C01B0A;
}
#sidebar h2 {
	margin: 0;
	padding: 20px 0px 5px 0px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	color: #C01B0A;
}

/* Content > Sidebar > Menu */
#menu {
	padding: 0 0 20px 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: 150px;
	padding: 5px 20px 5px 30px;
	text-decoration: none;
}
#menu a:hover {
	background: #ffffff url(images/mcmgraphics/spacer.gif) no-repeat 10px 50%;
	color:#222222;
}
/*See how to highlight current page notes */
#home a#homenav,
#services a#servicesnav,
#aboutus a#aboutnav,
#clients a#clientsnav, 
#contact a#contactnav
   {
	background: #C01B0A url(images/mcmgraphics/spacer.gif) no-repeat 10px 50%;
	color:#ffffff;
}


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

