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, sub, sup, 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-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}




body {
    text-align:center;
    background:url('../images/smd-line.gif') 0 300px repeat-x;
}

#page {
    text-align:left;
    width:880px;
    margin:0 auto;
}

.clear {
    clear:both;
}


/* Header & Navigation */

#header {
    height:320px;
    background:url('../images/smd-header.gif') no-repeat;
}

#header h1 {
    display:block;
    height:0px;
    text-indent:-9000px;
}

#header ul {
    margin:140px 0 0 0;
    text-align:right;
    font:12px Helvetica, Arial, Sans-Serif;
}

#header a {
    color:#000;
    text-decoration:none;
}

#header a:hover {
    text-decoration:underline;
}

#header ul li ul {
    margin:3px 0 20px 0;
}

#header li {
    margin:0 0 3px 0;
}

.current {
    font-weight:bold;
}


/* End Header & Navigation */




/* Content Element */

#content {
    text-align:right;
}

#content h2 {
    font:14px Helvetica, Arial, Sans-Serif;
    margin:0 0 20px;
}

#content p  {
    font:11px Helvtica, Arial, Sans-Serif;
    line-height:16px;
    margin:0 0 20px 0;
}

#content td {
    font:11px Helvetica, Arial, Sans-Serif;
    line-height:16px;
    text-align:right;
    padding:0 0 0 20px;
}

#content table {
    width:100%;
    margin-bottom:20px;
}

#content a {
    color:#666;
}

/* End Content Elementz */





/* Content Area Elements */

.content {
     padding:40px 10px 0 50px;
     width:280px;
     float:left;
     }
     
.wide {
    width:520px;
    }

.assetLarge {
    width:205px;
    float:left;
    overflow:hidden;
    }

.assetSmall {
    width:215px;
    float:left;
    overflow:hidden;
    }

.assetSmallItem {
    float:left;
    margin:0 0 2px 5px;
    }

/* End Content Page Elements */


.navLeft {
    float:left;
    width:50px;
    cursor: pointer;
    cursor: hand;
	padding-top:37px;
    }

.navRight {
    float:left;
    width:50px;
    text-align:right;
    cursor: pointer;
    cursor: hand;
	padding-top:37px;
    }


#monkiimagic {
    float:right;
    margin-bottom:20px;
}