	/* 
Title:     Dennis Art Walk Stylesheet
Author:    Chris Gillis - Saltline Studio Chatham, Ma
*/
	
body {
   margin:0;
   padding:0;
   background:#6795BF;
   font-family: Arial, Helvetica, sans-serif;
   
   }
    
p     { 
   font-size: 85%;
   line-height: 1.5em;
   margin: 0 1.5em 1.5em 0; 
   color: #666666;

   } 	

/* container */	
	

#container {
	width: 755px;
	\width: 800px;
	w\idth: 755px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	
		}
		
/* ----- header ----- */


#banner {
    background: url(../images/header.gif) no-repeat;
    padding: 0;
    width: 755px;
    height: 102px;
    margin-bottom: 10px;

		}
		
/* ----- navigation ----- */
		
#nav {
    background:#fff url(images/nav.gif);
	padding: 8px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 740px;
    height: 20px;
       }

#nav ul {
    margin: 0;
	padding: 0;
	list-style: none;
		}	


#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	border-right: 1px solid #999;
		}
		
#nav a {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 10px 0px 10px 10px;
    font-size: 75%;
    color: #072C62;
    text-decoration: none;
		}
		
#nav a:hover {
     text-decoration: underline;
    }
		
    
/* ----- content ----- */
    
#content {
	padding: 15px;
    background:#fff;
    height:450px;
		}
		
#content p {
    background:#fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    line-height: 1.8em;

		}
		
#content a:hover {
    text-decoration: underline;
		}
		
#content a {
    background:#fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #072C62;
    text-decoration: none;
		}
		
#content h1 {
    padding: 20px 0px 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff6629;
	font-size: 140%;
	font-weight: normal;
    margin: 1px 0px 0px 1px;
    }
		
		
		
/* ----- right side ----- */

#sidebar-a {
	float: right;
    margin: 2px 0px;
	background:#fff url(images/right_bg.gif);
	width: 300px;
		}
		
#sidebar-a h1 {
    padding: 22px 0px 14px 15px;
    font-family: Arial, serif;
    color: #fff;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.2em;
    }

#sidebar-a h3 {
    padding: 22px 3px 45px 15px;
    font-family: Arial, serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    }
    

/* ----- footers ----- */

#footer {
	clear: both;
	padding: 14px;
    margin-top: 10px;
	background-color: #fff;

		}
		
#footerlinks {
	padding: 15px 10px 8px 10px;
	background-color: #FF6629;
	font-family: Arial, serif;
	font-size: 1.0em;
    color: #fff;
		}
		
		
		
#footer3 p {
    font-size: 84%;
    font-family: Georgia, serif; 
    text-align: center;
    color: #fff;      
    padding: 10px ;
    }
    
#footer3 a {
    font-size: 100%;
    font-family: Georgia, serif; 
    text-align: center;
    color: #fff;      
    }
		
ol a {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: none;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
		}	
		
ol a:hover {
	text-decoration: underline;
		}


/* allow room for 4 columns */
 ol
  {
    width: 40em;
    list-style-type: none;
    
  }

/* float & allow room for the widest item */
  ol li
  {
    float: left;
    width: 10em;
    list-style-type: none;
    
  }
  

/* stop the float */
  br
  {
    clear: left;
  }

 /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }
		