/* siw.css */


BODY {
   background-color: #FFFFFF;
   font-size: .7em;
   margin: 0px;
   font-family: Arial, sans-serif;
   font-weight: normal;
   overflow: auto;
}

a {
color: #000000;
	text-decoration:underline;
	
}
a:hover {
color: #000000;
	text-decoration:none;
	
}
a:visited {
color: #000000;
	text-decoration:underline;
	
}

P {
   line-height: 1.3em;
   margin: .1em 25px 4em 0em;
   letter-spacing: .01em;
}

/* positioning */

#container-area {
   position: relative;
   top: 0px;
   left: 0px;
   display: block;
   margin-left: 50px;
}

#menu-area {
   position: absolute;
   top: 0px;
   left: 0px;
   display: block;
}

#image-area {
   position: absolute;
   top: 0px;
   left: 213px; /*menu image width + (border size)x2*/
   display: block;
}

#content-area {
   position: absolute;
   top: 300px; /*images height + border size*/
   left: 0px;
   border: 10px solid #DCDCDC; /*border*/
   border-top: 0px;
   width: 880px;
}

/*
#foot-area {
   position: relative;
   top: -5em;
   left: 890px;
   padding-left: 20px;
   height: 0px;
}
*/

/* layout elements */

.text-content {
   width: 439px;
   margin-left: 193px; /*menu image width*/
   text-align: left;
}

.right-content {
   position: absolute;
   top: -20px;
   left: 632px;
   padding: 45px 15px 30px 15px;
   width: 218px;
   img-align: center;
   text-align: center;
   font-weight: normal;
   font-size: .9em;
}

/* artist site */

.artist-menu {
	position: absolute;
	top: 50px;
	left: 20px;
	font-size: 1.1em;
	width: 141px;
}

.artist-menu  A {
   color: #000;
   text-decoration: none;
   line-height: 2em;
}

.full-content {
   width: 687px;
   margin-left: 193px; /*menu image width*/
   text-align: left;
}

.artist-image {
   position: relative;
   top: -2em;
   margin-left: 50px;
   border: 0;
}

.release-col {
   width: 224px;
   vertical-align: top;
   /*font-size: 0.7em;*/
}

.article-col {
   width: 224px;
   vertical-align: top;
   font-size: 0.7em;
}

.video-col {
   width: 330px;
   vertical-align: top;
}

/**/

.head-menu {
   width: 193px;
   height: 290px;
   margin: 0px;
   border: 10px solid #DCDCDC; /*border*/
   border-bottom: 0px;
}

.head-image {
   width: 687px;
   height: 290px;
   border: 0px;
   border-bottom: 10px solid #DCDCDC; /*border*/
}

/* styles */ 

.header {
   text-transform: lowercase;
   background-color: #DD4D44;
   color: #FFFFFF;
   font-family: Times New Roman, Times, serif;
   font-size: 1.7em;
   letter-spacing: .10em;
   font-weight: normal;
   padding: 0px 10px 0px 10px;
   margin-right: -2px;
}

.sub-header {
   font-family: Arial, sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   margin: 1em 25px .5em 0em;

}
