body{
	margin:0px;
	padding:0px;	
	background-color:#F6EDD8;
	background-repeat:repeat;
	background-image:url(images/bg-swril.gif);	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;	
	color:#521800;
}
H1{
	font-size:22px;
	color:#521800;
	font-weight:bold;
	font-variant:small-caps;
}
p{
	line-height:20px;	
}
a, a:visited{
	color:#AB003D;
	/*font-weight:bold;*/
	text-decoration:none;
	border-bottom:1px dotted #AB003D;
}
a:hover{
	color:#AB003D;
	/*font-weight:bold;*/
	text-decoration:none;
	border-bottom:1px solid #AB003D;
}
a img{
	border:0px;	
}
#leftNav a{
	border-bottom:0px;	
}
#container{
	position:absolute;
	width:100%;
}
#logo-container{
	width:100%;
	position:absolute;	
	z-index:20;	
	top:0px;
}
#logo{	
	display:none; /*FOR JQUERY SLIDE DOWN TO WORK*/
}
#hero-container{
	width:100%;
	position:absolute;
	z-index:10;		
	top:15px;
}
#hero{	
}
#hero img{
	border-top:1px solid #521800;
	border-bottom:1px solid #521800;
}
#content-topper-container{
	width:100%;
	position:absolute;
	z-index:20;		
	top:434px;	
}
#content-topper{	
	width:1000px;
	/*background-color:#FFFFFF;*/
	background-image:url(images/bg-content-top.png);
	background-repeat:no-repeat;
}
#content-container{
	width:100%;
	position:absolute;
	z-index:20;		
	top:430px;	
}
#content{	
	width:1000px;
	/*background-color:#FFFFFF;*/
	background-image:url(images/bg-content-slice.png);
	background-repeat:repeat-y;
}
#content-table{
	width:960px;	
	padding-right:5px;
	background-image:url(images/bw-bg-swril.gif);	
}
#leftNav{
	width:200px;	
	border-right:2px dotted #AB003D;
	padding:5px;
}
ul#nav{
	list-style:none;
	border-top:1px solid #AB003D;
	border-right:1px solid #AB003D;
	border-left:1px solid #AB003D;
	padding:0px;
	margin:0px;
}
ul#nav li{
	list-style:none;
	border-bottom:1px solid #AB003D;
	padding:5px;
}
ul#nav li a{
	color:#521800;
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:14px;
}
ul#nav li a:hover{
	color:#AC4000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:14px;
}
#main{
	padding:0px 5px 5px 5px;	
}
#footer{
	font-size:10px;
	color:#CCCCCC;
}
