/************************************************************
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 {
	margin: auto;
	width: 918px;
	position: relative;	
}

#main, #content, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
	background: url(../img/bg.png) repeat-y center;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	text-align: left;
}

#header{ height: 205px;}
#description, #skip, #logo span, #slogan span{ display: none;}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#content {
	margin-left: 20px;
	width: 506px;
	overflow: hidden;
}

#iconbar {
	clear:both;
	float:left;
	margin-bottom:10px;
	height:20px;
	width:500px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	margin-left: 20px;
	width: 365px;
	overflow: hidden;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	clear:both;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 918px;
}