/* CSS Document */
body {
	background-color: #858d9a;
	font-family: Arial, Helvetica, sans-serif;
	}

img {
	border: none;
	behavior: url(iepngfix.htc);
	}

a img {border:none;}
	
#container {
	background-image: url(images/splash_bkgd_sm.gif);
	background-repeat: no-repeat;
	width: 634px;
	height: 260px;
	margin: 20px auto 0 auto;
	}
	
#footer {
	width: 634px;
	height: 22px;
	color: #E8E8E8;
	font-weight:bold;
	font-size:10px;
	margin: 5px auto;
	}
	
	#footer a {
	text-decoration: none;
	color: #e8e8e8;
	}
	
	#footer a:hover {
	text-decoration: underline;
	color: #e8e8e8;
	}
	
.left {
	float: left;
	width: 634px;
	}
	
.right {
	float: right;
	}
#header {
	width: 634px;
	height: 155px;						
	}
	
#left {
	float: left;
	width: 317px;
	height: 130px;
	}
	
#right {
	float: right;
	width: 317px;
	height: 130px;
	}
	
	
#logo {
	width: 634px;
	height: 125px;
	padding: 5px 0 0 0;
	//margin: 5px auto;
	text-align: center;
	}	
	
#bullpen {
	margin: 10px 0 0 0;
	width: 280px;
	height: 104px;
	padding-left: 18px;
	}
	
	#bullpen a {
	background: url(images/bos_css.png) 0 0 no-repeat;
	float: left;
	width: 278px;
	height: 102px;
	cursor: pointer;
	display: block;
	}
	
	#bullpen a:hover {
	background-position: 0 -102px;
	}
	
	
#editspace {
	margin: 10px 0 0 0;
	width: 280px;
	height: 104px;
	padding-left: 15px;
	}
	
	#editspace a {
	background: url(images/ny_css.png) 0 0 no-repeat;
	float: right;
	width: 278px;
	height: 102px;
	cursor: pointer;
	display: block;
	}
	
	#editspace a:hover {
	background-position: 0 -102px;
	}	
