/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:10px;
height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #666;
background-color:#BABA84;
}

/*  Heading Formatting */
h1 {font-size:1.6em;color: #555;}
h2 {font-size:1.5em;color: #555;}
h3 {font-size:1.4em;color: #555;}
h4 {font-size:1.3em;color: #555;}
h5 {font-size:1.2em;color: #555;}
h6 {font-size:1.0em;color: #555;}

/*links*/
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
