/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt,
	dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font
	weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
	body {
	line-height:1.5;
	background-image: url(../_images/background.gif);
	background-repeat: repeat;
}
	table {border-collapse:separate;border-spacing:0;}
	caption, th, td {text-align:left;font-weight:normal;}
	table, td, th {vertical-align:middle;}
	blockquote:before, blockquote:after, q:before, q:after {content:"";}
	blockquote, q {quotes:"" "";}
	a img {border:none;}

/* typography.css */
	h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
	p {font-family: Georgia; margin:0 0 1 0; font-size: 14px; line-height:18px;}
	p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
	p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
	a:focus, a:hover {color:#9c1c00; text-decoration:underline;}
	a {color:#9c1c00;text-decoration:none;}
	blockquote {margin:1.5em;color:#666;font-style:normal;}
	strong {font-weight:bold;}
	em, dfn {font-style:italic;}
	dfn {font-weight:bold;}
	sup, sub {line-height:0;}
	abbr, acronym {border-bottom:1px dotted #666;}
	address {margin:0 0 1.5em;font-style:italic;}
	del {color:#666;}
	pre {margin:1.5em 0;white-space:pre;}
	pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
	li ul, li ol {margin:0 1.5em;}
	ul, ol {margin:0 1.5em 1.5em 1.5em;}
	ul {list-style-type:disc;}
	ol {list-style-type:decimal;}
	dl {margin:0 0 1.5em 0;}
	dl dt {font-weight:bold;}
	dd {margin-left:1.5em;}
	th {font-weight:bold;}
	thead th {background:#c3d9ff;}
	th, td, caption {padding:4px 10px 4px 5px;}
	tr.even td {background:#e5ecf9;}
	tfoot {font-style:italic;}
	caption {background:#eee;}

/* layout.css */
	
/*  ------- Masthead -------*/
	
	#masthead {float: left; width: 857px; margin:0px;}
	
/*  ------- Wrapper -------*/

	#wrapper {width: 857px; position: relative; margin-left:auto; margin-right:auto; margin-top: 35px; background-color: #fff;}
		
/*  ------- Content Home -------*/
	
	#contentHome {width: 857px; float: left;text-align: left; background-color:#fff; margin:0px}
		
/*  ------- Left -------*/
	
	#left {width: 235px; float:left; margin: 0px; text-align:left;}
	#left li {list-style-type:none; margin:0px;}
	
/*  ------- Right -------*/
	
	#right {width: 601px;float: left;margin: 0px; text-align: left;}
	
/*  ------- Footer -------*/
	
	#footer {width: 857px; height: 36px; position: relative; margin-left:auto; margin-right:auto; margin-top: 0px; margin-bottom: 0px;}

/*  ------- Classes -------*/
	.clearboth {clear: both;}
	.floatLeft {float: left;}
	.floatRight {float: right;}
	.clear {clear:both;}
