@charset "UTF-8";
/* CSS Document */



/********************************************************************************************************************/
/********* RESET STYLESHEET IS A MODIFIED VERSION OF ERIC MEYER'S 'RESET RELOADED' STYLESHEET ***********************/
/********************************************************************************************************************/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-weight: normal; font-style:inherit; font-size: inherit; line-height:inherit; font-family: inherit; text-align:left;}

ul, ol {list-style:none;}
caption {font-weight:normal;}
em, i {font-style:oblique;}
strong, b {font-weight:bold;}
sup {font-size:0.7em;vertical-align:top;}

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes:"" "";}

/* remove borders from linked images */
a img {border:none;}

/* remove focus borders */
:focus {outline: 0;}

/********************************************************************************************************************/
/***************************************** * GLOBAL PREDICTABLE ELEMENTS * ******************************************/
/********************************************************************************************************************/

body {background: #000;font-size: 12px;line-height:17px;font-family: Arial, Verdana, Helvetica, sans-serif;}

/* default header styles */
h1, h2, h3, h4, h5, h6, .title {font-family:"Trebuchet MS", Tahoma, sans-serif;color:#333;margin:.35em 0;}
h1 {font-size: 2.2em;}
h2 {font-size: 1.15em;color:#666;}
h3 {font-size: 1.15em;}
h4, h5, h6 {font-size: 1em;}

/* default link styles */
a, a:visited, a:focus {color:#666;text-decoration:underline;}
a:hover {color:#333;text-decoration:underline;}

/* default text formatting styles */
p {margin:8px 0;}

img.left {float:left;margin-right:15px;margin-bottom:10px;}
img.right {float:right;margin-left:15px;margin-bottom:10px;}

/********************************************************************************************************************/
/*****************************************     LAYOUT ELEMENTS        ***********************************************/
/********************************************************************************************************************/

/*-----styles for flash------*/

html {overflow: visible;}
body {}
#website {height:600px; width:950px;}
#center {height:600px; width:950px; margin:1px auto 0;}

/*-----styles are for non-flash viewers------*/




#wrapper {
	margin:0 auto;
	width:1000px;
	background-color:#000;
	
}

#wrapperContent {
	float:left;
	display:inline;
	width:1000px;
	background-color:#000;
}

#mast {
	float:left;
	display:inline;
	width:1000px;
	height:200px;
	background-color:#000;
/*	background: #333 url(../images/mastBackground.jpg);*/
}

#contentBody {
	float:left;
	display:inline;
	width:900px;
/*	padding:20px 50px;*/
	background-color:#000;
}

