@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #373737;
	margin: 0px;
	}
	
#container {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 514px;
	margin-top: -257px;  /* half of height */
	}
	
#strap {
	position: relative;
	width: 100%;
	height: 449px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(strap.gif);
	background-repeat: repeat-x;
	}
	
#box {
	width: 490px;
	height: 449px;
	top: 0;
	right: 0;
	margin: 0 auto;
	}
	
#mast {
	width: 478px;
	height: 27px;
	padding-top: 57px;
	padding-right: 12px;
	line-height: 12px;
	background-image: url(mast-splat.png);
	background-repeat: no-repeat;
	text-align: right;
	}
	
#lfr {
	float: left;
	width: 133px;
	height: 296px;
	line-height: 20px;
	border-left: 1px solid #4f4f4f;
	background-image: url(../lfrbg.gif);
	}
	
#rfr {
	float: right;
	width: 354px;
	height: 296px;
	line-height: 12px;
	border-right: 1px solid #4f4f4f;
	background-image: url(../rfrbg.gif);
	}
	
.scroll-pane {
	float: right;
	overflow: auto;
	height: 296px;
	width: 354px;
	}
	
.pad {
	padding: 15px;
	}
	
#foot {
	width: 491px;
	height: 67px;
	background-image: url(foot-splat.png);
	background-repeat: no-repeat;
	clear: both;
	}
	
.clearer {
	clear: both;
	}

div.pad hr {
	display: none;
	}

div#mast h1 {
	display: none;
	}

div#mast h2 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 13px;
	color: #ffffff;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #797979;
	line-height: 15px;
	margin: 0;
	margin-bottom: 8px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #797979;
	margin: 0;
	margin-bottom: 18px;
	}
p A:link , p A:visited , p A:active {
	color: #797979;
	text-decoration: none;
	border-bottom: 1px dotted #acacac;
	}
p A:hover {
	color: #4f4f4f;
	border-bottom: 1px dotted #4f4f4f;
	}
p.indent {
	padding-left: 10px;
	}
p.lindent {
	padding-left: 10px;
	border-left: 2px solid #797979;
	}
p.nobtm {
	margin-bottom: 0px;
	}

.nav {
	padding-left: 0px;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #4f4f4f;
	}
.nav li A:link , .nav li A:visited , .nav li A:active {
	list-style: none;
	margin: 0px;
	padding: 5px;
	color: #4f4f4f;
	text-decoration: none;
	}
.nav li A:hover {
	color: #e70078;
	text-decoration: none;
	padding: 4px;
	border-left: 1px solid #e70078;
	}
	
.mast {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	}
	
img.phtn { 
	float: left;
	width: 48px;
	height:48px;
	margin: 0px 4px 4px 0px;
	border: 1px Solid #797979;
	}
	
img.webtn { 
	float: left;
	width: 72px;
	height:72px;
	margin: 4px 4px 24px 0px;
	border: 1px Solid #797979;
	}
	
img.webindtn { 
	float: left;
	width: 72px;
	height:72px;
	margin: 0px 4px 4px 0px;
	border: 1px Solid #797979;
	}

img.profile { 
	float: right;
	width: 100px;
	height:100px;
	margin: 0px 0px 8px 8px;
	border: 1px Solid #797979;
	}
	
img.styswitch { 
	width: 12px;
	height:12px;
	margin-left: 2px;
	margin-top: 2px;
	border: 0px;
	}