/* Start of CMSMS style sheet 'Duchene Main' */
body {
font-family: sans-serif;
font-size: 80%;
background-color: #8298af;
}

#header, #content, #footer {
position: relative;
width: 708px;
margin: 0 auto;
padding: 40px;
}

#header {
height: 104px;
margin-top: 20px;
background-image: url( images/header.png );
z-index: 100;
}

h1 {
text-indent: -9000px;
}

#duchene-logo {
display: block;
position: absolute;
height: 106px;
width: 210px;
top: 40px;
left: 30px;
background-image: url( images/duchene.png );
}

#wheel {
display: block;
position: absolute;
height: 106px;
width: 315px;
top: 40px;
left: 240px;
background-image: url( images/wheel.png );
}

#accent-alley-logo {
display: block;
position: absolute;
height: 106px;
width: 199px;
top: 40px;
left: 550px;
background-image: url( images/accent-alley.png );
}

#banner {
position: absolute;
top: 180px;
left: -4px;
background-image: url( images/banner.png );
height: 187px;
width: 796px;
z-index: 100;
}

#storefront {
position: absolute;
height: 172px;
width: 246px;
left: 90px;
background-image: url( images/storefront.png );
}

#content {
position: relative;
background-image: url( images/content.png );
padding-top: 190px;
}

#footer {
background-image: url( images/footer.png );
background-repeat: no-repeat;
height: 41px;
padding-top: 10px;
font-size: 70%;
text-align: center;
}

#footerLine {
display: block !important;
border: none;
border-top: 1px dotted silver;
width: 500px;
margin: 0 auto;
}

h2 {
color: #8298af;
font-size: 140%;
font-weight: bold;
margin-bottom: 10px;
}

h2 a {
color: #8298af;
}

h3 {
font-size: 120%;
font-weight: bold;
}

a {
text-decoration: none;
color: dark-blue;
}

#mainColumn1 {
float: left;
width: 340px;
}

#mainColumn2 {
margin-left: 360px;
width: 340px;
}

#mainColumn1 h2, #mainColumn2 h2 {
border-top: 1px solid;
border-bottom: 1px solid;
}

#home > #content > h2 {
display: none;
}

strong {
font-weight: bold;
}

ul {
list-style-type: disc;
margin-left: 2em;
}

dl {
margin-bottom: 20px;
}

dt {
font-weight: bold;
}

dd {
margin-left: 20px;
}

.pics {  
    position: relative;
    width:   320px;  
    height:  245px;  
    padding: 0;  
    margin:  0;  
    background-color: white;
} 
 
.pics img {  
    position: absolute;
    padding: 10px;  
    border:  1px solid #ccc;  
    width:  300px; 
    height: 225px; 
    top:  0; 
    left: 0 
} 
/* End of 'Duchene Main' */

