/* CSS Document */

/*** General ***/
body 
{
	background:black url(images/citygreen.jpg) repeat;
	color: black;
	margin: 0px;
	text-align: center;
}

#container 
{
  position: absolute;
	background-image: url(images/paper_bg2.gif);
	margin: 0px 0px 0px -400px;
	left: 50%;
	text-align: center;
	width: 800px;
}

#container_inner 
{
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
}

#header 
{
	clear: both;
	float: none;
	height: 175px;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

#header img 
{
	height: 175px;
	width: 720px;
	border: 0px none black;
}

#smallheader 
{
	clear: both;
	float: none;
	height: 60px;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

#smallheader img 
{
	height: 38px;
	width: 720px;
	border: 0px none white;
}


#footer 
{
	clear: both;
	float: none;
	height: 160px;
	width: 720px;
}

#footer img
{
  position: absolute;
  bottom: 0px;
	height: 148px;
	width: 720px;
	border: 0px none;
}

#headline
{
	font-family: Impact, helvetica, arial, sans-serif;
	text-align: center;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;
	padding: 2px;
	text-transform: uppercase;
}

.columnist
{
  float: left;
  padding: 10px 10px 5px;
  text-align: center;
}


/* Links */
a:link, a:visited, a:hover, a:active
{
  color: black;
  text-decoration: none;
}

a.vis:link, a.vis:visited, a.vis:hover, a.vis:active
{
  color: black;
  /*text-decoration: underline;*/
  border-bottom: 1px black solid;
  font-weight: bold;
  font-style: italic;
}




/* Columns */
#columnodd, #columneven
{
  margin: 0px;
  padding: 0px;
  clear: both;
}

.columnleft
{
  clear: left;
  float: left;
	border-right: 1px solid black;
}

.columnright
{
  clear: right;
  float: left;
  margin-left: -1px;
  border-left: 1px solid black;
}

#columnodd .columnleft, #columneven .columnright
{
  width: 415px;
  padding-bottom: 10px;
}

#columnodd .columnright, #columneven .columnleft
{
  width: 300px;
  padding-bottom: 10px;
}

#singlecolumn
{
  clear: both;
  border-top: 1px solid black;
}


/* Contents */
.contents
{
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
  text-align: justify;
  border-bottom: 1px solid black;
  padding: 0px;
  margin: 0px; 
}

.columnleft .contents
{
  margin: 0px 10px 10px 2px;
}

.columnright .contents
{
  margin: 0px 2px 10px 10px;
}

#singlecolumn .contents
{
  border-bottom: 0px none black;
}

.contents p
{
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
  text-align: justify;
	line-height: 18px;
  text-indent: 2em;
  margin: 5px 0px 0px 0px;
}

p.noindent
{
  text-indent: 0px;
}

.contents h1
{
	font-family: helvetica, arial, sans-serif;
	font-weight: bolder;
	text-align: left;
  padding: 0px;
  margin: 0px 0px 10px 0px; 
	font-size: 26px; 
  text-transform: capitalize;
}

.contents h2
{
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	font-size: 22px;
  padding: 0px;
  margin: 0px 0px 5px 0px; 
  text-transform: capitalize;
}

.contents .author
{
	font-size: 18px;
	line-height: 100%;
  text-transform: capitalize;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
}

.contents img
{
  border: 0px solid black;
  margin-bottom: 10px;
}

