@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #C60B45;
}

a:hover{
	color: #600;
}

#slate {
	width: 220px;
	height: 158px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/slate.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}

#layout {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
}

#picture { 
	float: left; 
	width: 400px; 
	margin: 0px; 
	padding: 0px; }

* html #picture {
	display: inline;
}


#leftcontent {
	float: left;
	width: 420px;
	background-image: url(../images/sjch_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}

* html #leftcontent {
	display: inline;
}

#rightcontent {
	float: left;
	width: 120px;
	margin: 0px;
	padding: 230px 0px 0px 30px;
}

* html #rightcontent {
	display: inline;
}

#footer {
	clear: both;
	width: 420px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 150px 30px 400px;
}

/* Navigation */

#navigation {
	width: 112px;
	line-height: normal;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	margin: 0px;
	padding: 5px 0px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #C60B45;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px;
}

#navigation a:hover {
	color: #000;
	font-weight: bold;
}

/* Takes */

#takes_home {
	width: 970px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#takes_micheal_lukehart {
	width: 970px;
	background-image: url(../images/pic_micheal_lukehart.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 0px 0px 400px;
}

#takes_brenda_mcvae {
	width: 970px;
	background-image: url(../images/pic_brenda_mcvae.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 0px 0px 400px;
}

/* Text Styles */

.pageheadings {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 34px;
	line-height: normal;
}

.headings {
	font-size: 19px;
}

.subheadings {
	font-size: 16px;
	font-weight: bold;
	color: #C60B45;
}

.subheadings a:link, .subheadings a:visited {
	color: #C60B45;
	text-decoration: none;
}

.subheadings a:hover {
	color: #000;
}

.captions {
	font-size: 10px;
}

.more a:link, a.more:link, .more a:visited, a.more:visited {
	font-size: 10px;
	font-weight: bold;
	color: #C60B45;
	text-transform: uppercase;
	text-decoration: none;
}

.more a:hover, a.more:hover {
	color: #000;
}
