/* 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{
	background-color:#322C2C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #BED273;
}

/*  Heading Formatting */
h1 {
	font-size:1.9em;
	line-height: 0.8em;
	font-weight: 900;
}
h2 {
	font-size:1.7em;
	line-height: 0.8em;
	font-weight: 900;
}
h3 {
	font-size:1.5em;
	line-height: 0.8em;
	font-weight: 900;
}
h4 {
	font-size:1.4em;
	line-height: 0.8em;
	font-weight: 900;
}
h5 {
	font-size:1.3em;
	line-height: 0.8em;
	font-weight: 900;
}
h6 {
	font-size:1.2em;
	line-height: 0.8em;
	font-weight: 900;
}

/*links*/
a:link {
	text-decoration: none;
	color: #BED273;
        cursor: pointer;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #BED273;
	cursor: pointer;


}
img {
}

/* Clears Divs */
.clr{
}

/* #######################  END GENERAL SETTINGS ############################ */