@charset "utf-8";
/* CSS Document */
body {
	background: #000000;
	color: #cccccc;
	font-family: Georgia;
	font-size: 13px;
}
h1 {
	font-family: Georgia;
	font-size: 25px;
	color: #cccccc;
	padding-bottom: 20px;
	text-align: center;
}
h3 {
	font-family: Georgia;
	font-size: 15px;
	color: #cccccc;
}
p {
	padding: 8px 0 8px 0;
}
img.display {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
object.display {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#list li {
	margin: 8px 0 8px 0;
}
#page-container {
	width: 100%;
	margin: 0 auto;
}
#navigation {
	width: 100%;
	height: 30px;
	margin-top: 5px;
	background-color: #ffffff;
}
#navigation li {
	float: left;
	margin-left: 100px;
	margin-top: 5px;
}
#navigation a {
	color: #999999;
	text-decoration: none;
	font-family: Georgia;
	font-size: 18px;	
}
#content {
	margin: 0 auto;
	width: 900px;
	padding: 10px;
	margin-top: 50px;
	text-align: justify;
}
br.clearFloat {
	clear: both;
}
#center-col {
	width: 900px;
	margin: 0 auto;
}
div.marques {
  float: left;
  width: 120px;
  height: 150px;
  padding: 10px 50px 10px 50px;
 
}
.homeRow {
	height: 140px;
	width: 100px;
	float: left;
	margin-left: 12px;
	position: relative;
	text-decoration: none;	
}
.homeRow span {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 0px;
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	font-family: Georgia;
	font-size: 12px;
	top: 8px;
	text-decoration: none;
}
.homeRow a {
	text-decoration: none;
}
#space {
	padding-top: 200px;
}
.tagline {
	bottom:16px;
	position:relative;
	text-align:center;
}