* /*Set's border, padding and margin to 0 for all values*/

{

padding: 0;

margin: 0;

border: 0;

}

body, html {

color: #000; 

font-family: Verdana, Arial, Tahoma, sans-serif;

background-color: #b5a28c;

text-align: center; /*** Centers the design in old IE versions ***/

}

body {

font-size: 70%;

}

p {padding: 7px 0 7px 0;}



a {

color: #ba8651;

text-decoration: none;

font-size: 16px;

font-weight: bold;

}

a:hover{

color: #31cf94;

text-decoration: none;

font-size: 16px;

font-weight: bold;

}



h1, h2, h3, h4, h5 {

font-weight: bold;

padding-bottom: 5px;

}

h1 {

font-size: 2em;

}

h2 {

font-size: 1.4em;

}

h3 {

font-size: 1.3em;

}

h1 a, #header h2{

color: #fff;

}

.clear { clear: both; }

#mainContainer {

width: 1000px;


margin: 0 auto; /*** Centers the design ***/

min-height: 300px;

background: #fff;

text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/

}

* html #mainContainer {

height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/



}

/**************************

HEADER

**************************/

div#header h2.info {color: #31cf94; font-size: 12px; margin-top: 2px;

text-align:center;

}

div#header h2.firstline {margin-right: 155px; float: right; color: #fff; background-color: #264b15; padding: 4px; margin-top: 15px;}

div#header h2.byline {position: relative; width: 500px;  float: right; color: #fff; background-color: #264b15; padding: 4px; margin-top: 75px; font-size: 12px;}

#header {

background-color: #751137;

background-image: url('../resizedimages/moretopbanner1rt.jpg');

background-repeat: no-repeat;

height: 235px;

padding: 10px;

}

#header #topnav {postition: relative; margin-top: 229px; text-align: center;}

/**************************

CONTENT AND COLUMNS

**************************/

.outer {

margin-top: 50px; /*** Make some space for our top menu ***/

padding-left: 165px;  

}

* html .outer {

/*** No need for hacking IE on this layout ***/

}

.inner {

width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/

}


* html .inner {
width: /*1000px*/595px;
/* }
width: 1000px; */

}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing

div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 

blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.

***/

.float-wrap {

float: left;

width: 1000px;

margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/



}

* html .float-wrap {

/*** No need for hacking IE on this layout ***/

}

#content {

float: right;

width: 730px;

background: #fff;

padding-left: 15px;

padding-right: 15px;

}

* html #content {

position: relative; /*** IE needs this  ***/

}

.contentWrap {

padding: 5px;

}

.contentWrap ol, .contentWrap ul {

margin: 3px 0 5px 35px;

}

.contentWrap li {

padding-bottom: 2px;

}

/**************************

LEFT COLUMN

**************************/

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 

div.left is carried over into the proper position. 

***/

#left {

float: left;

width: 195px;

background-color: #b5a28c;

min-height: 250px;

padding: 5px;

margin-left: 5px;

}

* html #left {

position: relative; /*** IE needs this  ***/

height: 250px;

}

#left ul {

list-style: none;

padding-bottom: 4px;

}

#left li {

padding-bottom: 2px;

}

#left a.lc {color: #751137;}

#left a.lc:hover {color: #fff;}

/*************************

RIGHT COLUMN

**************************/

#right {

margin-top: -755px; /*** Move the right column so it takes the positon as a top menu ***/

_margin-top: -775px;

float: left; 

width: 1000px;

background: transparent;

padding: 5px;

height: 15px;

}

* html #right {

position: relative; /*** IE needs this  ***/

}

#right ul {

list-style: none;

}

#right li {

display: inline;

padding-right: 15px;

}

#oberfooter {

	width: 1000px;

	margin: 0 auto;

text-align: center;

background-color: #fff;

padding-bottom: 15px;

}

.bottom {font-size: 10px:}

/**************************

FOOTER

**************************/

#footer {

width: 1000px;

margin: 0 auto;

text-align: center;

color: #31cf94;

background-color: #264b15;

}

#footer a.bottom {font-size: 10px;}

#oberfooter a.bottom {font-size: 10px;}

