/*
***********************************************************
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;
	margin-top: 25px;
	width: 808px;
	position: relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;	
}

#main {
	border: 1px solid #307C9C;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 25px;
}

/* Header  ////////////////////////////////////////////////////////////////////////*/
#header{
	border-bottom: 1px solid #307C9C;
	height: 135px;
}

#header span, #description, #skip {
	display: none;
}

/* Center ///////////////////////////////////////////////////////////////////////*/

#left, #center, #right {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 10px;
}

#left, #right {
	display: none;
}

#center{
	padding: 0px;	
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	text-align: center;
	width: 100%;
	*padding-bottom: 10px;
}