/* CSS Document */
body{
margin: 0;
padding: 0;
background:url(/v2/images/bg_body.jpg) repeat-x;
background-color:#dbd8d3;
color: #808285;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.3em;
}
* {
padding: 0; margin: 0;
}
h1 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
color: #57707a;
font-size: 12px;
margin-bottom: 0.15em;
}
h2 {
font-family:"Times New Roman", Times, serif;
font-size: 12px;
color: #b1b73f;
padding-top: 20px;
margin-bottom: 0;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
margin: 0;
padding: 0;
padding-bottom: 0.75em;
}
#wrapper {
width: 800px; min-height: 550px;
background-color:#fbfbfa;
border: 4px solid #535354;
margin: 25px auto;
margin-bottom: 0;
position: relative;
}
/*begin header styles*/
#header {
background: url(/v2/images/bg_header.gif) repeat-x;
width: auto; height: 45px;
margin: 0;
padding: 0;
position: relative;
}
.logo {
top: 20px;
left: 46px;
position: relative;
}
.diagonals {
margin: -20px 0; padding: 0;
top: 0; left: 0;
position: relative;
background: url(/v2/images/bg_headerDiag.gif);
width: auto; height: 13px;
}
/*end header styles*/
#nav {
width: 315px; height: 80px;
position: relative;
top: 22px; left: 20px;
}
#nav ul {
display: inline;
list-style:none;
}
#nav ul .top {
margin-bottom: 5px;
}
#nav ul .bottom {
margin-top: 0;
}
#nav li {
float: left;
}
#nav img {
border: hidden;
margin: 0;
padding: 0;
margin-right: 6px;
}

/*begin main content styles*/
#content {
width: 800px;
height: auto;
position: relative;
}
#mainText {
width: 700px;
margin: 18px auto 10px 49px;
line-height: 1.3em;
}
#mainText a:link {
color:#57707a;
text-decoration: none;
border-width: 0;
}
#mainText a:visited {
border-width: 0;
}
#mainText a:hover {
text-decoration: underline;
border-width: 0;
}
#mainLeft { /*artwork is displayed here*/
background: url(/v2/images/divider.gif) no-repeat;
background-position: right;
width: 396px; height: 390px;
float: left;
margin: 0; padding: 0;
padding-bottom: 1px;
}
#mainLeft Img {
position: relative;
top: 0; left: 40px;
}
#mainRight {
width: 395px; height: auto;
margin: 0; padding: 0;
margin-left: 397px;
}
.instructions {
position: relative;
top: 26px;
left: 20px;
}
#contentRight {
margin-top: 42px;
margin-left: 21px;
}

#mainRight p {
margin-top: 0;
width: 260px;
margin-left: 15px;
line-height: 1.5em;
padding-bottom: 20px;
}
#mainRight a:link {
color:#57707a;
text-decoration: none;
border-width: 0;
}
#mainRight a:visited {
color:#57707a;
text-decoration: none;
border-width: 0;
}
#contentRight a:hover {
text-decoration: underline;
border-width: 0;
}
#contentRight h2, #mainRight h3{
margin-left: 15px;
margin-top: 0;
}
.dividerTop {
position: relative;
background: url(/v2/images/blurb_top.gif) no-repeat;
width: 299px; height: 12px;
}
.dividerBottom {
position: relative;
background: url(/v2/images/blurb_bottom.gif) no-repeat;
width: 299px; height: 12px;
padding-bottom: 20px;
}
/*end main content styles*/
/*begin footer styles*/
#footer {
background: url(/v2/images/bg_footer_lg.jpg) repeat-x #63808b;
bottom: 0;
margin: 0; padding: 0;
position: relative;
width: auto; 
height: 100%;
min-height: 45px;
clear: both;
}
.left{
width: 48px;
float: left;
top: 0; left: 0;
min-height: 45px;
height: 45px;
background: url(/v2/images/footer_left_lg.jpg) repeat-y #63808b;
position: relative;
border-right: 1px solid #dad7d7;
}
.right{
float: right;
top: 0;
width: 49px;
min-height: 45px;
height: 45px;
background: url(/v2/images/footer_right_lg.jpg) repeat-y #63808b;
position: relative;
}
#footer p {
font-weight: 100;
font-size: 9px;
color: #fbfbfa;
text-align: center;
position: relative;
top: 19px;
width: 675px;
margin: auto;
padding-bottom: 3px;
}
#footer a:link {
color:#fbfbfa;
text-decoration: none;
border-width: 0;
}
#footer a:visited {
border-width: 0;
}
#footer a:hover {
text-decoration: underline;
border-width: 0;
}

/*TRASH CODE
------------------------------------
#itemDescription {
position: relative;
width: 299px;
height: 300px;
top: 42px; left: 21px;
background: url(/v2/images/blurb_top.gif) no-repeat;
}
#itemDescription p {
margin-top: 0;
height: 300px;
line-height: 1.4em;
position: relative;
padding-bottom: 5px;
}
--------------------------------------
*/
