* {
	margin:0; /* zero out margin */ 
	padding:0; /* zero out padding */
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	background:#aea6dd;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-image:url(images/gradientbg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	min-width:600px;
}

#header {
	width:100%;
	padding-bottom:25px;
	margin:0;
}

* html #wrapper { 
	height: 100%; /* IE6 treats height as min-height */
}

#pageheader {
	height:30px;
	text-align:left;
}

#subheader {
	height:15px;
	text-align:left;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
}

#nav {
	float:left;
	width:275px;
	height:100%;
	margin-left:25px;
	border-right:thin;
	border-right-color:#000;
}

.navspacing {
	padding-bottom:14px;
}

.contentspacing {
	padding-left:5px;
	padding-right:5px;
	width:100%;
}

#nav a:link {
	border:none;
}

.leftdivider {
	background-image:url(images/vert-divider.jpg);
	background-repeat:repeat-y;
	padding-left:0px;
}

.rightdivider {
	background-image:url(images/vert-divider.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-right:0px;
}

#content {
	padding-top:25px;
	padding-bottom:25px;
}

#footer {
	width:100%;
	height:35px;
	padding:0;
	margin:0;
	background-image:url(http://www.johndobryant.org/images/footer.jpg);
	text-align:center;
	color:#FFF;
}

.bg {
	width: 100%;
	top: 0;
	left: 0;
	z-index:1000;
}

.caption {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link {
	color:#009;
	text-decoration:underline;
}

a:visited { 
	color:#666;
	text-decoration:underline;
	}
	
a:hover { 
	color:#FFF;
	text-decoration:underline;
	}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	padding-top:20px;
	padding-bottom:10px;
	min-height:400px;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 90px 0 440px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:265px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:265px;
	position:relative;
	left:-80px;
	overflow:hidden;
}

