/* 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.body{
	font-family:Verdana, Geneva, sans-serif;
	color: #9c9c9c;
	margin-top: 0px;
background-color:#f1e5d9; 
 padding-bottom:150px;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	margin-top: 0px;
	
 background:url(../images/midbg.jpg);
 background-position:center;
 background-repeat:repeat-y;
background-color:#f1e5d9;padding-bottom:100px;
	}

 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:55px;
  
 }
 @media screen{
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;

 }

/*  Global Formatting */
h1 {font-size:18px;line-height: 30px;font-weight: 500;font-family:"Times New Roman", Times, serif;margin-top:0px;}
h2 {font-size:16px;line-height: 20px;font-weight: 500;color:#afafaf;font-family:"Times New Roman", Times, serif;margin-top:0px;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:18px;line-height: 20px;font-weight: 550;margin:0px;padding:5px;}
h6 {font-size:14px;line-height: 20px;font-weight: 500;margin:0px;padding:0px;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #e2cdae;text-decoration:none;}
a:visited {color: #e2cdae;text-decoration:none;}
a:hover {color: #dbbf9a;text-decoration:underline;}

/* Clears Divs */
.clr{clear: both;}
.paddingright{padding-left:15px;}

/* menu */
td { text-align: left; }

.normalsize{font-size:13px;line-height:16px;}
.bigsize{font-size:14px;}
.chgcolor{color: #dbbf9a;}
.smalltxt{font-size:10px;}
.paddingright{margin-right:20px;}
/* #######################  END GENERAL SETTINGS ############################ */
