@charset "utf-8";

/* CSS Document */



/* DEFAULTS */

body {background-color:#000}
a {color:#FFF;}
img {margin-left:10px}




/*  MATIN CONTAINTER    */
/*  Type reset    */
#mainContainer 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color:#FFF;
	}
/*  Dimensions , Postion  */
#mainContainer 
{
	width: 975px;
	margin-left:auto;
	margin-right:auto;
}

/* NAVIGATION / LISTS  */
#mainNav {margin:10px 10px 0px 10px;}
#jobNav {margin:20px 10px 25px 10px;}

/*  HEADER / LOGO  */

#header 
{
	height:102px;
	background-color:#250C05;
	background-image:url(../images/bg-logo.jpg);
}

#footer 
{
	margin-top:20px;
	margin-bottom:5px;
	font-size:9px;
	text-align:right;
}

#contentArea
{
	background-color:#8D7D64;
	background-image:url(../images/bg-narrow.jpg);
}

#contentArea  p , ul ,  h1 , h2 , h3 , h4 , h5 , h6
{
	margin:0px 10px 10px 10px;
}

#contentArea h2 {font-size:32px;}


.jobList li 
{
	list-style-type:square;
	margin-left: 20px;
}


/* GRAPHIC HEADERS */
h2.headerAbout 
{
	width: 280px; height: 30px;
	background: url("../images/header-bedlam.gif");
	text-indent: -9999px;
	margin:30px 10px 20px 10px;
}
h2.headerJobs
{
	width: 280px; height: 30px;
	background: url("../images/header-jobs.gif");
	text-indent: -9999px;
	margin:40px 10px 20px 10px;
}
h2.headerContact
{
	width: 280px; height: 30px;
	background: url("../images/header-contact.gif");
	text-indent: -9999px;
	margin:40px 10px 20px 10px;
}




