/* Effective-stylesheet1.css written by Carol Prunsk*/

/* Style Rule for the body element */
body {
	background-color: #aa8839;
	background-image: url(SaultBackground.jpg);
	margin: 0;
	font-family: muli;
	font-weight: 100;
	text-shadow: 1px 1px 3px #000;
	color: #6699FF;
}

/* Make new layout elements block elements in older browsers */
header, nav, aside, article, footer, section {
	display: block;
}

/* Style Rule for the wrapper div */
#wrapper {
	width: 95%;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 430px;
	background-color: #806015;
	overflow: auto;
	border: ridge 6px;
	border-color: #8B9FC8;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: ridge;
	border-color: #543f17;
}

.button {
	width: 100%;
	margin: 0;
}

#banner {
	width: 100%;
	margin: 0;
	border-bottom: ridge;
	border-color: #543f17;
}

tr {
	margin: 0;
}

td {
	width: 25%;
	margin: 0;
}

footer {
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt:
	color: black;
	background-color: #806015;
}

#leftcontent {
	padding-top: 2%;
	padding-left: 3%;
	float: left;
	width: 30%;
}

#rightcontent {
	padding-top: 1%;
	padding-left: 3%;
	padding-right: 3%;
	float: right;
	width: 60%;
}

.video {
	width: 100%;
	padding-bottom: 2%;
}

.photo {
	float: right;
	padding-left: 2%;
	padding-bottom: 2%;
	width: 48%;
}

.blog {
	float: left;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 48%;
	clear: both;
}

#phototext  {
	margin-top: 2%;
	text-align: right;
}

section {
	padding-top: 3%;
	padding-bottom: 1%;
}

#blogtext {
	clear: right;
	text-align: left;
	margin-top: 1%;
}

h1 {
	margin: 0;
	font-size: 20pt;
}

h2 {
	margin: 0;
	font-size: 18pt;
}

h3 {
	margin: 0;
	font-size: 12pt;
	font-style: normal;
	font-weight: 300;
}

h1 a:link, h2 a:link, h3 a:link {
	text-decoration: none;
	color: #6699ff;
}

h1 a:visited, h2 a:visited, h3 a:visited {
	text-decoration: none;
	color: #6699ff;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #c3af65;
}

h1 a:active, h2 a:active, h3 a:active {
	text-decoration: none;
	color: #c3af65;
}

#LegalStuff {
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt:
	color: black;
	color: #000000;
	font-size: 10pt;
}

footer a:link {
	text-decoration: none;
	color: #6699ff;
}

footer a:visited {
	text-decoration: none;
	color: #6699ff;
}

footer a:hover {
	text-decoration: none;
	color: #c3af65;
}

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

.WelcomeColor {
	color: #c3af65;
}
