body 
{
background-color:#fff;
background-image:url('../images/topnav.gif');
background-repeat: no-repeat;
width:950px;
font-size: 16px;
font-family: "Times New Roman", Georgia, serif;
line-height: 1.5em;
color:#330000;
margin: 1em;
}

h1
{
font-size:120%;
}
	
/*2 column layout with header and footer*/

#maincontainer
{
max-width: 950px; /*Width of main container*/
margin: 0;
}

#topnav
{
height: 158px; /*Height of top section*/
}

#show
{
float:right;
width: 78%;
}

#content
{
float:right;
width: 76%;
display: inline;
}

#left-column
{
float: left;
width: 22%;
line-height:115%;
display: inline;
}

#bottomnav
{
margin-top:1.5em;
}

#empty
{
clear:both;
}

#footer
{
clear: both;
width: 100%;
padding: 0 0 0 126px;
position:relative;
}



/*inline navigation*/

.nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.nav ul li
{
display: inline;
font-weight: bold;
font-size: 1.2em;
}

.nav ul li a
{
padding: .2em .55em .2em .55em;
text-decoration: none;
}

a img
{
border: none;
padding: 0;
}


/*pseudo-class link*/
a:link 
{
color:#330000
}

a:visited 
{
color:#330000
}

a:hover 
{
color:#997629
}

a:active 
{
color:#997629
}
/*end psuedo-class links*/


/*form styles*/

form
{
font-size:110%;
line-height:1em;
}


fieldset
{
background: #fffded;
}

#mc-embedded-subscribe-form
{
font-size:100%;
line-height:2em;
}

fieldset#email
{
background: #fff;
border:0;
padding:0;
}




/*img positioning about us page*/

div.banner img
{
margin-left:23%;
}

.contain
{
width:90%
}

img.left
{
float: left;
padding-right: 1.5em;
}

img.right
{
float:right;
}

.over
{
margin-bottom:2em;
}

div.email #email
{
margin-top:12em;
}

/*bestsellers*/

table
{
table-layout: fixed;
width: 668px;
}

td
{
margin:1em;
}

dl
{
background-color: #fffded;
}


