/* CSS Document */

body {
	/*padding-top:30px;*/
	margin:0px;
	margin-top:10px;
	background:url('../images/background.jpg') repeat;
	color:#757575;
	border-collapse:collapse;
	font-family:Arial;
	}

a, a img {
	text-decoration:none;
	border:0;
	color:#000000;
	color:#686868;
	}

#content {
	width:990px;
	height:550px;
	margin:auto;
	}
#body {
	width:990px;
	}

.column-left {
	float:left;
	width:300px;
	margin-left:10px;
	}
.column-right {
	float:left;
	width:630px;
	margin-top:5px;
	margin-left:40px;
	text-align:center;
	}

.left-menu-cell-pgo {
	width:250px;
	border:5px solid #fbd832;
	margin-top:20px;
	}
.left-menu-cell-mz {
	width:250px;
	border:5px solid #009e54;
	margin-top:20px;
	}
.left-menu-cell-hooper {
	width:250px;
	border:5px solid #e98c2d;
	margin-top:20px;
	}
.left-menu-cell-chriscraft {
	width:250px;
	border:5px solid #005ad3;
	margin-top:20px;
	}
	
.column-right-cells {
	display:block;
	width:310px;
	height:207px;
	float:left;
	}
.espace-pro {
	height:150px;
	position:relative;
	top:30px;
	}
.espace-pro-title {
	float:left;
	width:630px;
	height:20px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	background:url('../images/espaceProTitle.gif');
	}
.espace-pro-form {
	padding-top:10px;
	padding-bottom:10px;
	background:black;
	float:left;
	width:625px;
	/*text-align:left;*/
	text-align:center;
	/*padding-left:115px;*/
	border-left:2px solid #1c1c1c;
	border-right:3px solid #1c1c1c;
	}
.espace-pro-form-cell {
	padding-left:30px;
	width:150px;
	float:left;
	}
.espace-pro-footer {
	width:630px;
	float:left;
	height:20px;
	background:url('../images/espaceProFooter.gif');
	}

.arrow {
	position:relative;
	top:2px;
	margin-right:5px;
	}
.title {
	font-size:18px;
	}
.LoginButton {
	border:none;
	text-decoration:none;
	background:url('../images/LoginButton.gif');
	color:#cccccc;
	width:113px;
	height:30px;
	position:relative;
	left:20px;
	bottom:15px;
	}
.LoginButton:hover {
	background:url('../images/LoginButtonOver.gif');
	cursor:pointer;
	}
