* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    height: 100%;
}

body {
    background-color: #ddd;
    font: 80% verdana, arial, helvetica, sans-serif;
    text-align: left; /* for IE */
    color: #fff;
    height: 100%;
}

h4 {
}

p {
    margin: 0.3em 0.3em 0.5em 0.3em;
}

code {
    font-size: 115%;
}

a:hover {
    text-decoration: none;
    color: #000099;
}

a:active {
    text-decoration: underline;
    color: #000099;
}

a:visited {
    text-decoration: none;
    color: #000099;
}

a:link {
    text-decoration: underline;
    color: #000099;
}

#headerlogo {
    position: absolute;
    height: 70px;
    width: 980px;
    background-color: #fff;
    z-index: 10;
}

#headermenu {
    position: absolute;
    top: 70px;
    width: 980px;
    display: block;
}

#content {
    position: absolute;
    top: 90px;
    display: block;
    width: 980px;
    background-color: #fff;
    z-index: 0;
}

#footer {
    top: 20px;
    position: relative;
    margin: -20px 0 0 0;
    width: 970px;
    height: 20px;
    padding: 1px 10px 0 0;
    text-align: right;
    background-image: url("http://www.russcochran.com/images/menugradientout.gif");
    background-repeat: repeat-x;
    clear: both;
    z-index: 0;
}

.borderedimage {
    margin: 5px 5px 5px 5px;
    border: 4px solid #aba155;
}

#homebanner {
    margin: 0px 0px 0px 0px;
    left: 2px;
    width: 980px;
    height: 180px;
    background-color: #000;
    clear: both;
    z-index: 0;
}

#featured {
    margin: 5px 5px 5px 5px;
    border: 1px solid #aba255;
    border-top: none;
    width: 800px;
    background-image: url("http://www.russcochran.com/images/menugradientout.gif");
    background-repeat: repeat-x;
    background-color: #fff;
    float: left;
}

.plain {
    margin: 5px 5px 5px 5px;
    border: 1px solid #aba255;
    width: 800px;
	float: left;
}

#featured p.heading {
    margin-top: 1px;
    margin-left: 10px;
    text-align: left;
    color: #fff;
}

#featured p {
    text-align: center;
    color: #0e0e0e;
}

#links {
    margin: 5px 5px 5px 5px;
    border: 1px solid #aba255;
    border-top: none;
	width: 150px;
	height: 500px;
    background-image: url("http://www.russcochran.com/new/images/menugradientout.gif");
    background-repeat: repeat-x;
    background-color: #fff;
    float: left;
}

#links p.heading {
    margin: 1px 0px 10px 10px;
    text-align: left;
}

#links p {
    text-align: center;
}

#links ul {
    margin-left: 15px;
    padding: 5px 2px 15px 2px;
    list-style: disc;
}

#links ul li {
    color: #444;
    margin-bottom: 10px;
}



#news {
    margin: 5px 5px 5px 5px;
    border: 1px solid #aba255;
    border-top: none;
    width: 300px;
    background-image: url("http://www.russcochran.com/new/images/menugradientout.gif");
    background-repeat: repeat-x;
    background-color: #fff;
    float: left;
}

#news p.heading {
    margin: 1px 0px 10px 10px;
    text-align: left;
}

#news p {
    text-align: center;
}

#news ul {
    margin-left: 15px;
    padding: 0px 10px 10px 10px;
    list-style: disc;
}

#news ul li {
    color: #444;
    margin-bottom: 2px;
}

.standard {
    text-align: left;
    padding: 10px 10px 10px 10px;
    color: #0e0e0e;
}

.list {
    list-style: none;
}

.boxleft {
    text-align: left;
    margin: 5px 5px 5px 5px;
    border: 1px solid #aba255;
    border-top: none;
    width: 625px;
    background-color: #fff;
    float: left;
}

.boxright {
    text-align: right;
    margin: 5px 5px 5px 5px;
    border: 1px solid #aba255;
    border-top: none;
    width: 625px;
    background-color: #fff;
    float: left;
}

p.heading {
    margin-top: 1px;
    margin-left: 10px;
    text-align: left;
    color: #fff;
}