/*	TEMPORARY	*/

div {

}

/*	POSITIONING	*/

body {
background-color: white;
margin: 10px;
padding: 10px;
font-family: Georgia, Times, serif;
color: #776b5a;
}

table#bodytable {
width: 100%;
height: 100%;
border: 0px;
}
table#bodytable td {
vertical-align: middle;
text-align: center;
}

div#navbardiv{
width: 100%;
text-align: center;
padding-top: 10px;
margin: 0;
}
a.nb{
font-size: 16px;
font-weight: normal;
text-decoration: none;
color: #F5007A;
margin-right: 15px;
margin-left: 15px;
padding-bottom: 0;
text-transform: lowercase;
letter-spacing: 1px;
}
a.nb:hover{
color: #7b3d96;
}
a#on{
border-top: 1px solid #F5007A;
}

div#contentdiv table{
text-align: center;
margin: auto;
}
div#contentdiv table td{
vertical-align: top;
}



div#containerdiv {
position: relative;
text-align: left;
margin-left: auto;
margin-right: auto;
width: 900px;
height: 668px;
background-color: none;
border: 0px;
}
body#home div#containerdiv{
background: white;
border: 0;
}
body#home div#containerdiv img{
/*border: 2px solid #F5007A;*/
margin-top: 10px;
}
body#history div#containerdiv, body#cdstore div#containerdiv, body#cdaftersale div#containerdiv{
background-image: url(images/bkgd-history.jpg);
}
body#news div#containerdiv, body#links div#containerdiv{
background-image: url(images/bkgd-news.jpg);
}
body#pics div#containerdiv{
background-image: url(images/bkgd-pics.jpg);
}
body#media div#containerdiv{
background-image: url(images/bkgd-media.jpg);
}

div#contentdiv{
overflow: auto;
}

body#history div#contentdiv {
position: absolute;
top: 90px;
left: 350px;
width: 500px;
height: 500px;
text-align: justify;
border: 1px solid #F5007A;
padding: 10px;
}
body#cdaftersale div#contentdiv{
position: absolute;
top: 150px;
left: 400px;
width: 300px;
height: 300px;
text-align: justify;
border: 1px solid #F5007A;
padding: 10px;
}
body#cdstore div#contentdiv {
position: absolute;
top: 100px;
left: 370px;
width: 450px;
height: 450px;
text-align: justify;
border: 1px solid #F5007A;
padding: 10px;
}
body#news div#contentdiv {
position: absolute;
top: 90px;
left: 450px;
width: 380px;
height: 500px;
text-align: justify;
border: 1px solid #F5007A;
padding: 10px;
}
body#links div#contentdiv {
position: absolute;
top: 90px;
left: 450px;
width: 380px;
/*height: 500px;*/
text-align: justify;
border: 1px solid #F5007A;
padding: 10px;
}
body#pics div#contentdiv {
position: absolute;
top: 90px;
left: 430px;
width: 350px;
height: 500px;
text-align: center;
border: 1px solid #F5007A;
padding: 10px;
}
body#media div#contentdivaudio {
position: absolute;
top: 90px;
left: 20px;
width: 400px;
height: 150px;
text-align: center;
border: 1px solid #F5007A;
padding: 10px;
}
body#media div#contentdivvideo {
position: absolute;
top: 290px;
left: 20px;
width: 400px;
height: 324px;
text-align: center;
vertical-align: middle;
border: 1px solid #F5007A;
padding: 10px;
}


/*TEXT STUFF*/

p {
font-size: 13px;
text-align: left;
padding: 0px 15px 0px 15px;
color: #776b5a;
line-height: 18px;
}
h1 {
color: #F5007A;
text-align: center;
padding: 0px 0px 10px 0px;
font: italic 15px Georgia, Times, serif;
}
hr {
background-color: #8D806A;
height: 1px;
border: 0px;
margin: 20px 15px 20px 15px;
}
hr.hrstrong {
background-color: #da096f;
height: 3px;
border: 0px;
margin: 40px 15px 30px 15px;
}
b i {
color: #da096f;
}

a{
font-weight: normal;
text-decoration: underline;
color: #F5007A;
padding-bottom: 0;
}
a:hover{
color: #a230df;
}

input.buynow:hover{
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);
} 
img.thumbs{
/*width: 50px;
height: 50px;*/
border: 1px solid #ecadb1;
margin: 20px;
}
img.thumbs:hover{
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);
}

