/* This file is in in public domain, any one can use this for their 
 * own simple layout or as a domain parking site.
 * Please just include this message at the top if you use it. 
 * teaguesterling.com
 */
 
@import "http://yui.yahooapis.com/2.4.1/build/reset/reset-min.css";
 
body {
  overflow-y : visible; }
body iframe { display : none; }
body div#page iframe { display : block; }
div#page { 
 width        : 760px;
 margin       : 0 auto;
 text-align   : left;
 border-right : 1px solid #000000;
 border-left  : 1px solid #000000; }
div#page div#header { height : 100px; 
  background    : no-repeat 0 0;
  border-bottom : 1px solid #000000; }
div#page div#header h1 {
   text-indent : -6000px; }
div#page div#main div#content { 
   width : 537px;
   padding: 5px 10px; }
div#page div#main div#side { 
   width : 200px; }
div#page div#main.left div#content {
    border-right : 1px solid #000000;
    float        : left; }
div#page div#main.left div#side {
    float  : right; }
div#page div#main.right div#content {
    border-left : 1px solid #000000;
    float       : right; }
div#page div#main.right div#side {
    float  : left; }
div#page div#footer { 
  border-top : 1px solid #000000;
  clear      : both; }

div#footer p {
  margin     : 0;
  padding    : 1em 0;
  text-align : center; }
  
br.clear {
  clear : both; }
  
  
h2 {
  font-size      : 2em;
  font-weight    : bold;
  text-align     : center;
  font-family    : tahoma, verdana, arial, sans-serif;
  letter-spacing : 1px;
  margin         : .5em 0; }
h3 {
  font-size     : 1.35em;
  font-weight   : bold;
  font-family   : tahoma, verdana, arial, sans-serif;
  margin        : .5em 2em;
  border-bottom : 1px solid #CCCCCC; }
h4 {
  font-size     : 1.15em;
  font-weight   : bold; }  
p {
  margin      : .75em 1em;
  text-indent : 4em;
  line-height : 1.5; }
strong { 
  font-weight: bold; }
ul {
  margin : 1em 1em .75em 2.5em; }
ul li {
  list-style-type : disc;
  margin          : .25em 0 0 .5em;
  padding         : 0 0 0 1em; }
  
  
div.links {
  margin   : 1.5em 10px;
  overflow : hidden;
  width    : 170px; }
div.links ul {
  margin     : 0;
  border-top : 1px solid #000000; }
div.links ul li {
  margin          : 0;
  padding         : 0;
  list-style-type : none; }
div.links ul li a {
  border-bottom   : 1px solid #000000;
  text-decoration : none;
  font-size       : .9em;
  display         : block;
  text-align      : center;
  padding         : .2em 1em; }
div.links ul li a:hover {
  background : #EEEEEE; }
div.info {
  margin : 2em auto;
  width  : 336px; }