body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}

body {background-image: url('images/ss175.gif')
}

.header {
    width: 1026px;
    height: 85px;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin: 0 auto 0 auto;
}

.header h1 {
    margin: 0px;
    background: url('images/header.jpg') top left no-repeat;
}

.header h1 a {
    display: block;
    text-indent: -5000px;
    text-decoration: none;
    width: 1020px;
    height: 85px;
}

.mainmenu {
    width: 1030px;
    height: 25px;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin: 0 auto 0 auto;
}

.mainmenu ul {
    cursor: default;
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.mainmenu li {
    cursor: default;
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
}

.mainmenu li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
}

.content {
    padding: 5px;
    width: 1020px;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin: 0 auto 0 auto;
}

.content p {
    margin: 5px;
}

.content img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 0px;
}

.content img.left {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 0px;
}

.content iframe {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
color: #E9E9E9;
background: #3D7B2F url('images/') no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Verdana; padding-left:2px; padding-right:0; padding-top:7px; padding-bottom:7px
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #C4110A;
}

</style>


h1 {
    font-size: 1.6em;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.minilinks {
    text-align: center;
    font-size: 0.8em;
}

.footer {
    width: 1020px;
    height: 20px;
    border: 0px;
    margin: 10px auto 20px auto;
    text-align: center;
    font-size: 0.8em;
}

div.images {
    margin: 0 auto;
    text-align:center;
}

div.images img {
    float: none;
    margin: 0px;
}