html,body {
	margin: 0;
	padding: 20px 0 20px 0;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	text-align: left;
	color: #333333;
	background: #183d6c url(images/bg.gif) repeat-x left top;
}

#wrapper {
	position: relative; /* needed for footer positioning*/
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0px 0 0px 0;
	width: 970px;
}

#innerWrapper {
	position: relative;
	min-height: 400px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 400px; /* IE6: treaded as min-height*/
    padding: 10px;
	background: #ffffff;
	border: 5px solid #3277b7;
}



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

#header {
	margin: 0 0 20px 0;
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/
	background: url(images/design.jpg) no-repeat left top;
}

#mainNav {
	position: relative;
	height: 200px;
}



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

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

#left {
	float: left;
	width: 70%;
	min-height: 350px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 350px; /* IE6: treaded as min-height*/
}

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



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

#footer {
	margin: 0 0 0 0;
	padding: 10px 10px 20px 30px;
	min-height: 10px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 10px; /* IE6: treaded as min-height*/
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	color: #565656;
	background: #e5e5e5;
	border-top: 5px solid #2c9ad2;
}

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

#contacts label{
	float: left;
	display: block;
	width: 80px;
}

#footerNav {
	float: right;
	width: 400px;
	min-height: 70px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 70px; /* IE6: treaded as min-height*/
	line-height: 70px;
	text-align: right;
}



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

#bottom {
	margin: 0 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;
	width: 150px;
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/
}

#copyright {
	float: right;
	width: 400px;
	min-height: 50px; /* real browsers */
	height: auto !important; /* real browsers */
	height: 50px; /* IE6: treaded as min-height*/
	line-height: 28px;
	color: #aaaaaa;
	text-align: right;
}


