
body {
	margin: 0px;
	padding: 0px;
	background-color: #E7E7E7;
	}
	
tr, td, div, p, span {
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-serif;
	}
	
#outside_container {
	width: 100%;
	height: 400px;
	background-color: #FFFFFF;
	}
	
#bodyline {
	width: 730px;
	position: absolute;
	left: 50%;
	margin-left: -365px;
	}
	
#menu {
	width: 380px;
	height: 160px;
	position: absolute;
	top: 130px;
	color: #A2A2A2;
	}
	
#inbox8logo {
	position: absolute;
	top: 100px;
	left: 381px;
	}
	
img {
	border: 0px;
	}
	
#seperator {
	width: 100%;
	height: 5px;
	background-image: url('/interface/seperator.gif');
	background-repeat: repeat-x;
	}
	
#footercontrol {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	color: #A2A2A2;
	text-align: center;
	}
	
#footerlink {
	color: #A2A2A2;
	text-decoration: none;
	}
	
#footerlink:hover {
	color: #A2A2A2;
	text-decoration: underline;
	}

#validw3c {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	margin-top: 30px;
	}
	
#grayborder {
	border: 1px solid #A2A2A2;
	}
	
#portfoliotiles {
	border: 2px solid #E7E7E7;
	}