/* 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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #832500;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color: #832500;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;font-weight: 900;margin:0px;color:#333;padding:0px;padding-bottom:5px;padding-top:8px;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 13px;font-weight: 600;color:#4d4d4d;margin:0px;padding:0px;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #4d4d4d;}
a:hover {color: #2d2d2d;}
a:visited {color: #4d4d4d;}
img {border: 0 none;}

.footer{font-size:10px;color:#FFF;}
.footer a{color:#FFF;}
/* Clears Divs */
.clr{clear: both;}

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