html, body {
	height: 100%;
	background: URL("../images/stripes.gif") #3c3c3c;
	margin: 0;
	padding: 0;
	min-width: 960px;
	text-align: center;
	}

/*tip of the hat: http://exanimo.com/examples/css/vertical-centering-with-a-floated-shim.html */

#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -250px;
	float: left;
	}	

.darklines {
	clear: both;
	position: relative; 
	width: 100%;
	height: 32px;
	}

#darktop {
	background: URL("../images/darkstripetop.gif") repeat-x;
	}

#darkbottom {
	background: URL("../images/darkstripebottom.gif") repeat-x;
	}

.blackbars {
	position: relative; 
	width: 100%;
	height: 27px;
	background: #000;
	border-top: solid 1px #414141;
	border-bottom: solid 1px #414141;
	}

#logo {
	position: relative;
	width: 325px;
	height: 80px;
	margin: auto;
	margin-top: -28px;
	z-index: 4;
	}

#linkholder {
	position: relative; 
	width: 100%;
	height: 53px;
	background: #fff;
	z-index: 1;
	margin-top: -53px;
	overflow: hidden;
	}

#dottednav {
	position: absolute;
	top: 12px;
	width: 100%;
	height: 1.2em;
	background: #fff;
	border-top: dotted 2px #C0C0C0;
	border-bottom: dotted 2px #C0C0C0;
	z-index: 3;
	line-height: 18px;
	text-align: center;
	}

#nav {
	position: relative;
	margin: auto;
	width: 960px;
	}

.gradientleft {
	float: left;
	width: 150px;
	height: auto;
	padding-bottom: 10000px; 
	margin-bottom: -10000px; 
	overflow: hidden;
	background: URL("../images/gradientleft.gif");
	z-index: 2;
	}
	
.gradientright {
	float: right;
	width: 150px;
	height: auto;
	padding-bottom: 10000px; 
	margin-bottom: -10000px; 
	overflow: hidden;
	background: URL("../images/gradientright.gif");
	z-index: 2;
	}

#whitebox {
	position: relative;
	width: 100%;
	height: 315px;
	background: URL("../images/homecircles.gif") center bottom no-repeat #fff;
	overflow: hidden;
	}

#contentbox {
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 960px;
	}

.sidebar {
	display: block;
	float: left;
	width: 215px;
	text-align: left;
	}

#main {
	display: block;
	float: left;
	width: 524px;
	margin-left: 3px;
	margin-right: 3px;
	}
	
#main p {
	text-align: center;
	margin: auto;
	margin-top: 20px;
	width: 400px;
	font-size: 0.9em;
	}

.dottedbox {
	width: 180px; 
	height:	200px;
	border: dotted 2px #C0C0C0;
	background: #fff;
	padding: 9px;
	padding-top: 15px;
	font-size: 0.7em;
	letter-spacing: 2px;
	}

.dottedbox ul li {
	border: none;
	float: right;
	}

#rightcorner {
	float: right; 
	z-index: 2;
	margin-right: 13px;
	}

#leftcorner {
	position: absolute;
	z-index: 2;
	margin-left: 13px;
	}
	
.toleft {
	margin: 0;
	padding-top: 5px;
	padding-left: 15px;
	list-style: none;
	background: URL("../images/list/reddotleft.gif") left top no-repeat;
	}
	
#hogos img {
	margin: 5px;
	}

.newsframe{
	width: 180px;
	height: 163px;
	overflow: hidden;
	border: none;
	}

