/* Reset all styles */
        
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-family: inherit;
        vertical-align: baseline;
}
:focus {
        outline: 0;
}
ol, ul {
        list-style: none;
}       
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {   
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}       
blockquote, q {
        quotes: "" "";
}
        
        
/* GLOBAL */
body {
        padding:30px 0;
        background:#e6e6e6;
        font:14px/24px Georgia, Times New Roman, serif;
        color: #2b2b2b;
}       
p {                                                                                                                            
        margin:0 70px 20px 70px;
        text-align: left
}
em {
        font-style: italic;
        color: #c82a26;
}
.centered {
        text-align: center;
}


/* STRUCTURE */
#container {
        background: #fff;
}
#header {
        padding: 10px 0;
        margin:0 auto 30px auto;
        text-align: center;
        width: 90%;
        border-bottom: 1px solid #e6e6e6;
}
#content {
        text-align: center;
        padding-bottom:60px;
}
#container, #footer {
        width:780px;
        margin:0 auto;
}
#footer p {
        text-align:right;
        margin: 10px 0 0 0;
        font:12px/24px Georgia, Times New Roman, serif;
}


/* CONTENT */
#content ul {
        margin-bottom:-40px;
}
#content ul li {   
        margin: 0 0 20px 0;
}
#content ul li a {
        font-size:16px;
        padding:7px;
        color: #171717; 
}
#content ul li a:hover, #content ul li a:active, #content ul li a:focus {
        background-color: #fffde2;
        color: #c82a26;
        text-decoration: none;
}
        
body h1 {
        text-indent: -9999em;
        background:url('../images/ar-internet-head.jpg') top left no-repeat;
        width:224px;
        height:40px;
        margin:0 auto 20px auto;
}

