/************************************************************
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;}

body { text-align: center;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	margin-top: 10px;
	width: 970px;
	position: relative;	
	text-align: left;
}

#main, #left, #center, #no-right, #right {
	float: left;
	display: inline; /* workaround for IE6*/
	position: relative;
}

#main {
	background: url(../images/bg-2-koloms.png) repeat-y center;
	border: 1px solid #BFBFBF;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	width: 970px;
	position: relative;
}

#header{
        background: #FFF;
	height: 80px;
	width: 970px;
}

#header span, .hide{ display: none;}
#searchform { margin-bottom: 0pt;}

#left, #center, #no-right, #right { overflow: hidden;}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { width: 205px;}
#left-content, #right-content {
	margin: 28px 10px 10px;
	overflow:hidden;
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center { margin:10px; padding-bottom:10px; width:742px;}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{ width: 205px;}
#right-content { margin-top:65px; }
#right-content { margin-top:4px; }

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background: #049986 url(../images/bg-footer.png) no-repeat right;
	margin: auto;
	height: 20px;
	width: 972px;
	margin-bottom: 10px;
	float:left;
	display:inline;
}

/* Description /////////////////////////////////////////////////////////////////////*/
#description, #skip{ display: none; }
