/************************************************************
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: inherit;
	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, #header, #main, #footer { width:1000px; }
#container {
	margin:auto;
	position:relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}
#main {
	background: url(../images/bg-main.png) repeat-y center top; 
	min-height: 440px;
	height: auto !important;
	height: 440px;	
}

#header{
	background: url(../images/bg-header.png) no-repeat center top;
	height:140px;
}

#logo span, #slogan span, .hide{ display:none; }

/* Columns ////////////////////////////////////////////////////////////////////////*/
#left { margin:10px 0 0 30px; width:200px; }
#center{ margin:10px 20px; width:500px; overflow:hidden; }
#right{ margin:10px 0 0 0; width:200px; }

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background:url(../images/bg-footer.png) no-repeat center bottom; 
	text-align:left;
	height:50px; padding-bottom:15px;
}
