body {
	background: #eee;
	padding: 0;
	margin: 0;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #6c3838;
}

div {
	border-color: #000;
	border-width: 0px;
	border-style: dashed;
}

.alignCenter {
	text-align: center;
}

ul {
	list-style-type: disc;
}

a:link, a:visited {
	color: #6c3838;
	text-decoration: none;
}

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

#wrapper {
	width: 896px;
	background-color: #fff;
	position: relative;
	z-index: 99;
	padding: 0;
	margin: 0;
}

#leftShadow {
	width: 16px;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #eee;
	background-image: url("images/background/leftShadow.png");
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-y;
}

#rightShadow {
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eee;
	background-image: url("images/background/rightShadow.png");
	background-attachment: scroll;
	background-position: top right;
	background-repeat: repeat-y;
}

#bottomShadow {
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: -16px;
	background-image: url("images/background/bottomShadow.png");
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
}

#leftCornerShadow { position: absolute; left: 0; }
#rightCornerShadow { position: absolute; right: 0; }

#logoPane {
	width: 864px;
	height: 128px;
	top: 0;
	   
	background: #fff;
	background-image: url("images/background/bg1.png");
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
}

#topNav {
	display: inline;
}

#socialNetworkPane {
	background-color: #fff;
	width: 864px;
	position: relative;
	padding: 5px 0 0 0;
}

#mainPane {
	background-color: #fff;
	width: 864px;
	position: relative;
	padding: 0px;
}

#bottomPane {
	padding: 20px 0;
	width: 864px;
	position: relative;
			  
}

#sealsPane {
	width: 864px;
	position: relative;
 
	background-color: #fff;
	background-image: url("images/background/bg2.png");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: bottom left;
}

