#leftdiv {
	width: 140px;
	height: 570px;
	float: left;
}
#logo {
	width: 84px;
	height: 78px;
	display: block;
	overflow: hidden;
	clear: both;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
#logo a {
	height: 100%;
	display: block;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: none;
}
.hidden {
	visibility: hidden;	
}


/* MAIN NAVIGATION*/
#navbox {
	width: 127px;
	height: 110px;
	display: block;
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
	background-color: #000000;
	text-align: left;
	vertical-align: top;
}
.nav1 {	margin: 11px 0px 0px 4px; }
.nav2 {	margin: 0px 0px 0px 4px; }
.nav3 {	margin: 0px 0px 0px 4px; }
.nav4 {	margin: 0px 0px 0px 4px; }

.nav1 a{
	width: 118px; display: block; height: 21px; text-decoration: none;
	background-image: url(../images/nav-productions.gif); background-repeat: no-repeat; background-position: left bottom;
}
.nav1 a:hover{
	background-position: left top;
	text-decoration: none;
}
.nav2 a{
	width: 118px; display: block; height: 24px; text-decoration: none;
	background-image: url(../images/nav-company.gif); background-repeat: no-repeat; background-position: left bottom;
}
.nav2 a:hover{
	background-position: left top;
	text-decoration: none;
}
.nav3 a{
	width: 118px; display: block; height: 24px; text-decoration: none;
	background-image: url(../images/nav-training.gif); background-repeat: no-repeat; background-position: left bottom;
}
.nav3 a:hover{
	background-position: left top;
	text-decoration: none;
}
.nav4 a{
	width: 118px; display: block; height: 24px; text-decoration: none;
	background-image: url(../images/nav-blog.gif); background-repeat: no-repeat; background-position: left bottom;
}
.nav4 a:hover{
	background-position: left top;
	text-decoration: none;
}


#whitecontainer {
	display: block;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	float: left;
}

#inner-content-div {
	width: 788px;
	min-height: 400px;
	display:block;
	overflow:visible;
}







#basebar {
	display: block;
	clear: both;
	margin-left: 15px;
	width: 933px;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d1ce;
	background-image: url(../images/base-logos.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#4a4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}
.baseaddress1 {
	float: left;
	margin: 12px 17px 0px 5px;
}
.baseaddress2 {
	float: left;
	margin-top: 12px;
}

.baselink1 {
	width: 55px;
	height: 57px;
	float: right;
	margin-left: 3px;
}
.baselink1 a {
	height: 100%;
	display: block;
	text-decoration: none;
}
.baselink2 {
	width: 127px;
	height: 57px;
	float: right;
	margin-left: 3px;
}
.baselink2 a {
	height: 100%;
	display: block;
	text-decoration: none;
}
.baselink3 {
	width: 127px;
	height: 57px;
	float: right;
	margin-left: 3px;
}
.baselink3 a {
	height: 100%;
	display: block;
	text-decoration: none;
}
.baselink3 a:hover {
	text-decoration: none;
}
.baselink2 a:hover {
	text-decoration: none;
}
.baselink1 a:hover {
	text-decoration: none;
}

