body {
    font-family: font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, Serif;
    font-size: 0.9em;
    text-align: center;
    background: #310707; /* url(images/page_bg.jpg);*/
    margin: 0px;
    padding: 10px;
}

html, #wrapper, h1 {
    margin: 0px;
    padding: 0px;
}

img { border: 0px; }
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ul{ list-style: none; }
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
.preload{display:none; background-position: -1000px -1000px;}

#wrapper {
    margin: auto;
    text-align: left;
    width: 860px;
    position: relative;
}

h1, h3 {
    font-size: 14px;
}

h1 {
    font-family: tahoma, helvetica, arial, sans-serif;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

h2 {
    color: #3e0004;
    font-family: tahoma, helvetica, arial, sans-serif; 
    font-size: 16px;
}

h3 {
    font-family: tahoma, helvetica, arial, sans-serif;
    padding: 4px 0px 0px 0px;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: 0px 10px 10px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

.readmore {
    text-align: right;
}

/* page structure */

#wrapper {
    /* background: url(images/body_t.gif) top no-repeat; */
    padding-top: 20px;
}

#body {
    /* background: url(images/body_bg.gif) repeat-y; */
    background: white;
    padding-bottom: 10px;
}

#body p {
    background: white;
}
#nav {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 860px;
}
#nav img {
    border: 0px; 
    padding: 0px;
	margin: 0px;
}
#nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}
#nav li{
	display:inline;
	float:left;
	height: 131px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

.lastchild{border-right: 0px none #FFFFFF !important;}
.selectedTitle{background: url(images/selected.gif) repeat-x; color:#310707;}

#nav a{
	border-top: 0px;
	border-bottom: 0px;
	border-right: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

* html #current {
    margin-left: 5px;
}

#content {
    float: left;
    width: 615px;
    padding-top: 160px;
}

* html #content {
    margin-right: 4px;
}

#footer {
    background: url(images/body_b.png) no-repeat;
    text-align: center;
    padding-right: 10px;
    padding-left: 480px;
    padding-bottom: 130px;
}

#copyright {
    position: relative;
    top: -8px;
    color: #989898;
}

/* current column */

#current 
{
    text-align: center;
    float: right;
    width: 235px;
    margin-left: 10px;
    background: #E6E4CF;

    border-bottom: 1px solid #05256b;
    padding-top: 125px;
}

#current p {
    text-align: left;
    background: #E6E4CF;
    padding-left: 10px;    
}

#current .readmore {
    padding: 3px 4px 4px 20px;
}

#current .readmore a {
    text-decoration: underline;
    display: inline;
}

#current h2 {
    /* background: url(images/smHdrBack.png);
    padding: 10px 10px 10px 10px; */

}

/* page content */

#content h3 {
	margin: 10px 0px;
	padding: 0px;
	text-transform: capitalize;
}

#content p {
    margin: 10px 0px;
    padding: 0px;    
}

#content .contentbox {
    border: 1px solid #e1e1e1;
    /* border-top: none; */
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 10px;
}

* html #content .contentbox {
    padding-bottom: 11px;
}

#content, #content a {
    color: #584545;
}

#content a:hover {
    color: #050564;
}

/* Menu Rollovers */
a.home {
 display: inline-block;
 width: 100px;
 height: 131px;
 background-image: url(images/Home_m.png)
}
a.home:hover {
 background-image: url(images/Home_s.png);
}
a.home span {
 display: none;
}

a.shelf {
 display: inline-block;
 width: 100px;
 height: 131px;
 background-image: url(images/Shelf_m.png)
}
a.shelf:hover {
 background-image: url(images/Shelf_s.png);
}
a.shelf span {
 display: none;
}

a.projects {
 display: inline-block;
 width: 100px;
 height: 131px;
 background-image: url(images/Projects_m.png)
}
a.projects:hover {
 background-image: url(images/Projects_s.png);
}
a.projects span {
 display: none;
}

a.blog {
 display: inline-block;
 width: 100px;
 height: 131px;
 background-image: url(images/Blog_m.png)
}
a.blog:hover {
 background-image: url(images/Blog_s.png);
}
a.blog span {
 display: none;
}

a.about {
 display: inline-block;
 width: 100px;
 height: 131px;
 background-image: url(images/About_m.png)
}
a.about:hover {
 background-image: url(images/About_s.png);
}
a.about span {
 display: none;
}

a.contact {
 display: inline-block;
 width: 100px;
 height: 131px;
 background-image: url(images/Contact_m.png)
}
a.contact:hover {
 background-image: url(images/Contact_s.png);
}
a.contact span {
 display: none;
}

/* Book Listing */
.picture {
 background-color: #F9F9F9;
 border: 1px solid #CCCCCC;
 padding: 3px;
 font: 11px/1.4em Arial, sans-serif;
 color: Black;
 margin-right: 10px; 
}
.picture img {
 border: 1px solid #CCCCCC;
 vertical-align:middle; margin-bottom: 3px;
}
picture.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
picture.left { float:left; }
/* picture.left { margin: 0.5em 0.8em 0.5em 0; float:left; } */