/* S&M 4.0 style sheet */

/* Layout & cascading typography */

img {
	border: none;
}

body {
	background-color: #ddd;
	background-image: url("../images/background.jpg");
	font-family: "Lucida Grande", Vernanda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#headback {
	background-color: #000;
	background-image: url("../images/headback.jpg");
}

#headcontainer {
	color: #999;
	margin: 0 auto;
	width: 800px;
	height: 200px;
}

#headleft {
	width:338px;
	float: left;
}

#headright {
	margin-top: 8px;
	width: 400px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

#headright a {
	text-decoration: none;
	color: #FFF;
}

#headright a:hover {
	text-decoration: underline;
}

#footer-background {
	height: 600px;
	background-color: black;
	background-image: url("../images/footer-background.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#tearoff {
	height: 64px;
	background-image: url("../images/tearoff.png");
}

#footersignthing {
	color: #fff;
	width: 636px;
	height: 136px;
	background-image: url("../images/footer-sign.png");
	margin: 0 auto;
	padding: 32px;
	text-align: center;
}

#footersignthing a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#footersignthing a:hover {
	color: #000;
	background-color: #FFF;
}

.slideshow {
	height: 452px;
	width: 797px;
	overflow: hidden;
	top: -22px;
}

/* Typography */



a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.backtotop {
	text-transform: uppercase;
	margin-left: 16px;
}

h1 {
	font-weight: normal;
	font-size: 20pt;
	text-shadow: #000000 0px 0px 3px;
}

h3 {
	text-align: right;
	font-size: 16pt;
}

h2 {
	text-align: center;
	text-decoration: underline;
}
