/* CSS Document */


body {
	margin:0; 
	padding:0;
}

#bgwrapper {
	position: relative;
	margin: 3% auto 0 auto;
	width: 800px;
	height: 515px;
	border: 1px solid #000000;
}


/* Background Layout */
#Layer1 #Layer2 #Layer3 #Layer4 #Layer5 #Layer6 #Layer7 {
	position:relative;
	
	background-repeat: no-repeat;
	
	margin:0;
	padding:0;
}

#Layer1 {
	left:0px;
	width:188px;
	height:38px;
	background-color:#faedc3;
	background-image: url(images/02.gif);	
}
#Layer2 {
	display:block;
	left:0px;
	width:188px;
	height:31px;
	background-color:#faedc3;
	
}

#Layer3 {
	left:0px;
	width:188px;
	height:37px;
	background-color:#faedc3;
		
}
#Layer4 {
	left:0px;
	width:188px;
	height:36px;
	background-color:#faedc3;
		
}
#Layer5 {
	left:0px;
	width:188px;
	height:35px;
	background-color:#faedc3;
		
}#Layer6 {
	left:0px;
	width:188px;
	height:42px;
	background-color:#faedc3;	
}
#Layer7 {
	left:0px;
	width:188px;
	height:295px;
	background-color:#faedc3;
	background-image: url(images/12-2.gif);	
}
#Layer8 {
	position:absolute;
	background-repeat: no-repeat;
		
	top:0px;
	left:188px;
	
	width:612px;
	height:106px;
	background-color:#faedc3;
	background-image: url(images/03.jpg);
}
#Layer9 {
	position:absolute;
	background-repeat: no-repeat;
		
	top:106px;
	left:188px;
	
	width:612px;
	height:406px;
	
}
#Footer {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 7px 0 0 0; 
	width: 800px;
	
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;	
}


/* Specials Layout */
#wspecials {
	position:absolute;
	z-index:3;
	overflow:auto;
	display:block;
	width:167px;
	height: 210px;
	top:255px;
	left:10px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}

.wspecialsStyle {
	color: #C16031;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:normal;
	padding:5px;
	margin:0px;
}

.wspecialsStyle h1 {
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	font-size:18px;
	color:#505048;
}

.wspecialsStyle h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin:0;
	font-size:18px;
	color:#815529;
}

.wspecialsStyle h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin:0;
	font-size:14px;
	color:#505048;
}

/*  Content Formatting  */
#content {
	position:absolute; 
	
	left:203px; 
	top:99px; 
	
	width:592px; 
	height:406px; 
	
	z-index:2; 
	overflow:auto; /* Works in Explorer 4-6 Windows, Mozilla, Opera 7, Safari */
}

h1 {
	margin-left: 10px;
	margin-top: 25px;
	
	color: #C16031;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;	
}
h1.first {
	margin-top: 0px;
}

h2 {
	margin-left: 25px;
	
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: .5em;
	
	font-weight: bold;
	font-variant: normal;
	text-transform:capitalize;
	
	text-decoration:none;
	
	margin-left: 3em;
	color: #333333;
}

a:active, a:link, a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #C16031;
	text-decoration:none;
}
