body {
margin:0;
padding:0;
}

#container {
width: 960px;
margin: 0 auto;
padding: 0;
background: #F5F5F5;
border: 3px solid #000;
}

#header {
width: 96%;
height: 150px;
background: #0A0A0A url(images/bookstoreheader.png) no-repeat center;
color: #E0E0E0;
padding: 20px;
}

ul {
list-style-type: none;
font-size: 16px;
color: #333;
}

ul#mainnav li a {
text-decoration: none;
display: inline;
font-weight: bolder;
color: #8B0000;
font-family: Helvetica, sans-serif;
padding: 7px 5px 7px 20px;
float: left;
position: relative;
z-index: 100;
top: 7.5em;
left: 0;
}

ul#mainnav li a:hover {
color: #E9967A;
}


#left {/*220px*/
width: 158px;
float: left;
padding: 30px;
background: #DBDBDB;
font-family: Helvetica Narrow, sans-serif;
font-size: 14px;
border: 2px;
}

.box {
background-color:#FAFAFA;
color:#000000;
width:150px;
padding:10px;
border:1px solid #ffffff;
}

#right {/*740px*/
width: 700px;
float: right;
padding: 20px;
font-family: Helvetica Narrow, sans-serif;
line-height:160%;
text-indent: 24px;
font-size: 14px;
background: #F5F5F5;
}

h1 {
color: #8B0000;
}

h2 {
color: #333;
}

.nav li a {
color:#8B0000;
font-size:12px;
text-indent:30px;
}

.fic {
display: block;
margin-right: auto;
margin-left: auto;
border-style: none;
border-color: #000;
}

#rotator_wrapper {
float:left;
}

.my_table {
margin: 10px;
background: #FFF;
border: 2px dashed #E0EEEE;
float: left;
}

.my_table {
border-collapse: collapse;
}

.my_table thead {
background-color: #262626;
color: #fff;
font-size: 14px;
}

.my_table tfoot {
background-color: #262626;
color:#EEE9E9;
font-size: 10px;
}

.my_table td {
border: 2px dashed #E0EEEE;
padding: 4px;
}

.image_cat {
float: left;
margin-right: 10px;
}

.image_cat1 {
float: right;
margin-right: 10px;
}

legend {
font-family: Helvetica Narrow, sans-serif;
font-size: 16px;
font-weight: bolder;
color: #333;
}

label {
font-family: Helvetica Narrow, sans-serif;
font-size: 14px;
line-height: 30px;
}

#footer {
clear: both;
width: 100%;
height: 90px;
background: #000 url(images/footbackground1.png) repeat-y;
border-top: 1px solid #000;
}