@charset "utf-8";
/* CSS Document */

body {
background-color:#EEEDD5;
width:100%;
height:100%;
}

#wrapper {
z-index:0;
text-align:left;
margin: 0 auto;
margin-top: 30px;
width: 900px;
background-color:#FFFFFF;
border:5px double #970F00;
}

#header {
width:900px;
height:200px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

#nav_bar {
margin:0px;
padding-top:5px;
padding-bottom:5px;
padding-left: 0px;
padding-right: 0px;
background-color:#970F00;
width:900px;
height:30px;
color:#FFFFFF;
font-family:"Century Gothic", Georgia, Verdana, sans-serif;
font-size:20px;
text-align:center;
}

#nav_bar a:link, 
#nav_bar a:visited {
color:#FFFFFF;
text-decoration:none;
}

#nav_bar a:hover {
text-decoration:underline;
}

#player {
width:100px;
height:30px;
position:relative;
top: -35px;
left:800px;
}

#break {
width:900px;
height:2px;
background-color:#FFFFFF;
}

#content {
width:850px;
padding:15px;
padding-left:25px;
padding-right:25px;
min-height:600px;
background-color:#FFFFFF;
color:#970F00;
font-family:"Century Gothic", Georgia, Verdana, sans-serif;
font-size:16px;
display:block;
}

#content a:link, 
#content a:visited {
color:#970F00;
text-decoration:underline;
}

#content a:hover {
color:#FF9900;
}


#thumbwrapper {
padding-left:17px;
}

#thumbnail {
padding-left:100px;
padding-right:100px;
width:650px;
display:block;
float:left;
/*border:3px double #970F00;*/
}

#thumbnail img {
width:175px;
}

#thumbtitle {
padding:15px;
text-align:center;
font-weight:bold;
font-size:18px;
width:500px;
}

#thumbprice {
padding:15px;
text-align:center;
font-weight:bold;
height:25px;
width:175px;
}

#thumbdesc {
font-size:12px;
}

#footer {
padding-top:20px;
text-align:center;
color:#970F00;
}

#footer a:link,
#footer a:visited {
color:#970F00;
text-decoration:underline;
}

#footer a:hover {
text-decoration:none;
}
