/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
Updated:   02/05/2007
***********************************************************
*/
/* 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; }
address, caption, cite, code, dfn, em, strong, 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;
	width: 1000px;
	position: relative;	
}

#frame, #left, #main, #bread, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#frame {
	background:  url(../img/bg.gif) repeat-y center;
	top: 10px;
	position: relative;
	width: 1000px;
}

#header{
	background: url(../img/bg-header.gif) no-repeat top left;
	height: 36px;
	width: 1000px;
}

#header span, .hide{
	display: none;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	background: url(../img/bg-left.gif) no-repeat left top;
	padding-top: 62px;
	width: 210px;
}

/* Main ////////////////////////////////////////////////////////////////////////*/
#main {
	background: url(../img/top-01.jpg) no-repeat top right;
	padding-top: 190px;
	padding-left: 10px;
	width: 770px;
}

#bread {
	width: 760px;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	width: 530px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	margin-left: 20px;
	width: 200px;
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: url(../img/bg-footer.gif) no-repeat top;
	height: 50px;
	width: 1000px;
	clear: both;
}