body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}

/* body { background: #e7e9eb url(/images/header_bg.jpg) center top no-repeat; line-height: 21px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #434343; text-shadow: 1px 1px 1px #fff; min-height: 25px; } */
body { background: #d6d6d6 url(/images/top-bg.jpg) center top no-repeat; line-height: 21px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #434343; text-shadow: 1px 1px 1px #fff; min-height: 25px; }

img
{
	border: 0px;
}

#photo
{
	background: url('/images/john_brunswick.png') no-repeat;
	width: 900px;
	height: 104px;
	margin-top: 20px;
	margin-bottom: -50px;
	margin-left: 10px;
}

.excerpt
{
	padding-top: 10px;
}

blockquote
{
	padding-left: 230px;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #FF0000;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
	 margin-right: 250px;
     padding-top: 25px;
     font-size: 700%;
     color: #FF0000;
 }

#photo h1
{
/*	background: url('/images/ast.png') no-repeat 100px; */
	text-indent:85px;
	color: #555;
	text-shadow:0px 0px 2px #99ccff;
	padding-top: 18px;
	padding-left: 15px;
}

h2
{
	color: #111;
	margin-top: -1px;
}

a {
	color:#ff0000;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:none;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	
	/* Center within page */
	width: 900px ;
  	margin-left: auto ;
  	margin-right: auto;
	padding-bottom: 65px;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 0 90px;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#555;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	font-size: 12pt;
	padding: 12px 16px 10px 16px;
}
#header ul li a:hover {
	color:#333;

	display:block;
	float:left;
	margin:0 0 0 1px;
	text-align:center;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	font-size: 12pt;

	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #efefef;
	padding: 11px 15px 9px 15px;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#333;
	font-weight:bold;
	
	/* background: url('/images/greyGradient2.jpg') repeat-x; */
	background: #fff;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #efefef;
	padding: 11px 14px 9px 14px;
}
#header ul li a span {
	display:block;
}

#header ul li a.imagelink
{
	border: 0px;
	padding: 0 0 0 5px;
	margin: 0px;
	background: none;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	background-color: #f4f4f4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #efefef;
	padding: 10px;
	
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	overflow:hidden;		/* This chops off any overhanging divs */
	
	/* Center within page */
	width: 900px ;
  	margin-left: auto ;
  	margin-right: auto ;
 
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

ul {
	list-style: none;	
}

/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:33%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:32%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:33%;			/* width of center column content (column width minus padding on either side) */
	left:98%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:33%;			/* Width of left column content (column width minus padding on either side) */
	left:30%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:33%;			/* Width of right column content (column width minus padding on either side) */
	left:64%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;

	/* Center within page */
	width: 900px ;
  	margin-left: auto ;
  	margin-right: auto ;
}
#footer p {
	padding:10px;
	margin:0;
}

.article
{
	padding-bottom: 10px;
}

.articletitle
{
	font-weight: bold;
}

.subhead
{
	color: #999;
	font-style: italic;
}

.bloghead
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-shadow:0px 0px 2px #99ccff;
}

.bloghead a
{
	color: #000000;
}

.bloghead img
{
	vertical-align: bottom;
	padding-right: 2px;
	margin-top: -2px;
}

.introtext
{
	padding: 10px;
	color: #000;
}

.nav
{
	padding-right: 200px;
}
