
/* ----- CNC CSS FRAMEWORK v1.0 ----------------------------------------------------- */
/* ----- Created by Creative Nature Communications YYYY/MM/DD ----------------------- */
/* ----- Website Name Goes Here ----------------------------------------------------- */
/* ----- Credits: *****  ------------------------------------------------------------ */


/* TABLE OF CONTENTS

00 - Global Includes
01 - Typography 
02 - Main Structure - The core Structure
03 - Content Styles 	

*/


/* 00 - Global Includes  */
/* --------------------------------------------------------------------------------------------------------------------------- */

@import url(cssreset.css);
@import url(h_drop_menu.css);
@import url(modules/modules.css);


/* 01 - Typography  */
/* --------------------------------------------------------------------------------------------------------------------------- */

p {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ul{}
ol{}
li{}

a{}
a:hover{}


/* 02 - Main Structure */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* Main Structure */
html, body {
	height:100%;
	background:#111c1f url(../Images/mainBackground.jpg) repeat-x top center;
}

form {
	height:100%;
}
#splashFlash {
	height:100%;
	background:#0B0B0B;
}
#mainWrapper {
	margin:0 auto;
}


/* Header Area */
#header {
	height:740px;
	background:url(../Images/frame.jpg) top center no-repeat;
}

#flashHolder {
	width:960px;
	margin:0 auto;
}

object {
	 outline: none;
}

#mainLogo {
	
}

#mainNav {
}


/* Content Area */
#midWrapper {
}

#mainContentArea {
	background:#e0dec8;
	width:610px;
	padding:20px 150px;
	margin:0 auto;
	min-height:90px;
}

#mainBody {
	margin-top:-240px;
	position:relative;
}


/* Footer Area */
#footer {
	background:url(../Images/footer.jpg) bottom center no-repeat;
	height:260px;
	margin-top:-130px;
}

#legal {
}

#credits {
}

/* 03 - Content Styles */
/* --------------------------------------------------------------------------------------------------------------------------- */
