/* ~~~ GENERAL PROPERTIES ~~~ */
body  { 
    margin-top: 5px;
	font-family: 'Rosario', sans-serif;
	text-align: center;
}

/* ~~~ TEXT PROPERTIES ~~~ */
h1 {
	font-family: 'Trade Winds', cursive;
	font-size: 50px;
	margin: 10px 0 0 30px;
}
h2 {
	font-family: 'Playfair Display SC', serif;
	font-size: 20px;
	margin: -13px 0 0 40px;
}
h3 {
	font-family: 'Rosario', sans-serif;
	font-size: 20px;
	font-weight: normal;
}
p {
	font-size: 16px;
	padding: 10px;
}
/* ~~~ CLASS PROPERTIES ~~~ */
.index{
	text-align: left;
	padding: 0;
	margin-left: 30px;
}
.writing_title {
	padding-left: 10px;
	margin: 5px 0 -5px 0;
}
.quotation {
	float: left;
	width: 350px;
	font-family: 'Playfair Display SC', serif;
	font-size: 15px;	
}
.bylaws {
	padding-bottom: 5px;
}
.terms_conditions{
	text-decoration:underline;
}
.img_div {
    float: left;
	padding-left: 20px;
}
.img_text {
	margin-top: -5px;
	margin-left: -10px;
	text-align: center;
	width: 100px;
}
.current_page {
	background: #f2f2f2;
	color: #800000;
	text-decoration: none;
	padding: 0 10px;
	margin-left: -10px;
}
/* ~~~ DIV PROPERTIES ~~~ */
/*---INDEX---*/
#index_background {
	background: url(../images/background_index.png);
	height: 770px;
}
#index_content {
	width: auto;
	margin-left: 340px;
	padding-right: 20px;
	float: left;
}
/*---LOCATION---*/
#location_background {
	background: url(../images/background_location.png);
	height: 850px;
}
#location_map {
	float: left;
	margin-top: 20px;
	width: 490px;
	text-align: right;
}
#location_content {
	float: left;
	margin-top: -10px;
	width: 410px;
	padding-left: 10px;
}
#location_content h3:first-letter {
	font-family: 'Playfair Display SC', serif;
	color: green;
	font-size: 25px;
}
/*---JOIN US---*/
#join_us_background {
	background: url(../images/background_join_us.png);
	height: 850px;
}
#join_us_content1 {
	float: left;
	width: 560px;
	margin-top: -5px;
	padding-left: 20px;
	padding-right: 20px;
}
#join_us_content1 h3:first-letter {
	font-family: 'Playfair Display SC', serif;
	color: green;
	font-size: 25px;
}
#join_us_garden_layout {
	float: right;
	padding-right: 40px;
	margin-top: -5px;
}
#join_us_content2 {
	float: left;
	width: 320px;
	margin-top: -5px;
	padding-left: 20px;
}
/*---THE RULES---*/
#the_rules_background {
	background: url(../images/background_the_rules.png);
	height: auto;
}
#the_rules_content {
	float: left;
	width: 660px;
	margin-left: 260px;
	padding: 5px 20px;
}
#the_rules_content h3:first-letter {
	font-family: 'Playfair Display SC', serif;
	color: green;
	font-size: 25px;
}
/*---SHOWING OFF---*/
#showing_off_background {
	background: url(../images/background_showing_off.png);
	height: 770px;
}
#showing_off_content {
	float: left;
	padding-top: 10px;
	}
/*---GREAT LINKS---*/
#great_links_background {
	background: url(../images/background_great_links.png);
	height: 950px;
}
#great_links_column1 {
	width: 340px;
	margin-top: 235px;
	padding-left: 30px;
}
#great_links_column2 {
	width: 340px;
	float: right;
	margin-top:0;
	margin-right: 229px;
	padding-left: 15px;
}
#great_links_column1 h3,#great_links_column2 h3 {
	padding-top: 10px;
}
#great_links_column1 h3:first-letter,#great_links_column2 h3:first-letter  {
	font-family: 'Playfair Display SC', serif;
	color: green;
	font-size: 25px;
}
#great_links_column1 p,#great_links_column2 p {
	margin: 0;
	padding: 3px 0 0 10px;
}
#great_links_footer {
	position: absolute;
	width: 170px;
	margin-top: -150px;
	margin-left:780px;
	text-align: right;
}
/*---TIPS---*/
#tips_background {
	background: url(../images/background_tips.png);
	height: 337px;
	margin-top: -10px;
}
#tips_intro {
	width: 180px;
	height: auto;
	float: right;
	margin: 14px 14px 14px 26px;
	text-align: center;
	border: 5px outset #c8d282;
	background: #e6e6e6;
}
#tips_intro p {
	font-size: 18px;
}
/*---BOOKS---*/
#books_background {
	background: url(../images/background_books.png);
	height: 350px;
	margin-top: -10px;
}
#books_intro {
	width: 310px;
	height: auto;
	float: right;
	margin: 14px 14px 14px 26px;
	padding-left: 15px;
	padding-bottom: 20px;
	text-align: left;
	border: 5px outset #6f2f0e;
	background: #dae5b3;
}
#books_intro p {
	color: #1b4e01;
	margin-left: -9px;
	margin-bottom: -8px;
}
#books_intro ul {
	padding-left: 15px;
	list-style-type: disc;
}
#books_intro li {
	font-size: 15px;
	padding-bottom: 5px;
	}
