body {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#999999;	
	background-color:#1E1E1E;
	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 */
	padding:0;
	margin:0;
}
li {
	line-height:20px;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image:url(../images/header-bg.jpg);
	background-color:#1D4054;
	height:55px;
	padding: 0 9px 0 12px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logo-holder {
	float:left;
	padding-top:15px;
}
#thumbnail-holder {
	float:right;
	padding-top:9px;
}
#mainContent {
	background: #FFFFFF;
	height:510px;
	padding-top:25px;
}
#footer {
	padding: 5px 0 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#999999;
	text-align:center;
}
a.thumbnail {
	display: -moz-inline-stack;
	display:inline-block;
	margin-right:5px;
	border:2px solid #666666;
}
a:hover.thumbnail {
	border:2px solid #FFFFFF;
}
a.client {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#999999;
	text-align:center;
	text-decoration:none;
}
a:hover.client {
	color:#333333;
	text-decoration:none;
}
.thumbnail-current {
	display: -moz-inline-stack;
	display:inline-block;
	margin-right:5px;
	border:2px solid #FFFFFF;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
