/* This style sheet contains all formatting for shepherdsgaze.com */
/* Styles created and Copyright 2006 Michael Metheny. */
/* Feel free to learn, but please don't swipe my stuff. */

body {
	background-color: #000000;
	color: #a6a6a6;
	margin: 0;
	padding: 0;
	font-family: Cambria, Verdana, Arial, sans-serif;
	font-size: 1em;
}

#frame {
	text-align: left;
	margin: 0 25px 25px 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	width: 518px;
	height: 110px;
	background-image: url(../images/header.png);
}
#header h1 { display: none; }
#header h2 { display: none; }

#nav {
	margin: 0;
	padding: 0;
	color: #a6a6a6;
	width: 190px;
	height: 500px;
	font-weight: bold;
}

#main_links {
	width: 190px; height: 400px;
	background: url(../images/links1.png) no-repeat;
	margin: 0; padding: 0;
	position: relative;
}
#main_links li {
	margin: 0; padding: 0; list-style: none; position: absolute;}
#main_links li, #main_links a {
	width: 190px; display: block;
}

#panel1b {top: 14px; height: 37px;}
	#panel1b a { height: 37px; }
#panel2b {top: 51px; height: 42px;}
	#panel2b a { height: 42px; }
#panel3b {top: 93px; height: 39px;}
	#panel3b a { height: 39px; }
#panel4b {top: 132px; height: 36px;}
	#panel4b a { height: 36px; }
#panel5b {top: 168px; height: 40px;}
	#panel5b a { height: 40px; }

#panel1b a:hover {
	background: transparent url(../images/links1.png)
	-196px -14px no-repeat;}
#panel2b a:hover {
	background: transparent url(../images/links1.png)
	-196px -51px no-repeat;}
#panel3b a:hover {
	background: transparent url(../images/links1.png)
	-196px -93px no-repeat;}
#panel4b a:hover {
	background: transparent url(../images/links1.png)
	-196px -132px no-repeat;}
#panel5b a:hover {
	background: transparent url(../images/links1.png)
	-196px -168px no-repeat;}


#main {
	text-align: left;
	margin: -500px 10px 10px 200px;
	width: 600px;
}

.left_big {
	border: 1px solid #00ffff;
	width: 800px;
}

#footer {
	text-align: center;
	margin-left: 190px;
	width: 600px;
	font-size: 0.9em;
	color: #a6a6a6;
}

p { text-indent: 25px; }

h4 { margin: 10px 0 0 0; }


#monoSlideshow { width: 500px; margin: 0; padding: 0; border: 5px solid white; }