/* 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-size: 12px;
	color: #666;
}
html {
}



body {
		font-family: sans-serif;

	font-size: 12px;
	color: #666;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/bigback.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
div#bigback {
	background-color: #ffffcc;
}


/*  Global Formatting */ h1 {font-size:16px;line-height: 1em;font-weight: 900;} 
h2 {font-size:15px;line-height: 1em;font-weight: 900;} h3 {font-size:14px;line-
height: 1em;font-weight: 900; color: green;} h4 {font-size:13px;line-height: 1em;font-weight: 
900;} 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 {Text-decoration: none;} a:hover {} a:visited {text-decoration: none;} img {border: 0 none;} 


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

* {
	margin: 0;
	padding: 0;
}
