@charset "utf-8";
/* CSS Document */

body {
	background-color: #111;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #FFF;
}
a {
	color: #666;
	text-decoration: none;
}

#header {
	height: 75px;
	width: 955px;
	vertical-align: bottom;
	margin: auto;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 55px;
	top: 10px;
}
#mainContent {
	height: 555px;
	width: 955px;
	margin: auto;
	background-image: url(../images/background.jpg);
	position: relative;
}
#navBar {
	width: 175px;
	position: absolute;
	left: 139px;
	background-color: transparent;
	text-align: center;
	height: 545px;
}
#mainContent #navBar img {
	margin-top: 15px;
}

#mainContent #navBar #company {
	margin-top: 60px;
}
#content {
	position:absolute;
	left:447px;
	top:70px;
	width:450px;
	height:440px;
	z-index:1;
}


#footer {
	text-align: center;
	height: 35px;
	font-size: 0.6em;
	color: #333;
	width: 955px;
	margin: auto;
}
#footer table tr td {
	text-align: right;
	padding-right: 15px;
}
#footer table tr td.left{
	text-align: left;
}
