/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#ffffff;
}

H1 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing:4px;
	font-variant:small-caps;
	color: #ffffff;
}

H3 {
	margin:25px 0 5px 0;
	}

.half{
float:left;
width:50%;
}

.quote{
float:right;
width:60%;
background-color:#222;
text-align:left;
padding:10px 30px;
margin:15px;
font-style:italic;
}

.quotedby{
text-align:right;
font-style:normal;
}
.picright {
float: right;
border-color:#ffffff;
border-width:1px;
border-style:solid;
margin:20px;
}

.picleft {
float: left;
border-color:#ffffff;
border-width:1px;
border-style:solid;
margin:15px;
}

.noborder {
border-style:none;
}

.picnoborder {
float: left;
margin:20px;
}

.bigger{
color:#FFFFFF;
font-size:120%;
font-weight:bold;
}


.justify {
text-align: justify;
}

.spacer{
border-bottom-color:#FFFFFF;
border-top-color:#333333;
border-width:2px 0 1px 0;
border-style:solid;
height:1px;
}

/*Links*/
a:link{
color:#dddddd;
text-decoration:underline;
}
a:visited{
color:#dddddd;
text-decoration:underline;
}
a:hover{
color:#ffffff;
text-decoration:underline;
}
a:active{
color:#dddddd;
text-decoration:underline;
}
#gal_frame{
text-align:center;
margin-left:auto;
margin-right:auto;
}

.artisttable td{
padding:5px 10px;
text-align:left;
}

#top_right{
height:380px;
width:700px;
position:absolute;
top:0;
right:0;
z-index:-1;
}

#top_left{
height:140px;
width:580px;
top:0;
margin-left:20px;
}

.clearboth {clear:both;}

#outlets li{padding-bottom:10px;}