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

/*GLOBAL*/

html {
	}
		
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
	color: rgb(75, 72, 62);
	}
					
body {
	background: rgb(6, 6, 6) url(../images/paintbgweb2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: auto;
	margin-top: 0px;
	}
	
#container {
	width: 798px;
	background-color: rgb(220, 220, 200);
	margin-left: 103px;
	margin-bottom: 30px;
	margin-top: 0px;
	}
	
#clear {
  clear: both;
  }
	
/*HEADER + BACKGROUND*/

#silas {
	}
				
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 571px;
	height: 184px;
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#header_wrapper {
	height: 260px;
	background-color: #000;
	position: relative;
	}
	
/*LINKS*/	

#schedule a {
	color: rgb(154, 94, 38);
	text-decoration: none;
	background: #CCCCCC;
	border-bottom: 1px dotted #333333;
	}
					
/*SCHEDULE OF EVENTS*/

#schedule {
	background-color: rgb(220, 220, 200);
	width: 230px;
	float: left;
	text-align: left;
	line-height: 90%;
	border-right: 1px dotted rgb(75, 72, 62);
	border-bottom: none;
	border-top: none;
	border-left: none;
	}
		
#scontainer {
	width: 230px;
	background-color: rgb(175, 175, 146);
	}
		
#schedule p {
	color: rgb(75, 72, 62);
	margin: 8px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	}
	
#schedule h3 {
	color: rgb(75, 72, 62);
	font-weight: normal;
	font-family: Rockwell Std, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 8px;
	padding-top: 15px;
	}
	
#schedule hr {
	margin-left: 8px;
	margin-top: -8px;
	border-top: 1px dotted #333333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}
		
#schedule h2 {
	font-family: Rockwell Std, Arial, Helvetica, sans-serif;
	color: rgb(75, 72, 62);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 0px;
	}
	
/*NAVBAR + BUTTONS*/

#navbar {
	background-color: rgb(175, 175, 146);
	right: 0px;
	top: 183px;
	width: 570px;
	height: 72px;
	position: absolute;
	text-align: left;
	line-height: 1.10em;
	overflow: visible;
	}
	
#navbar img {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: -3px;
	}
											
/*CONTENT*/

#content {
background-color: rgb(220, 220, 200);
width: 560px;
margin-left: 230px;
margin-top: 0;
border-bottom: none;
border-top: 1px dashed rgb(220, 220, 200);
border-right: none;
border-left: 1px dotted rgb(75, 72, 62);
padding-bottom: 20px;
 	}
	
#content img {
	border: none;
	}
	
#content h2 {
	font-family: Rockwell Std, Arial, Helvetica, sans-serif;
	color: rgb(75, 72, 62);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin-top: 17px;
	left: 10px;
	text-indent: 28px;
	}
	
/*USE .bulk TO FORMAT CONTENT*/

.bulk p {
	text-indent: 16px;
	left: 10px;
	margin: 28px;
	}
	
.bulk p a {
	color: rgb(154, 94, 38);
	text-decoration: none;
	background: #CCCCCC;
	border-bottom: 1px dotted #333333;
	}
		
#content hr {
	position: relative;
	width: 500px;
	border-top: 1px dotted #333333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear: both;
	margin-top: 40px;
	margin-bottom: 30px;
	}
	
#content .books {
	width: 142px;
	margin-left: 45px;
	margin-right: 0px;
	font-size: 12px;
	text-align: center;
	float: left;
	clear: both;
	}
			
#content .description {
	background-color: rgb(175, 175, 146);
	text-align: left;
	display: block;
	width: 270px;
	margin-left: 240px;
	padding: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

	
	
	
	
	
		