/* Global styles */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

a { color: #A46E19; text-decoration: none; }

a:hover {
	text-decoration: underline; }
	

h1 {
	font-family: Garamond;
	font-size: 1.7em;
	font-weight: bold;
	color: #1B1B1B;
	margin: 10px 5px;
	font-style: italic;
}

h2 {
	font-family: Garamond;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
}

h3 {
   font-family: Garamond;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-family: Garamond;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-family: Garamond;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

.hline {
	width: 95%;
	color: gray;
	height:1px;
}

/* Layout bells */
body.home {
	margin: 0;
	padding: 0;
	background: #000 url(graphics/grad_black_01.jpg) repeat-x;
}
#wrapper {
	background: transparent url(graphics/bgr_cowboy_04.png) no-repeat top right;
	overflow: visible;
	min-height: 600px;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	text-align: center;
}
ul#navigation {
	color: #fff;
	list-style-type: none;
	margin: 0 auto;
	width: 650px;
	font-size: 1.5em;
	font-family: "Eccentric Std", Arial, Helvetica, sans-serif;
}
ul#navigation li {
	float: left;
	padding: 1em;
}
ul#navigation li a { color:#fff; text-decoration:none; }
ul#navigation li a:hover { color: #EAD4AF; text-decoration:underline; }

#content {
	float: left;
	color: #fafaf0;
	font-size: .9em;
}

#bottom {
	margin: 10px 0px 10px 10px;
	float: left;
	color: #fafaf0;
}


/* Section-specific */
body.home #content div.main {
	margin: 0 200px;
	padding: 10px;
	/*
	color: #000;
	background-color: #fff;
    opacity: .25;               /* Standard style for transparency *
    -moz-opacity: .25;          /* Transparency for older Mozillas *
    filter: alpha(opacity=25);  /* Transparency for IE *
	 */
}

/* Design whistles */
.txt_right { text-align: right; }
.author { font-style:italic; }
