/*
***********************************************************
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 ///////////////////////////////////////////////////////////////*/
#frame {
	margin: auto;
	width: 920px;
	position: relative;
	text-align: left;
}

#main, #left, #center, #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, #center, #right { overflow:hidden; }
/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 138px;
	margin-right: 18px;
}

/*  Center ////////////////////////////////////////////////////////////////////////*/
#center{
	width: 525px;
	margin-right: 12px;
}

#dossiers {
	clear: both;
	padding-top: 4px;
}

#iconbar {
	display: block;
	text-align: right;
	with: 520px;
}

#print-page, #tipafriend { border-left:4px solid #FFFFFF;}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 220px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	clear: both;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 920px;
	text-align: center;
}