/* CSS Document */

body {
background-color:#ccc;
color:#333;
font-size:90%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size:200%;
}

h2 {
font-size:150%;
}

h3 {
font-size:130%;
margin:0px;
padding:0px;
}

h4 {
font-size:120%;
margin:0px;
padding:0px;
}

ul li {
padding-bottom:4px;
}

#wrapper {
margin:35px auto;
padding:0px;
width:1024px;
border:3px solid #333;
background-color:#000000;
}

#container {
margin:0px auto; 
	width: 1020px;
background-color:#fff;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px solid #000;
}  

#header { 
line-height:inherit;
	background: #fff; 
	padding:0px 15px;  
	border-bottom: 2px solid #000;
} 

#search {
padding:5px 0px 25px 0px;
}

#sidebar_left {
	float: left; 
	width: 125px; /* since this element is floated, a width must be given */
font-size:90%;
background-color:#000;
border-right:1px solid #666;
padding: 0px 0px 0px 7px; 
}

#sidebar_right {
	float: right; 
	width: 185px; /* since this element is floated, a width must be given */
background-color:#fff;
border-left:1px solid #666;
border-top: 0px solid #000;
font-size:90%;
	padding: 5px 17px 0px 17px; 
}

#sidebar_left h3, #sidebar_left,  #sidebar_right, #sidebar_right h3, #sidebar_left a {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}

#mainContent {
 	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 10px 15px 5px; /* padding here creates white space "inside the box." */
	border-top: 0px solid #000;
	overflow:hidden;
	background-color:#fff;
	text-align:justify;
} 

#mainContent_store {
 	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 5px 15px 5px; /* padding here creates white space "inside the box." */
	width:650px;
	border-top: 0px solid #000;
	overflow:hidden;
	background-color:#fff;
	text-align:left;
} 


#footer { 
	padding: 10px 0px 2px 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
font-size:70%;
color:#000;
background-color:#fff;
border-top:2px solid #000;

} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}


/*navigation styles */
a, a:link {
color:#FF0000;
text-decoration:underline;
}

a:visited {
color:#000;
text-decoration:underline;
}

a:hover, a:active, a:focus {
color:#000;
text-decoration:none;
}




#footer a, #footer a:link {
color:#000;
text-decoration:underline;
}

#footer :visited {
color:#ff0000;
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#ff0000;
text-decoration:none;
}





/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right on the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:2px;
}
.fltlft { /* this class can be used to float an element left on the page */
	float: left;
	margin-right: 8px;
	width:2px;
}

.center {
text-align:center;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold {
font-weight:bold;
}

.large {
font-size:125%;
}

.colbottom {
margin-bottom:0px !important;
padding-bottom:0px;
line-height:0px;
font-size:0px;
}

.dates {
border:1px solid #000;
}
