/* Structure */
#container {
 width: 730px;
 position: relative;
 margin-left: auto;
 margin-right: auto;
}
#left {
width: 645px;
float: left;
}
#right {
width: 83px;
background: #D2A44C;
float: left;
}
#subnav{
width: 458px;
float: right;
}

/* Style */
h1 {
font-family: Times New Roman, Times, serif;
font-size: 20px;
color: #333333;
margin: 10px 12px 0px 12px;
}
h2 {
font-family: Times New Roman, Times, serif;
font-size: 18px;
font-weight: lighter;
line-height: 20px;
color: #333333;
margin: 10px 12px 0px 12px;
}
h3 {
font-family: Times New Roman, Times, serif;
font-size: 16px;
line-height: 20px;
color: #333333;
margin: 10px 12px 0px 12px;
}
.caption{
font-style: italic;
color: #D2A44C;
}
.bronze{
color: #D2A44C;
}
p {
font-family: Times New Roman, Times, serif;
font-size: 14px;
line-height: 14px;
color: #333333;
margin: 5px 10px;
}
.specs {
font-size: 11px;
margin-top: 20px;
}
img.rightThumb {
 margin-top: 10px;
 margin-left: 8px;
}
