/************************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com - 2007
************************************************************/
@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; }
b, 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;}

form * { border: 0;}
#header iframe, #header iframe * { background:#F09A2F; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/

#back, #main, #header, #left, #center, #right, #intro, #contentwrap {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;
}

#container {
	margin: auto;
	width: 952px;
	position: relative;
}

#header{ height: 163px;}
#logo span, .hide{ display: none;}
#contentwrap { display:block; padding:20px 0 0 0; width:772px; }
#intro { width:98%; }
#main {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin: auto;
}

#print {
	top: 8px;
	left: 530px;
	position: absolute;
	width: 20px;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { width: 202px;}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{ width: 570px;}
#content {
	padding: 16px;
	padding-top: 16px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	margin-top: 24px;
	//width: 202px;
	width: 166px;
	//overflow: hidden;
	overflow: visible;
}

/* Footer  ////////////////////////////////////////////////////////////////////////*/


