@charset "utf-8";

*{position:relative;}

.pagewrap, .footer {
	behavior:url(scripts/iepngfix.htc);
}
body {
	background-image: url(images/leatherbackground.jpg);
	background-repeat: repeat;
	background-color: #722312;
	width: 1363px;
	margin: auto;
}
.pagewrap {
	width: 930px;
	background-image: url(images/topCorner.png);
	background-attachment: scroll;
	margin: 25px auto;
	background-repeat: no-repeat;
	background-position:top right;
	border: solid 5px #984125;
	padding-top:40px;
}
.pagewrap .mainPic {
	width: 744px;
	height: 472px;
	margin: 0 auto;
	border: solid 5px #fff;
	overflow:hidden;
}
.pagewrap .mainPic a {
	width: 754px;
	height: 482px;
	background-image:url(images/Splash.jpg);
	display:block;
	text-decoration:none;
	background-position:top center;
}
.pagewrap .mainPic a:hover {
	background-position:bottom center;
}
.pagewrap .MenuBar {
	margin: 12px auto;
	width: 754px;
	height: 64px;
	background-color: #984124;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.pagewrap .MenuBar a{
	display:block;
	width:144px;
	height:61px;
	text-decoration:none;
	color:#984125;
	font-size:9px;
	background-position:top;
	float:left;
}
.pagewrap .MenuBar a:hover{
	background-position:bottom;
}
.pagewrap .content {
	margin: 12px auto auto;
	border:solid 1px #fff;
	width:754px;
}
.pagewrap .Links {
	width: 744px;
	background-color: #fff;
	color: #68391b;
	border: 5px solid #984124;
	text-align: center;
}
.pagewrap .Links a {
	color: #984124;
}
.pagewrap .Links a:hover {
	color: #cb785b;
}
.pagewrap .Links h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.pagewrap .footer{
	background-image:url(images/bottomCorner.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
	width: 850px;
	padding-left:80px;
}
.pagewrap .copyright{
	padding:10px;
	float:left;
}
.pagewrap .bottomLink{
	font-size:24px;
	padding:50px 10px 0px 10px;
	float:right;
}
.pagewrap .bottomLink a{
	text-decoration:none;
	color:#FFFFFF;
}
.pagewrap .bottomLink a:hover{
	color:#cb785b;
}
.pagewrap .clear{
	clear:both;
}

p {margin:10px;}
