/* Site colors

   Gray: #C7C9C8
   Yellow: #FFFF33
   Pink: #CF1E48

*/

* { margin: 0; padding: 0 }

body { margin: 0; font: 11px verdana, sans-serif; }

a { color: #000; text-decoration: underline; }
a:hover { color: #CF1E48; text-decoration: underline; }

#container { position: relative; }

#top { width: 1000px; height: 485px; background: url('/images/r4head2.png') no-repeat scroll top left; }
*html #top { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/r4head2.png'); }

#enemiespace { float: left; margin: 174px 0 0 0; }

#enemies1 { float: left; margin: 174px 21px 0 0; width: 118px; height: 138px; background: url('/images/album.png') no-repeat scroll top left; }
*html #enemies1 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/album.png');  }

#enemies2 { float: left; margin: 164px 0 0 0; width: 118px; height: 148px; background: url('/images/single.png') no-repeat scroll top left; }
*html #enemies2 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/single.png');  }

#nav { width: 700px; margin: -165px 0 0 320px; }
*html #nav { margin: -115px 0 0 320px; }

#nav img { margin-right: 8px; margin-bottom: 5px; }

#content { width: 419px; margin: 15px 50px 15px 320px; }

#content .date { font-weight: bold; }

#content .headline { font-weight: bold; text-transform: uppercase; }

#content .photo { margin: 0 7px 7px 0; } 

.disco_thumb { margin: 0 4px 4px 0; }
.album {  }
.album_image { float: left; margin-right: 10px; }
.album_deets { float: left; }

#list * { vertical-align: middle; }
#user { width: 170px; height: 20px; background: #000; border: none; padding: 3px 0 0 2px; color: #CF1E48; font-size: 10px; }
#join { }