/********************************************/
/***               Reset                  ***/
/********************************************/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; padding: 0; border: 0;  
}

/********************************************/
/***               Global                 ***/
/********************************************/
body {font-size: 62.5%;color: #333;font-family: Arial, Helvetica, sans-serif;text-align: center;background: #000}
#mainConainer {width: 100%}
.innerContainer {margin: 0 auto;width: 960px;text-align: center}

/*****  Headings  *****/
h1 {font-size: 2em}
h2 {font-size: 1.8em}
h3 {font-size: 1.6em}
h4 {font-size: 1.4em}
h5 {font-size: 1.2em}
h6 {font-size: 1em}

/*****  General  *****/
img.floatRight {margin: 10px 10px 10px 15px}
img.floatLeft {margin: 10px 15px 10px 0}
.clear {clear: both}
.displayNone {display:none}
.floatRight {float: right}
.floatLeft {float: left}

/*****  Paragraphs  *****/
p {font-size: 1.3em;line-height: 1.4em}
p.textIndent {text-indent: 1.8em}

/*****  Un-Ordered Lists  *****/
ul {list-style-type: none;font-size: 1.3em}
ul li {padding: 0 0 4px 10px}
li.bullet {background: url(../images/bullet_blue.gif) no-repeat;background-position: 0 6px}

/*****  Ordered Lists  *****/
ol {font-size: 1.3em}
ol li {margin-left: 30px;font-size: 1.3em;fon-weight: bold;font-family: Georgia, "Times New Roman", Times, serif;color: #690101}
ol p {font-size: 13px;fon-weight: normal;font-family: Arial, Helvetica, sans-serif;color: #333}

/*****  Blockquotes  *****/
blockquote {padding: 10px;display: block;width: 225px;text-align: right;color: #690101;font-family: Georgia, "Times New Roman", Times, serif;font-size: 20px;font-style: italic;letter-spacing: 1pt}
blockquote p {line-height: 23px}
blockquote em {color: #4c0101;font-size: 24px}
blockquote em.first {padding-right: 3px}
blockquote em.last {padding-left: 3px}
blockquote a {border-bottom: none}

/********************************************/
/***              Masthead                ***/
/********************************************/
#masthead {position: relative;height: 125px;background: red}

/********************************************/
/***           Main Navigation            ***/
/********************************************/
#mainNav {position: relative;height: 40px;background: green}

/********************************************/
/***            Main Content              ***/
/********************************************/
#mainContent {margin-right: 25px;padding: 15px 15px;position: relative;float: left;width: 570px;height: 400px;background: orange}

/********************************************/
/***              Sidebar                 ***/
/********************************************/
#sideBar {margin-left: 10px;padding: 10px;position: relative;float: left;width: 305px;height: 400px;background: yellow}

/********************************************/
/***               Footer                 ***/
/********************************************/
#footer {clear: both;position: relative;height: 150px;background: blue}







