#Layer1 {
	float: right;
 	margin: 10px 65px 10px 10px;
	width:241px;
	height:64px;
	z-index:1;
}

body {

	margin: 0;
	padding: 0;
	color: white;
	background: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

h1 {
	/*18px*/
	font-size:138.5%;  
}
h2 {
	/*16px*/
	font-size:123.1%; 
}
h3 {
	/*14px*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

em {
	font-style:italic;
}


ul li {
	list-style: none;
	float: left;
	padding-right: 40px;
}

th,td {
	border:1px solid #000;
	padding:.5em;
}

th {
	font-weight:bold;
	text-align:center;
}


p,fieldset,table,pre {
	margin-bottom:1em;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

#Wrapper {
	width: 764px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

#topWrapper {
	width: 764px;	
	height: 131px;
	background: black no-repeat url(mock/images/topshbg.gif) bottom;
	vertical-align: bottom
	}

#tpContent {
	padding-top: 90px;
	font-size: 11px;
	}	
	
#contentWrapper {
	background: #000000;
	height: 400px;
	width: 764px;
	}

#ftWrapper {
	height: 169px;
	background: black repeat-x url(mock/images/botshbg.gif) top;
	width: 764px;
	clear: both;
	padding-top: 20px;
	}	

#ftContent {
	margin-left: 450px;
	font-size: 11px;
	}	
