/*
Theme Name: Integration Theme
Theme URI: http://hpwebsolutions.com
Description: This Integration Theme was created specifically for Rockwell Cycles by HP Web Solutions. This theme strips out WordPress's blogging functionality and only utilizes Wordpress as a Content Management System for your static pages.
Version: 1.0
Author: HP Web Solutions
Author URI: http://hpwebsolutions.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	body {
	font-family: Apple Chancery, serif;
	font-size: 14pt;
	background-image: url('images/parchment.jpg');
	color: #5B0000;
	}
	
	a {
	text-decoration: underline;
	line-height: 200%;
	color: #5B0000;
	font-weight:bold;
	}
	
	a:hover {
	color: #FF0000;
	}
	
	.wrapper {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 4em;
	}
	
	#sidebar-column {
	float:left;
	width: 180px;
	}
	
	#sidebar-column #navigation {
	background-image: url('images/sidebar2.gif');
	padding: 15px 0;
	border: 2px solid #000000;
	margin-top: 160px;
	}
	
	#sidebar-column #navigation li {
	text-align:center;
	}
	
	#content-column {
	float:right;
	width: 650px;
	}
	
	p {
	line-height: 125%;
	font-weight:bold;
	}
	
	.header {
	margin: 10px 0 50px 0;
	}