body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: Gray;
}
#container {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url(../images/content-tile.gif);
}
#header {
	background-image: url(../images/punk-header-bg.gif);
	height: 117px;
	width: 100%;
}

#shim {
	background-image: url(../images/topshim.gif);
	height: 5px;
	width: 100%;
}
#main {
}
#content {
	margin-left: 165px;
	width:650px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	background-color: White;
}
#content IMG.border {
	border-color: Black;
	border: 1px;
}




#banner {
	background-image: url(../images/oi-banner-bg.gif);
	height: 24px;
	width: 100%;
}
#banner ul{
	list-style-type: none;
	text-align:center;
	padding: 0;
	margin: 0;	
	margin-left: -1em;
	padding-top: 1px;
	padding-left:10px;

}

#banner li {
	display: inline;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	vertical-align:top;
}

#banner A:Link {
	text-decoration: none;
	color: White;
}
#banner A:Visited {
	text-decoration: none;
	color: White;
}
#banner A:Hover {
	color: Black;
	text-decoration: underline;
}



#footer {
	background-color: #ce2020;
	padding-top: 5px;
	height: 30px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	text-align: center;
	clear: both;
}
#footer A:Link {
	text-decoration: none;
	color: White;
}
#footer A:Visited {
	text-decoration: none;
	color: White;
}
#footer A:Hover {
	text-decoration: underline;
	color: White;
}
#banners {
	width: 100%;
	text-align: center;
	background-color: Black;
}
.headerimage {
	margin-left: auto;
	margin-right: auto;
}
.imageright {
	float: right;
	margin-left: 10px;
}

#left {
	float: left;
	width: 150px;
	padding: 5px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;

}
#left A:Link {
	text-decoration: none;
	color: White;
	font-weight: bold;
}
#left A:Visited {
	text-decoration: none;
	color: White;
	font-weight: bold;
}
#left A:Hover {
	text-decoration: underline;
	color: White;
	font-weight: bold;
}
#right{
	width: 150px;
	padding: 5px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	float: right;
}
#right A:Link {
	text-decoration: none;
	color: White;
	font-weight: bold;
}
#right A:Visited {
	text-decoration: none;
	color: White;
	font-weight: bold;
}
#right A:Hover {
	text-decoration: underline;
	color: White;
	font-weight: bold;
}
#left IMG.border {
	border-color: Black;
	border: 1px;
}
#right IMG.border {
	border-color: Black;
	border: 1px;
}