body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background: url(../images/gradient.png) repeat-x;
	}

a {
	color: #39518d;
	text-decoration: underline;
	}

a:visited {
	color: #587cd8;
	}

a:hover {
	color: #73111b;
	text-decoration: underline;
	}

a:active {}

.spacedown30 {
	margin-bottom: 30px;
	}

h1 {
	text-transform:uppercase;
	background-color: #34465a;
	padding: 3px;
	margin: 0px;
	color: white;
	font: italic 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	}

h2 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	}

h3 {
	font-size: 11px;
	color: #33465a;
	}

h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 200px;
	text-decoration: underline;
	}

h5 {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 5px;
	text-decoration: none;
	font: 9px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #cbcbcb;
	}

#container {
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #000;
	color: #545352;
	box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	-moz-box-shadow: 5px 5px 10px #888;
	}

#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
	}

#content {
	background-color: #fff;
	min-height: 620px;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
	background-image: url(../images/bglogo_solid.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

pre, p {
	padding: 5px 10px;
	margin:0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}

pre.log {
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: lowercase;
	font-size: 14px;
	}

pre.sublog {
	letter-spacing: 2px;
	font-size: 10px;
	color: #cbcbcb;
	margin-bottom: 20px;
	}

img {
	border: none;
	}
	
img.ban {
	display: block;
	}

table {
	width: 95%; /* ie6 will align the table under #left if height is 100% */
	margin: 0;
	padding-left: 5px;
	}

table td {
	width: 50%;
	padding-bottom: 20px;
	}

#left {
	float: left;
	width: 200px;
	min-height: 600px;
	/*height:expression(this.scrollHeight > 620 ? "auto" : "620px");*/ 
	}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

#centered {
	text-align: center;
	color: #7d7d7b;
	}

.startquote {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
	float: left;
	}

.endquote {
	margin-bottom: -7px;
	margin-top: 0px;
	}

.floatright {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	float: right;
	}

.spreadtext {
	text-align: justify;
	}
	
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
