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

/* 
    AUTHOR: SuperFresh n' Tasty
			chris@getenigma.com
*/

/* RESETS & BASIC PAGE SETUP */
* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
html { overflow-y: scroll; }
body { 
	font: 62.5% "Helvetica", Arial, Tahoma, sans-serif;
	background-color:#000;
}

ul { list-style: none inside; line-height: 1.2em; font-size: 12px;}
p {
	font-size: 9pt;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	color: #FFF;
}
	p.metadata { background: #fff9a7; padding: 3px;} 
a { outline: none;}
a img { border: none; }



p2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-indent: 400px;
	float: inherit;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
	float: inherit;
	color: #f2596d;
}

h1#logo2 {
	width: 1215px;
	height: 49px;
	background: url(images4/nav-bg.jpg);
}



/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */



#page-wrap {
	width: 980px;
	margin: 0 auto;
	}

	#header {
		width: 980px;
		height: 80px;
		background: url(images/header_01.jpg) ;
	}
	
	#main-content {
		padding: 20px 80px 0px 80px;
		background: url(images/body-bg.jpg) repeat-y;
	}
	#article-area {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color:#FFFFFF;
	width: 400px;
	float: left;
	}
	#sidebar {
		padding-bottom: 20px;
		width: 375px;
		float: right;
	}
	#sidebar2 {
		padding: 20px 0px 0px 0px;
		width: 375px;
		float: right;
	}
	
	#nav {
	width: 980px;
	height: 172px;
	text-align: center;
}
	
	
	ul#contact {
	
	}
	ul#contact li {
		display: list-item;
		}
		ul#nav li a {
			display: text;
			height: 98px;
			float: left;
		}
		ul#nav li.1 a {
			background: color #FFF;
		}
		ul#nav li.2 a {
			background: color #FFF;
		}
		ul#nav li.3 a {
			background: color #FFF;
		}
		ul#nav li a:hover {
			background-position: center center;
		}
	
	/*  */
	
.style1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color:#FFFFFF;
}
.style2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
}

.style3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

.news1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color:#FFFFFF;
}
.news2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
}
.title1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #A90540;
}	
	
	.style2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
}

	.style23 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin-top: 50px;
	color:#FFFFFF;
}
	
	.work {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 500px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #f2596d;
	text-decoration: none;
}
a:active {
	color: #f2596d;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	color: #FFF;
}

/*  *********/


		
	#footer {
		height: 172px;
		text-align: center;
		color:#999;
		background: url(images/footer.jpg) ;
		position: center;
		line-height: 18px;
		word-spacing: 5px;
	}

	#footer-nav {
		height: 172px;
		width: 980px;
		position: center;
		font-size: 12px;
		color: #f2596d;
	}



/* END STRUCTURE */
