body{
    font-family: verdana;
    font-size: 12px;
    background-image: url(../../../images/pagebg.png);
    text-align: center;  /* center for ie*/
}

#wrapper{
    width: 752px;
    margin: 0 auto;
    text-align: left;  /* stop center for ie*/
}

#header1{
    background-image: url(../../../images/header1.png);
    background-repeat: no-repeat;
    height: 110px;
    width: 100%;
}

#header2{
    background-image: url(../../../images/header2.png);
    background-repeat: no-repeat;
    height: 154px;
}

#sma_logo{
    margin-top: 20px;
    margin-left: 20px;
}

#nav{
    background-image: url(../../../images/nav.png);
    background-repeat: no-repeat;
    height: 46px;
    width: 721px;
    position: relative;
    top: 4px;
    left: -4px;
    color: white;
    font-size: 27px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

#nav a{
    text-decoration: none;
    color: white;
}

#nav a:hover{
    color: #61BB46;
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 43px;
}

#nav li {
    float: left;
    font-family: impact;
    font-size: 25px;
    margin-top: 6px;
    padding-left: 20px;
}


#footer{
    background-image: url(../../../images/footer.png);
    background-repeat: no-repeat;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}

#content{
    background-image: url(../../../images/bodybg.png);
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 20px;
}

#rightside_container{
    float: right;
    width: 230px;
    text-align: center;
}

#sponsors{
    float: right;
    width: 220px;
    background-color: #CCCCCC;
    text-align: center;
    margin: 10px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    -moz-border-radius: 1em;
}
#newsletter{
    float: right;
    width: 240px;
    text-align: center;
    margin: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    -moz-border-radius: 1em;
    clear:right;
}
#twitter{
    float: right;
    width: 240px;
    text-align: center;
    margin: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    -moz-border-radius: 1em;
    clear:right;
}

a{
    text-decoration: none;
}

h1{
    font-size: 20px;
    font-weight: bold;
}

table, td{
    font-size: 12px;
}


/* wordpress css */

/* Images
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 1px; margin: 0 0 5px 15px; display: inline; border: solid 5px #f2f0ea; }
img.alignleft { padding: 1px; margin: 0 15px 5px 0; display: inline; border: solid 5px #f2f0ea; }

.alignright { float: right; }
.alignleft { float: left }

