@charset "utf-8";
/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/


/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:GEinspira,Arial,Helvetica,serif;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 900px;
	position: relative;	
}

#main, #header, #flash-header, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;	
	z-index: 10;
}

#main {
	background: url(../images/bg-main.gif) repeat-y center;
	margin: auto;
	width: 900px
}

#content {	
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 746px;
	margin: auto;
	margin-top: 12px;
	position: relative;	
}

#header{
	height: 140px;
	width: 746px;
}

#header span, .hide{
	display: none;
}

#flash-header {
	margin-left: 140px;
	height: 355px;
	width: 605px;
}

#center, #right {
	overflow: hidden;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	left: 78px;
	top: 146px;
	position: absolute;
	width: 140px;
	z-index: 100;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	margin-left: 140px;
	margin-top: 20px;
	margin-right: 28px;
	width: 408px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	margin-top: 400px;
	width: 169px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: url(../images/bg-footer.gif) repeat-y center bottom;
	height: 90px;
	position:relative;
	width:900px;
	z-index: 1;
	
}

