@charset "utf-8";

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images/);
	background-repeat: repeat-x;
	background-position: center top;
}


/* Structural Containers */
#wrapper {
	text-align: left;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#home-top-space {
	text-align: left;
	width: 991px;
	height: 449px;
	background-attachment: scroll;
	background-image: url(images/Full-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#sub-top-space {
	text-align: left;
	width: 991px;
	height: 355px;
	background-attachment: scroll;
	background-image: url(images/Sub-Full-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#sub-mid-space {
	text-align: left;
	width: 957px;
	background-color: #f8f0e0;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dcb76a;
	border-bottom-color: #dcb76a;
	border-left-color: #dcb76a;
	margin-left: 13px;
	padding-bottom: 15px;
	padding-top: 15px;

}

#bottom-space {
	text-align: left;
	width: 991px;
	height: 223px;
	background-attachment: scroll;
	background-image: url(images/Full-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav {
	text-align: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	padding-top: 75px;
	padding-bottom: 14px;
}
#nav a {
	font-size: 17px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	font-family: Helvetica, Arial, "Lucida Sans", "Trebuchet MS", Verdana;
	font-weight: bold;
}
#nav a:hover {
	color: #E8A35E;
	text-decoration: none;
}



#header {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	margin-top: 5px; background-color:#999999;
}

#main-content {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	overflow: hidden;
}




#footer {
	color: #A34A0E;
	font-size: 11px;
	height: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	width: 991px;
	font-family: Helvetica, Arial, "Lucida Sans", "Trebuchet MS", Verdana;
}
#footer a {
	font-size: 11px;
	font-style: normal;
	color: #A2480C;
	text-decoration: none;
	font-family: Helvetica, Arial, "Lucida Sans", "Trebuchet MS", Verdana;
}
#footer a:hover {
	color: #74501f;
	text-decoration: underline;
}







a {
	color: #DF6506;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	color: #74501f;
	font-family: Helvetica, Arial, "Lucida Sans", "Trebuchet MS", Verdana;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #A24A0D;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #AD372D;
	text-transform: uppercase;
	line-height: 16px;
}

#bottom-space p {
	color: #FFF;
}
#bottom-space a {
	color: #CC6;
	text-decoration: underline;
}
#bottom-space a:hover {
	color: #FFF;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0C1B1C;
	line-height: 16px;
}
h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0C1B1C;
}
.quotations-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #2A87AB;
}
.quotations-brown {
	font-size: 17px;
	line-height: 23px;
	font-weight: bold; text-transform:uppercase;
	text-decoration: none;
	color: #74501f;
}
.quotations-song {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #40250B;
}


input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #333300;
	text-decoration: none;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333300;
	text-decoration: none;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333300;
	text-decoration: none;
}

.sub-img-border {
	border: 4px solid #FFFFFF;
}
.table-left-bdr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DED2AC;
}

