/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/

* { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	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; float: left; }
address, caption, cite, code, dfn, th, var { font-style:verdana; font-weight:normal; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; margin-left: 2em;}
caption, th, td { font-weight:normal; text-align:left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
ol, ul { list-style:none;}
tr {height: 10px;}

/* Layout 4 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 920px;
	position: relative;	
}

#main, #header, #left, #center, #center-foot, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;
}

#main {        
	background: #FFFFFF url(../images/bg-center.gif) repeat-y center;
	width: 920px;
}

#header{
	background: #FFF url(../images/bg-header.jpg) no-repeat center top;
	height: 190px;
	width: 920px;
}

#intro { display: none;}
.hide{ display: none;}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 132px;
	margin-left: 10px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	background: url(../images/bg-center-top.gif) no-repeat right top;
	width: 554px;
}

#content {
	/*background: url(../images/bg-center-bot.gif) no-repeat right bottom;*/
	
	min-height: 350px;
	height: auto !important;
	height: 350px;
	
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 524px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	width: 210px;
	overflow: hidden;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: url(../images/bg-footer.gif) no-repeat left top;
	text-align: center;
	position: relative;
	margin: auto;
	height: 48px;
	width: 920px;
}
