/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: trebuchet ms, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 18px;
 background: #fff url("../images/bkground.gif") top repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 15px 0px 0px 30px;
 height: 150px;
 margin: 43px 0px 0px 0px;
 background: #1e1959;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;

}


#leftcolumn { 
 color: #1e1959;
 font-family: baskerville;
 font-size: 14px;
 line-height: 18px;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 148px;
 float: left;
 text-align:right;
}

.featuretext { 
 font-size: 11px;
 color: #fff;
 line-height: 18px;
border: 2px solid #1e1959;
background: #878787;
padding:4px;
margin-left: 10px;
}

.featuretext a { 
 color: #000;
}

.featuretext a:hover { 
 color: #fff;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 678px;
 display: inline;
}
#footer { 
font-size: 11px;
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
}

ul#minitabs{list-style: none;margin: 0; padding: 5px 0;font-weight: bold;
  text-align: right; white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 10px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-top: 5px solid #FFF; color: #999}
ul#minitabs a#current{border-color: #1e1959; color: #1e1959}
ul#minitabs a:hover{border-color: #1e1959; color: #666} 

p { 
 margin: 10px 0px 0px 0px;

}

a { color: #1e1959; text-decoration: none }
a:hover { color: #666; text-decoration: none }

h1 { color: #b88b4a; font-size: 17px; line-height: 24px; font-family: trebuchet ms, san-serif; margin-bottom: 10px; }
h2 { color: #b88b4a; font-size: 16px; line-height: 18px; font-family: trebuchet ms, san-serif; margin: 0px 0px 10px 0px; }
h3 { color: #b88b4a; font-size: 14px; line-height: 16px; font-family: palatino, san-serif; margin: 10px 0px 5px 0px; }
