html {
    background: url("img/html-bg.png") repeat scroll 0 0 #D9DFE1;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

body {
    background: url("img/body-bg.png") no-repeat scroll center top transparent;
    color: #5F5F5F;
    font: 13px/155% Arial,Helvetica,sans-serif;
    width: 100%;
    overflow-x: auto;
}
#bodywrap {
    margin: 0 auto;
    width: 960px;
}
#header {
    border-bottom: 1px solid #CCCCCC;
    height: 100px;
    position: relative;
    z-index: 100;
}
.paragraph {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    font: 20px/140% Times,serif;
    z-index: 100;
}
#nice-title {
    font: italic 24px/140% Georgia,"Times New Roman",Times,serif;
    margin: 10px 0 20px;
    text-align: center;
}
#author-name {
    position: absolute;
    top: 40px;
}
#menu {
    position: absolute;
    top: 70px;
    left:600px;
    font: 20px/140% Times,serif;
}
#menu a{
	  color: #5F5F5F;
}
.grey {
	  color: #999;
	  font-weight: bold;
	  font: 16px/140% verdana;
}
#author-name a {
    color: #575B5B;
    font: italic 36px/140% Georgia,"Times New Roman",Times,serif;
    letter-spacing: -0.05em;
    padding: 5px 0;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.slider-wrap, #img_wrap img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 4px;
    vertical-align: bottom;
    min-width: 300px;
    min-height: 300px;
}
.thumbs_row {
    clear: both;
    width: 100%;
}
.thumb_box {
    border: 0 none;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
    width: 225px;
}
.thumb_box img.photo {
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 1px;
}
#photo_space {
    margin-bottom: 2px;
    text-align: center;
    width: 100%;
}
#img_wrap {
    background: url("/img/bg_loading.gif") no-repeat scroll center center transparent;
    min-height: 300px;
    text-align: center;
    min-width: 300px;
    overflow-y: hidden;
#SpTable {
	font: italic 56px/140% Georgia,"Times New Roman",Times,serif;
	text-align: left;
}
}
#footer {
margin-top: 20px;
font: 20px/140% Times,serif;
text-align: center;
}

