/* CSS Document - Written By Joseph Dudley for www.greatstbarts.com*/
body{
	max-width:1200px;
	min-width:450px;
}
#nav {
	display: none;
}
#header{
	width:100%;
	height:123px;
	overflow:hidden;
}
#pagetitle{
	padding-bottom:5px;
}
#content, #sidebar, #pagetitle{
	margin-top:5px;
	text-align:justify;
}
#content{
	width:65%;
	float:left;
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid #DCD7D3;
}
#button{
	text-align:center;
}

/*Text*/
h1, h2, h3, th, .standardtext, .button, .credits { /* Sets standard font and text colour */
	font-family:"Palatino Linotype", "Book Antiqua", "Times New Roman", "Californian FB", serif;
	color:#000;
}
h1 { /* Site name header */
	color:#000;
	font-size:24px;
	font-weight:normal;
	padding:30px 0 55px 0;
	line-height:20px;
	float:left;
	margin:0;
}
h2 { /* Page name header */
	font-size:20px;
	display:inline; 
}
h3 { /* Sub-header*/ 
	display:inline;
}
h3, th { /* Sub-header and table header*/
	font-size:16px;
	text-align:left;
}
h3 a, .standardtext a { /* Links are highlighted in blue*/
	color:#00F;
}

.standardtext { /* Normal text */
	font-size:13px;
}

.button{
	display: none;
}
/*Credits*/
#credits{
	float:left;
}
.credits, .credits a{
	font-size:11px;
	color:#000;
	width:100%;
	text-align:right;
}

/*Images*/
img{ /*Gets rid of image-link borders*/
	border-style:none;
}
.headerimg { /*Three images in top right corner*/
	display:none;
}
.img_left, .img_right{
	padding-top:5px;
}
.img_left, .logo{ /*Aligns images left*/
	float:left;
	padding-right:5px;
}
.img_right { /*Aligns images right*/
	float:right;
	padding-left:5px;
}

.news{
	padding:0 0 20px 0;
}
.news p{
	margin:0;
}
.news h3{
	margin:0;
}

.th-s{font-weight:bold;}
.th-s, .th-s+td, .th-s+td+td{
	border-top:1px solid #333;
	vertical-align:top;
}
