/* CSS Document */
/* Specify blanket rules for all elements */
body {
    text-align:center;
	background-color: #CCCCCC;
	font-size:14px;font-family: Georgia, "Times New Roman", Times, serif;	
	/*background-image:url(../images/backgrounds/bg_redFancy.jpg);*/
	background-repeat:repeat; 
		
	
}

/* Rules for headings */

h1 {
	font-size: 1.8em;
	color: #990000;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.5em;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.4em;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 1em;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: normal
}

/* default paragraph styles */
p {
font-size:14px;
line-height:150%;
}

a {
	font-size: 1em;
	text-decoration:underline;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration: underline;
	color: #990000;	
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	color: #990000;
	background: #990000;
	text-decoration:none; 
	color: #FFFFFF;	
	padding-top: 1px;
	padding-bottom:1px;
	
}
a:active {
	text-decoration:underline;
	color: #990000;
}


.style1 {
	color: #990000;
	
}
.style2 {
	color: #C39424 ;
	font-weight: bold;
	font-size: 1.5em;
}
.dateline {color: #666666;
}
.style4 {
	color: #990000;
	font-weight: bold;
}
.style5 {
	color: #CC9900; 
	font-weight: bold
	font-size: 1.5ems;
		
	}
	


/*container */
#container { 
width:900px;
padding:10px;
margin:10px auto;
background-color: #FFFFFF;
border:#CCCCCC medium solid;

}

/* Masthead */
#masthead {
	height:268px;
	background-color: #FFFFFF;
	text-align:left;
	letter-spacing: 2px;
	line-height:1.5em;
	
	
	

}
#scrollShops {
	overflow:auto;
	padding:5px;
	width:100px;
	height:175px;
	z-index:1;
	background-color:#FFCC99;
	border:solid;
	border-width:thin;
	visibility: visible;
}


/* Content */
#content {
	margin-right:0%;
	margin-left:42%;
	margin-top:5px;
	padding-left:5px;
	margin-bottom:10px;
	text-align:left;
	height: auto;
	border-left:#CCCCCC medium dotted;
	
		
}

/* Sidebar A*/
#sidebar_a {
	float:left;
	width:40%;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:5px;	
	padding:5px;
	text-align:left;
	list-style-position: outside;

}

/* Sidebar B*/
#sidebar_b {
	float:right;
	width:30%;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
	padding:10px;
	text-align:left;
	border:#CCCCCC medium dotted;
	
	
}

/* footer */ 
#footer {
	height: auto;
	clear:both;
	padding:0px;	
	text-align:left;	
}

