@charset "UTF-8";
body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

#container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 400px;
	background: #000000;
	margin: 100px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:5px;
	text-align: right; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	width:905px;
	height: 360px;
	padding:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	line-height:1.4em;
}

#right {
	width:450px;
	height:360px;
	padding:0;
	margin:0;
	float:right;
}

#right_clients {
	width:450px;
	height:360px;
	padding:0;
	margin:0;
	float:right;
	background:url('../_imgs/grey.gif') center no-repeat;
}


#left_home {
	width:450px;
	height:360px;
	padding:0;
	margin:0;
	float:left;
	background:url('../_imgs/home.gif') center no-repeat;
}

#left {
	width:450px;
	height:360px;
	padding:0;
	margin:0;
	float:left;
}

#nav {
	width:400px;
	height:14px;
	text-align:center;
	z-index:100;
	margin:280px auto 0 auto;
}

#nav ul {
	list-style-type: none;
	list-style-image:none;
	display:inline;
	height:14px;
	margin:0 0 0 0;
}

#nav li {
	list-style-image:none;
	list-style-type: none;
	display:inline;
	margin: 0;
	padding: 0 50px 0 0;
	line-height:14px;
}

a {
	color:#e8a9a9;
	text-decoration:none;
}

a:hover {
	color:#fbcccc;
	text-decoration:none;
}

.foot a {
	color:#ffffff;
	text-decoration:none;
	text-align:right;
}

.foot a:hover {
	color:#e8a9a9;
	text-decoration:none;
	text-align:right;
}

.clients {
	text-align:center;
	line-height:16px;
	font-size:1.1em;
}

.left {
	text-align:left;
}	