body {
    margin: 0;
    color: #333;
    font-family: "lucida grande", verdana,arial,sans-serif;
    background:#fff;
	font-size:62.5%     /* for IE/Win */
}

html>body {font-size:10px} /* for everything else */

div,table,td,th {font-size: 1em;}

img {border: 0;}

a:link {text-decoration: none; color: #D4300C;}
a:visited {text-decoration: none; color: #D4300C;}
a:hover {text-decoration: underline; color: #D4300C;}
a:active {text-decoration: none; color: #D4300C;}

#nav a:link {text-decoration: none; color: #76664c;}
#nav a:visited {text-decoration: none; color: #76664c;}
#nav a:hover {text-decoration: none; color: #bfa170;}
#nav a:active {text-decoration: none; color: #bfa170;}

h1 {color: #333;}
h2 {color: #333; font-size: 1.4em;}
h3 {color: #333; font-size: 1.2em;}
h4 {color: #333;}

#wrapper {
    width: 882px;
    margin-left: auto;
    margin-right: auto;
    background: #ddd;
}

#header {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

#nav {
    padding: 5px 10px;
    background: #262626;
    border-top: 1px solid #cdb184;
    border-bottom: 1px solid #7e6741;
    color: #76664c;
    letter-spacing: 1px;
    text-transform: lowercase;
}

#content {
    min-height: 400px;
    padding: 10px 0 0 0;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    line-height: 1.5;
}

#footer {
    width: 880px;
    padding: 6px 0;
    color: #fff;
    border: 1px solid #7e6741;
    border-bottom: 1px solid #999;
    background-image: url("../images/gunn_03.jpg");
    text-align: center;
}

div.textContent {
    margin: 10px 20px 20px 20px;
}

div.textContentHalf {
    float:left;
    width: 380px;
    margin: 10px 20px 20px 20px;
}

div.artSection {
    margin: 0 0 0 20px;
    padding: 0 0 24px 0;
}

div.fullRule {
    width: 800px;
    height: 10px;
    border-top:1px dotted #999;
}

div.halfRule {
    width: 320px;
    height: 10px;
    border-top:1px dotted #999;
}


/**************************************************** HACKS */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; _height: 1%; }
 /* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */