
/*******************************
jma-layout
Date:	10/10/2005
********************************/ 

#outer 
{
    float: none;
    text-align: left;
    height:auto;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid rgb(184,167,151);
    border-bottom: none;
}

#topBar
{
	height: 91px;
	border: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #EEEEEE;
}

#homePic
{
    float: left;
    width:142px;
    text-align: left;
    border: 0;
}

#homePic img
{
    display:block;
    margin:0;
    padding:0;
    text-align: left;
    border:none;
}

#topContent 
{
    float: right;
    height: 91;
    width: 380px;
    text-align: right;
}

#topContent a
{
    color: #0000FF;
}

#topContent a:hover
{
    color: #0000FF;
}

#header 
{
    width:auto;
    height:auto;
    background-color:rgb(184,167,151);
    color: #000000;
    padding:0px;
    margin:0px;
    border-bottom: 2px solid;
    text-align: left;
}

#bodyBlock 
{
	background: #CCCCCC;
    color: #333333;
    width:100%;
    height:auto;
    padding:0;
}

#navBar
{
    float:none;
    background: #EEEEEE;
    color: #333333;
    width:90%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#bodyContent 
{
    float: none;
    width: auto;
    height: auto;
    padding: 0px;
    text-align:left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

#bodyContent img
{
    display:inline;
    margin:10;
    padding:0;
}

#itemThumbnail
{
    float: left;
    width:142px;
    text-align: left;
    border: 0;
}

#itemThumbnail img
{
    display:block;
    margin:0;
    padding:0;
    text-align: left;
    border:none;
}

#itemListing
{
    float: right;
    text-align: left;
    display: block;
    width: 630px;
    height:auto;
    background-color:rgb(184,167,151);
    color: #000000;
	padding: 4px;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10pt;
	font-weight: bold;
}

#itemListing a
{
    color: #000000;
}

#itemListingSold
{
    float: right;
    text-align: left;
    display: block;
    width: 630px;
    height:auto;
    background-color:rgb(184,184,184);
    color: #000000;
	padding: 4px;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10pt;
	font-weight: bold;
}

#itemListingSubheading
{
    float: left;
    text-align: left;
    display: block;
    width: 480px;
    height: auto;
/*    background-color:rgb(184,167,151);*/
    color: #000000;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10pt;
	font-weight: normal;
}

#itemListingSubheading a
{
    color: #0000FF;
	font-size: 8pt;
	font-weight: normal;
}

#footer
{
    display: block;
    width: 800px;
    height:auto;
    background-color:rgb(184,167,151);
    color: #000000;
    padding:0px;
    margin:0px;
    text-align:center;
    border: solid 1px black;
    margin-left: auto;
    margin-right: auto;
}

.buttonscontainer 
{ 
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.buttons a:visited
{
	color: #000000
}

.buttons a 
{
	text-align:center;
	text-decoration: none;
	color: #000000;
	background-color: rgb(184,167,151);
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	padding: 2px;
	display: block;
	border-top: 2px solid rgb(184,167,151);
	border-bottom: 2px solid rgb(184,167,151);
}

.buttons a:hover 
{
	background-color: #CCCCCC;
	color: #404040;
	text-decoration: none;
	padding: 2px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}

body 
{
 margin:20px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
}
