/*
***********************************************************
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;}

table {
/*
float: left;
display: inline;
*/
}

/* 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{
	background: #FFF;
	height: 205px;
	width: 920px;
	overflow: hidden;
}

#header h1{
	margin-top: 205px;
}

#description, #skip, #logo span, #slogan span{
	display: none;
}

#left, #center, #right {
overflow: hidden;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 138px;
	width: 165px;
	padding-right: 18px;
padding-top: 10px;
}

/*  Center ////////////////////////////////////////////////////////////////////////*/
#center{
	width: 500px;
	margin-right: 12px;
}

#content {
	border-left:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	border-top:0px solid #FFFFFF;
	float:left;
	display: inline;
	padding-left:14px;
	padding-right:8px;
	padding-right:14px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 220px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: #FFF;
	clear: both;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 920px;
}