/* 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 {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	color: #666;
	background-color: #fff;
	font: 0.8em/1.25 Verdana, Geneva, sans-serif;
}

/*  Heading Formatting */
p {
	/*background-color: #faf;*/
	margin: 0;
	padding: 0;
}
}

h1 {
	font-size: 1.4em;
	line-height: 0.8em;
	font-weight: 900;
	color: #660000;
	margin: 0px;
	padding: 5px 0px;
}

h2 {
	font-size: 1.2em;
	line-height: 0.8em;
	font-weight: 900;
	color: #660000;
	padding-bottom: 10px;
	margin: 0px;
	padding: 5px 0px;
}

h3 {
	font-size: 1em;
	line-height: 0.8em;
	font-weight: 900;
	color: #660000;
	padding-bottom: 10px;
	margin: 0px;
	padding: 5px 0px;
}

h4 {
	font-size: .9em;
	line-height: 0.8em;
	font-weight: 900;
	color: #660000;
	/*background-color: #95ffff;*/
	margin: 0px;
	padding: 5px 0px;
}

h5 {
	font-size: 1.2em;
	line-height: 0.8em;
	font-weight: 900;
	color: #660000;
	padding-bottom: 10px;
	margin: 0px;
	padding: 5px 0px;
	/*background-color: #ffbaff;*/
}

h6 {
	font-size: .8em;
	line-height: 0.8em;
	font-weight: 900;
	color: #660000;
	padding-bottom: 10px;
	margin: 0px;
	padding: 5px 0px;
}

/*links*/

a:link {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

a:visited {
	color: #660000;	text-decoration: none;
}

img {
	border: 0 none;
}

/* Clears Divs */

.clr {
	clear: both;
}

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