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


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffcc;
	margin: 0px;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #370504;
	margin: 0px;
	background-color: #E8DDC1;
	}

/*  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;}
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;}
a:link, a:visited {
	color: #430605;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
		color: #333333;
	text-decoration: underline;
}
img {border: 0 none;}

.t {
	border-top: 1px dotted #eace97;
}

.b {
	border-bottom: 1px dotted #eace97;
}

.l {
	border-left: 1px dotted #eace97;
}

.r {
	border-right: 1px dotted #eace97;
}

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

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

