/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/

* { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	/*background: transparent;*/
}

em { font-style: italic; }
strong { font-weight: bold; }
address, caption, cite, code, dfn, th, var { font-style:verdana; font-weight:normal; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; margin-left: 2em;}
caption, th, td { font-weight:normal; text-align:left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
ol, ul { list-style:none;}

table {	border-collapse: collapse; border-spacing:0; float:left; width:100%; }
tr {height: 10px;}
td { vertical-align:top; }

/* Layout 4 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 920px;
	position: relative;	
}

#main, #header, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;
}

#main {
	min-height: 450px;
	height: auto !important;
	height: 450px;
        padding-bottom: 0px;
}

#header{
	height: 164px;
	width: 920px;
	width: 100%;
}

#intro { display: none;}
.hide{ display: none;}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 200px;
        margin-left: 10px;
        padding-right: 10px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	width: 450px;
        padding-left: 10px;
        padding-right: 10px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 210px;
        margin-left:5px;
	overflow: hidden;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	text-align: center;
	margin: auto;
	width: 920px;
}
