/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* 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 {
	left: 0;
	top: 0;
	position: relative;	
	width: 100%;
}

#main, #header, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
position: relative;
}

#main {
	min-height: 450px;
	height: auto !important;
	height: 450px;	
	width: 980px;
}

#header{
	display: block;
	height: 180px;
	width: 100%;
}

#header span, .hide, #url{
	display: none;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 146px;
	padding: 10px;
	padding-left: 0;
        overflow: hidden;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	padding: 16px;
	width: 550px;
        overflow: hidden;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	padding: 10px;
	width: 200px;
        overflow: hidden;  
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	text-align: center;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
}
