@charset "utf-8";

.round {
	clear:both;
	width:500px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	-moz-box-shadow: 2px 2px 2px #d9c7a8;
	-webkit-box-shadow: 2px 2px 2px #d9c7a8;
	box-shadow: 2px 2px 2px #d9c7a8;
	padding: 20px;
	background-attachment: scroll;
	background-repeat: repeat;
	color: #2F1702;
	/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#62350a')";


	/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#62350a');
	text-align: justify;
	background-color: #F8F1DC;
}

a:link {
	color: #739488;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}
.sidebar:link {
	color: #739488;
	text-decoration: none;
	font-weight: 400;
	font-size: 24px;
	font-family: "Special Elite";
}

a:visited {
	color: #739488;
	text-decoration: none;
}

a:hover {
	color: #592202;
	text-decoration: underline;
}

a:active {
	color: #739488;
	text-decoration: none;
}

.heading1 {
	font-family: "Special Elite";
	font-size: 24px;
	font-weight: normal;
	color: #894812;
	text-transform: capitalize;
	line-height: 30px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.heading2 {
	font-family: "Special Elite";
	font-size: 20px;
	font-weight: normal;
	color: #739488;
	text-transform: uppercase;
	text-align: center;
}
.heading3 {
	font-family: "Special Elite";
	font-size: 16px;
	font-weight: normal;
	color: #894812;
	text-transform: capitalize;
	line-height: 30px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.heading4 {
	font-family: "Special Elite";
	font-size: 16px;
	font-weight: normal;
	color: #894812;
	text-transform: none;
	line-height: 30px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.text {
	font-family: "Lato";
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	color: #4E2603;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-right: 15px;
	padding-left: 15px;
}
.sidebartext {
	font-family: Lato;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #4E2603;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-right: 15px;
	padding-left: 15px;
}

.james {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #FBF5E5;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

body {
	background-image: url(../background/planks.jpeg);
	background-attachment: fixed;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

.tabletop {
	background-image: url(../background/images/header.png);
}

.tablebody {
	background-image: url(../background/images/body.png);
	background-repeat: repeat-y;
}

.tablebottom {
	background-image: url(../background/images/footer.png);
	background-repeat: no-repeat;
}

.shadow {
	-moz-box-shadow: 5px 5px 7px #888;
	-webkit-box-shadow: 5px 5px 7px #888;
	/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

