/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CCCCFF;
}
a:visited {
	color: #CCCCEE;
}
body {
	background:#01001d url(sysImages/leftFilm.jpg) repeat-y left top;
	color: white;
}
/*********************WRAPPER****/
#wrapper{
	margin-left: 176px;
	background: #01001d;
	margin-bottom:-52px;
	min-height:100%
}
/*********************HEADER****/
#header{
	position:absolute;
	top:4px;
	left:12px;
	height: 259px;
	border-top:1px solid #000;
	overflow:hidden;
	margin-left: 180px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p{padding:3px}
#footer {
	clear:both;
	height:10px;
	text-align:center;
	position:relative;
	margin-left: 150px;
}
#clearH{height:259px;}/*needed to make room for header*/
#clearF{clear:both;height:10px;}/*needed to make room for footer*/
* > html #clearF {float:left;width:100%;}/* ie mac styles */

#mainBody {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: white;

}
#mainBody img{
	float: right;
}
#mainBody #editable{
	clear: both;
	width: 90%;
	padding: 30px;
	color: black;
	background: url(sysImages/leftGradiant.jpg) left repeat-y white;
	border-top: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	padding-left: 40px;
}
