html,body {
	margin: 0;
	padding: 0px 0px 0px 0px;
	height: 100%; /* needed for container min-height */	
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	text-align: left;
	color: #333333;
	background: #ffffff url(images/bg.jpg) repeat-x top left;
}

#wrapper {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */		
}


#innerWrapper {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0px 10px 0px 10px;
	width: 960px;		
	min-height: 400px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 400px; /* IE6: treaded as min-height*/
    padding-bottom: 110px; /* needed for bottom margin bug*/
	background: #ffffff;	
}

/*---------- HEADER
--------------------------------------------------------------------------*/

#header {
	position: relative;
	margin: 0 0 0 0;
	padding: 0px 0px 10px 0px;
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/
}

#top {
	padding: 0 0 0 0;
	height: 155px;	
}

#topLeft {
	float: left;
	padding: 5px 0 0 0;
	width: 230px;
	min-height: 30px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 30px; /* IE6: treaded as min-height*/		
}

#topRight {
	float: right;	
	padding: 20px 0 0 0;
	min-height: 30px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 30px; /* IE6: treaded as min-height*/	
}

#design {
	margin: 0 0 5px 0;
	height: 240px;
	background: url(images/design.jpg) no-repeat top left;	
}

#mainNav {
	position: absolute;
	top: 90px;
	left: -30px;
	width: 1020px;
	height: 70px;
	background: url(images/nav-bg.png) no-repeat top left;	
}


/*---------- CONTENT
--------------------------------------------------------------------------*/

#content {
	position: relative;
	padding: 0px 0 20px 0;
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/
}


.left {
	position: relative;
	float: left;
	width: 700px;
	min-height: 150px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 150px; /* IE6: treaded as min-height*/
}

.right {
	position: relative;
	float: right;
	padding: 70px 0 0 0px;	
	width: 220px;
	min-height: 150px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 150px; /* IE6: treaded as min-height*/
	color: #898989;
}

.right h2{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 0 0 10px;
	width: 250px;
	height: 60px;
	line-height: 40px;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/heading-black.png) no-repeat top left;
}


#partners {
	position: relative;
	padding: 30px 0 40px 0;
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/
	border-top: 3px solid #cccccc;	
}

/*---------- FOOTER
--------------------------------------------------------------------------*/

#footer {
	position:absolute;
	left: 0px;
	color: #cccccc;	
	bottom: 0px; /* stick to bottom */
	width: 100%;
	height: 110px; /* IE6: treaded as min-height*/
	background: #444444;
}

.footerWrapper {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 20px 0px 0px 0;
	width: 980px;
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/	
}

#contacts {
	float: left;
	padding: 10px 0 0 20px;	
	width: 350px;	
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/
}

#footerNav {
	float: right;
	width: 500px;
	padding: 0px 20px 0px 0;	
}

/*---------- BOTTOM
--------------------------------------------------------------------------*/

#bottom {
	padding: 10px 0 0 0;
	min-height: 10px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 10px; /* IE6: treaded as min-height*/
	color: #ffffff;
}

#teranetLink {
	float: left;
	padding: 30px 0 0 0;
	width: 180px;
	min-height: 20px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 20px; /* IE6: treaded as min-height*/
}

#copyright {
	float: right;
	padding: 20px 0 0 0;
	width: 450px;
	text-align: right;
	min-height: 20px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 20px; /* IE6: treaded as min-height*/
}