.books_content {
	margin: 20px 20px 0 20px;
	padding: 0px 15px 20px 0px;
	border: 2px solid #ffcd00;
	background: white;
}
.books_content ul {
	padding-left: 20px;
}
.books_content li {
	padding: 2px 0 1px 0;
	list-style-type: none;
}
.books_date {
	margin-left: 0px;
	font-family: 'Playfair Display SC', serif;
	font-size: 28px;
	color: red;
	margin-top: -10px;
	margin-bottom: -10px;
}
.book_link{
	float: right;
	padding: 0 0 0 15px;
	text-align: right;
}
.book_picture {
	float: left;
	margin: 5px 20px 5px 20px;
}
li.book_title {
	text-transform: uppercase;
	font-weight: bold;
	color: #008000;
	text-decoration: underline;
}
li.book_subtitle {
	font-weight: bold;
	color: #008000;
	margin-top: -2px;
}
ul.book_body {
	margin-right: 50px;
	text-transform: none;
	font-weight: normal;
	color: black;
	padding-bottom: 10px;
}
li.book_write-up {
	margin: 5px 0 0 150px;
}
/*---HISTORY---*/
#history_background {
	height: 345px;
	}
	
/*---ANNOUNCEMENTS---*/
#announcements_background {
	background: url(../images/background_announcements.png);
	height: 345px;
	}
#announcements_index{
	width: 180px;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	text-align: center;
	border: 5px ridge #ffcd00;
	background: white;
}
#announcements_index p {
	font-size: 18px;
}
#announcements_content {
	float: left;
	width: 665px;
	margin: 20px 55px 0 30px;
}
#announcements_content p:first-letter {
	font-family: 'Playfair Display SC', serif;
	color: green;
	font-size: 25px;
}
#announcements_content ol{
	padding-left: 35px;
}
#announcements_content li{
	padding-top: 10px;
}
#announcements_content li p{
	padding-left: 15px;
}
#announcements_content p{
	padding: 0 0 0 0;
}
#announcements_footer{
	border-top: 1px solid black;
	text-align: right;
}
.previous{
	text-align: center;
	padding: 0;
}
/*---EVENTS---*/
#events_background {
	background: url(../images/background_events.png);
	height: 337px;
	margin-top: -10px;
}
.events_content {
	margin: 20px 20px 0 20px;
	padding: 10px 15px 20px 20px;
	float: left;
	border: 5px groove #ffcd00;
	background: white;
}
.events_content p {
	padding: 0;
}
.events_content p:first-letter {
	font-family: 'Playfair Display SC', serif;
	color: green;
	font-size: 25px;
}
.events_content ul {
	list-style-type: disc;
	padding-left: 30px;
}
.events_content li {
	padding: 2px 0 1px 0;
}
.events_title {
	color: #cd0000;
}
p.no_cap {
	padding-bottom:5px;
}
p.no_cap:first-letter {
	font-family: 'Rosario', sans-serif;
	color: black;
	font-size: 15px;
}
/*---ALL PAGES---*/
#main_wrapper {
	width: 960px;
	height: auto;
    position: relative;
    box-shadow: 0px 0px 20px black;
    display: inline-block;
    text-align: left;
	margin: 10px 50px 50px 50px;
}
#main_wrapperwide {
	width: 1200px;
	height: auto;
    position: relative;
    box-shadow: 0px 0px 20px black;
    display: inline-block;
    text-align: left;
	margin: 10px 50px 50px 50px;
}
#header {
	background: url(../images/header.png);
	width: 680px;
}
#paperscrap {
	width: 490px;
	height: 235px;
	background: url(../images/scrap.png);
	float: left;
}
#links {
	float: left;
	margin-top: -15px;
	padding: 0 10px 10px 20px;
	font-family: 'Playfair Display SC', serif;
	font-size: 17px;
}
#links_wide {
	margin-left: 610px;
	margin-top: -15px;
	padding: 0 10px 10px 20px;
	font-family: 'Playfair Display SC', serif;
	font-size: 17px;
}
#footer {
	margin-top: 550px;
	border-top: 1px solid black;
}
#contactinfo {
	font-size: 15px;
	width: 690px;
	padding: 0 10px;
}
#credits {
	float: left;
	width: 500px;
}