/* CSS Document */
/* Specify blanket rules for all elements */
body {
    text-align:center;
	background-color: #FFFFFF;
	font-size:12px;font-family:'Lucida Grande',Verdana,sans-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: Geneva, Arial, Helvetica, sans-serif
}
h2 {
	font-size: 1.5em;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif
}
h3 {
	font-size: 1.4em;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif
	}
h4 {
	font-size: 1em;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif
	font: normal
}

/* default paragraph styles */
p {
	font-size:11px;
	line-height: 1.5em;
}

a {
	font-size: 1em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	border:2px;
}
a:link {
	text-decoration:none;
	color: #990000;	
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #990000;
	background: #0000FF;
	text-decoration:none; 
	color: #FFFF00;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
a:active {
	text-decoration: none;
	color: #990000;
}


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

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

}

/* Masthead */
#masthead {
	height:168px;
	background-color: #FFFFFF;
	text-align:left;
	letter-spacing: 2px;
	border-bottom:#CCCCCC medium dotted;
	
	

}
#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%;
	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;
	padding:10px;
	text-align:left;
	border-left:#CCCCCC medium dotted;
	border-bottom:#CCCCCC medium dotted;
	border-right:#CCCCCC medium dotted;
	
}

/* footer */ 
#footer {
	height:auto;
	clear:both;
	padding:0px;
	background-color: #FFFFFF;
	text-align:left;
	border-top:#CCCCCC medium dotted;
}

