body{
	font-family: Century Gothic, Arial;
	background: url('/images/bg_fill.gif') top left repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
}
.index_right p{
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
.index_left p{
	
}
div#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	text-align: left; 
}
#content{
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	border-top: 2px double #160f38;
}
#logo{
	display: block;
}
#navigation a:visited, #navigation a:link, #navigation a:active{
	color: #160f38;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	background: url('/images/nav_up.gif') 0px 2px no-repeat;
	padding: 2px 0px 5px 20px;
	margin-right: 18px;
}
#navigation a:hover{
	background: url('/images/nav_down.gif') 0px 2px no-repeat;
	text-decoration: underline;
}
.right{float: right;}
.left{float: left;}
.clear{clear: both;}

#upcoming{ position:relative; }
#upcoming img{ position: absolute; top: 7px; _top: 8px; right: 5px; _right: 9px; border: none; }

/* Index */
.index_left{
	width: 450px;
	font-size: 14px;
}
.index_right{
	width: 300px;
	font-size: 12px;
}


.article, .scan{
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	border: 1px solid #D8D2F3;
}
.article_body{
  padding: 5px;
}

.scan .image{ text-align: center; }
.scan .image img{
	padding: 2px;
	margin: 5px;
	border: 1px solid black;
}

.index_right h1, .index_left h1{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-size: 16px;
	color: white;
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 0px 0px;
	background: url('/images/h1_dot.gif') 3px 7px no-repeat;
	background-color: #160f38;
	border: 2px solid white;
}

.index_right h2, .index_left h2{
    padding: 0px; margin: 0px;
    font-weight: bold;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	background: #D8D2F3;
}

.index_right a:visited, .index_right a:link, .index_right a:active{
	color: #160f38;
	text-decoration: none;
	font-weight: bold;
}
.index_right a:hover{
    font-weight: bold;
	text-decoration: underline;
}

.code{
	background-color: #EEE;
	padding: 15px;
	border: 1px solid #E6E6E6;
	font-family: courier;
}

/* Footer */
.footer{
	padding: 15px;
	text-align: center;
	font-size: 12px;
}
