* { padding: 0; margin: 0; }

body {
 line-height: 1.5em;
 background-color: #ffffff;
 background-repeat: repeat;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 11px;
}

#wrapper { 
 width: 100%;
}

#faux {
 margin: 0 auto;
 margin-bottom: 0px;
 overflow: auto;
 width: 850px;
}

#widewrapper {
 background-color: #ffffff;
 width: 100%;
 background-image: url(img/background_l.jpg);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

#taglines {
 margin: 0 auto;
 color: #fff;
 background-color: #023b4e;
 padding: 10px;
 border-bottom: 3px solid #0e3c01;
}

#taglineinside {
 margin: 0 auto;
 width: 850px;
 font-size: 11px;
 color: #ccffff;
}

#navigation {
 padding: 10px;
 height: 20px;
 background-color: #992412;
 border-bottom: 3px solid #e3e3e3;
 border-top: 3px solid #78190a;
}

#navinside {
 margin: 0 auto;
 width: 850px;
}

#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 350px;
 margin-top: 20px;
 float: left;
 position: relative;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 430px;
 display: inline;
}


#bottom {

 height: 125px;
 margin-top: 50px;
 color: #fff;
 font-size: 11px;
 background-color:  #992413;
 border-top: 3px solid #78190a;
 padding-top: 10px;
}

.clear {
 clear: both;
 background: none;
}

/* Sections */

.section {
 color: #fff;
 font-weight: bold;
 font-size: 25px;
 padding: 10px;
 margin-bottom: 10px;
 border-top: 5px solid #e3e3e3;
 border-bottom: 5px solid #e3e3e3;
}

#test {
 background-image: url(img/header.jpg);
}

/* Fonts and Links */

#navigation a:link, #navigation a:visited {
 padding: 0 0 1px 0;
 text-decoration: none;
 color: #fff;
}

#navigation a:hover {
 color: #fdff65;
 text-decoration: underline;
}

#bottom a:link, #bottom a:visited {
 padding: 0 0 1px 0;
 text-decoration: none;
 color: #bfecf9;
}

#bottom a:hover {
 color: #7ddefa;
 text-decoration: underline;
}

a:link, a:visited {
 padding: 0 0 1px 0;
 color: #115198;
 text-decoration: none;
}
	
a:hover {
 color: #982411;
 text-decoration: underline;
}

/* Text */

p {
 margin-bottom: 1.5em;
 color: #666666;
}

h1 {
 line-height: 1.5em;
 margin-bottom: 1em;
 word-spacing: -1px;
 font-size: 15px;
 color: #982411;
}