/* 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);
@import url(editor_content.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #989375;
	padding: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #989375;
	background-image:url(../images/background_tiled.jpg);
	background-position: top;
	background-repeat:repeat-x;
	padding: 0px;
	}

/*  Global Formatting */
h1 {padding: 0px 15px 0px 15px; color: #3cc5d1; font-size: 150%; font-weight:400;}
h2 {font-size:15px;font-weight: 600;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;font-weight: 600; padding: 0px 15px 0px 15px;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px; padding: 0px; margin: 0px;}
th{font-size: 12px; padding: 0px; margin: 0px;}
a {color: #3cc5d1; font-weight:600; text-decoration:none;}
a:link {}
a:hover {text-decoration:underline;}
a:visited {}
img {border: none;}
h2, h3, h5, h6, ul, img {margin: 0; padding: 0;}
li {margin-left:10px; color:#3cc5d1; padding: 0px;}


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

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