body { 
  background-image: url();
  background-color: #000000; 
  margin: 0px;
  padding: 0px; 
  min-width: 1000px;
}

a:link      { color: red; text-decoration: underline; }
a:visited	{ color: red; text-decoration: underline; }
a:active	{ color: white; text-decoration: underline; }
a:hover	    { color: white; text-decoration: underline; }

/* Generally used for links you don't want underlined */
a.menu:link		{ color: #FFFFFF; text-decoration: none; }
a.menu:visited	{ color: #FFFFFF; text-decoration: none; }
a.menu:active	{ color: #ff0000; text-decoration: none; }
a.menu:hover	{ color: #ff0000; text-decoration: none; }

/* The inbox, system, society, etc links in the Message Center */
a.message:link		{ color: #FF0000; text-decoration: none; }
a.message:visited	{ color: #FF0000; text-decoration: none; }
a.message:active	{ color: #FFA6A6; text-decoration: none; }
a.message:hover		{ color: #FFA6A6; text-decoration: none; }

/* The Border color of the Dark Network Banners in the Footer */
.pic a img { border: 1px solid red; } 
.pic a img:link { border: 1px solid red; }
.pic a img:visited { border: 1px solid red; }
.pic a img:active { border: 1px solid white; }
.pic a img:hover { border: 1px solid white; }

/* Special Link colors. Open Link Directory, etc. */
a.special:link          { color: #F000F0; text-decoration: underline; }
a.special:visited       { color: #F000F0; text-decoration: underline; }
a.special:active        { color: #FFFFFF; text-decoration: underline; }
a.special:hover         { color: #FFFFFF; text-decoration: underline; }

hr {
  border: 0;
  height: 1px;
  color: red;
  background-color: red;
}

p {
  margin: 0px;
  padding: 0px; 
}

img { border-style: none; }

/* All text is within tables. */
table {
  text-align:justify;
  color:white;
  font-family:Verdana,Arial,Helvetica;
  font-size:10pt;
  font-weight:normal;
}

/* For the smaller page text */
.footer	{
  text-align:justify;
  color:White;
  font-family:Verdana,Arial,Helvetica;
  font-size:8pt;
  font-weight:normal;
}

/* Forms and buttons */
.forminput, .textinput, .radiobutton, .checkbox, .textarea {
  font-size: 12px;
  font-color: White;
  font-family: verdana, helvetica, sans-serif;
  vertical-align: middle;
  color: White;
  background-color: Black;
  border: 1px #C60000 solid;
}
form {
  margin: 0px;
  padding: 0px; 
}

/* The Main Forum page */
.forum_table { background-color: black; }
.forum_td { background-color: #600000; }
.forum_closed { background-color: #300000; }
.forum_text { color: white; }
a.forum:link { color: white; text-decoration: none; }
a.forum:visited { color: white; text-decoration: none; }
a.forum:active { color: red; text-decoration: none; }
a.forum:hover { color: red; text-decoration: none; }
/* End Forum */

/* Journals - The Comment area */
.journal_comment_table { 
  background-color: #800000; 
  text-color: white; 
  text-align: justify;
  color: white;
  font-family: verdana,arial,helvetica;
  font-size: 8pt;
  font-weight: normal;
}
.journal_comment_div {
  border: 1px solid red; 
  padding: 0px; 
  background: #000000;
  text-align:justify;
  color: white;
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  font-weight: normal;  
}
a.journal_comment:link		{ 
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:visited	{ 
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:active	{ 
  color: #ff0000; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
a.journal_comment:hover	    { 
  color: #ff0000; 
  text-decoration: none; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
}
/* End Journal Formatting */

/* For various |, [, and ] symbols throughout the site */
.divider { color: white; }

/* This table is used to highlight the "You Have New Messages" text */
.msg_table { background-color: #610b01; }

/* The text of the "You Have New Messages" line */
.new_msgs {
  text-align:justify;
  color:white;
  font-family:Verdana,Arial,Helvetica;
  font-size:8pt;
  font-weight:normal;
}
.new_msgs a:link      { color: #FF5353; text-decoration: underline; }
.new_msgs a:visited	 { color: #FF5353; text-decoration: underline; }
.new_msgs a:active	 { color: white; text-decoration: underline; }
.new_msgs a:hover	 { color: white; text-decoration: underline; }

/* Vampbox time/date stamps */
.vb_txt { color: #e93838; }

/* Table Outlines */
.tablewindows { background-color: #C60000;}

/* Table insides */
.tdwindows { background-color: black;}

/* Profile Page. The Description Box and Description area */
.tabledescription { background-color: red; }
.tddescription { background-color: black; }

/* Fonts */
/* Success/Good messages */
.success { color: lime; }
/* Failure/Bad messages */
.error { color: red; }
/* Warning color. Usually yellow */
.warn { color: yellow; }

/* Only used for "The Ultimate Vampire Resource & Directory in Logo menu */
h1 {
  color: #ffffff; 
  font-family: verdana, helvetica, sans-serif; 
  font-size: 12pt; 
  text-align: center; 
  font-weight: bold; 
  margin: 0px; 
  padding: 0px;
}

/* Headline, title text. Like "Site News" or "Profiles" */
.headline {
  color: #ffffff; 
  font-family: helvetica, verdana, sans-serif; 
  font-size: 16pt; 
  text-align: center; 
  font-weight: normal; 
  margin: 0px; 
  padding: 0px;
}

/* START MAIN NAVIGATION BAR */
#mnavlist{ 
  background-color: #900000;
  margin: 10px 0px 15px 0px;
  padding: 0px;
  text-align: left; 
}
#mnavlist li.mww {
  display: inline;
  list-style-type: none;
  color: #ccccff; 
  background-color: #900000;
  font-weight: bold;
  font-family: helvetica, sans-serif, verdana;
  font-size: 9pt;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#mnavlist li.mww a {
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  color: #ffffff; 
  background-color: #900000;
  white-space: nowrap; 
  text-decoration: none;
  border: 1px solid #900000;
}
#mnavlist li.mww a:hover{
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  background-color: #ffffff;
  color: #900000;
  text-decoration: none;
  border: 1px solid #900000;
}
#mnavlist li.mww a.mmenu {
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  color: #00a5f4; 
  background-color: #900000;
  white-space: nowrap; 
  text-decoration: none;
  border: 1px solid #900000;
}
#mnavlist li.mww a.mmenu:hover{
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  background-color: #ffffff;
  color: #000099;
  text-decoration: none;
  border: 1px solid #900000;
}
/* END MAIN NAVIGATION BAR */

/* START PERSONAL, LOGGED IN NAVIGATION SYSTEM */
.menu_table td {
	background-image:url('http://www.vampirerave.com/inc/layouts/images/showcase_girls/menu.jpg'); background-repeat:repeat;
	BORDER-BOTTOM: #000000 1px solid; BORDER-TOP: #500000 1px solid; 
}
.DHTMLSuite_menuBar_top{	/* The bar that is parent of the menu strip */
	height:29px;
	width:100%;
	background-repeat:repeat-x;
	font-size:12px;
	z-index:100000;
	padding-left:10px;
	color:#ffffff;
}
.DHTMLSuite_menuBar_sub{
	position:absolute;
	background-color:#000000;
	border:1px solid #000;
	background-image:url('http://www.vampirerave.com/inc/layouts/images/showcase_girls/menu-bar-gradient.gif');	/* Background image for sub menu items */
	background-repeat:repeat-y;
	background-position: left center;
	display:inline;
	color:#ffffff;
}
.DHTMLSuite_menuItem_top_regular,.DHTMLSuite_menuItem_top_over,.DHTMLSuite_menuItem_top_click,.DHTMLSuite_menuItem_top_disabled,.DHTMLSuite_menuItem_top_active{
	height:20px;
}
.DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div,.DHTMLSuite_menuItem_top_click div,.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div{
	padding-top:2px;
	padding-bottom:2px;
}
.DHTMLSuite_menuItem_top_regular{	/* Top level menu item - Regular state */
	padding-left:1px;
	padding-right:4px;
	margin-right:4px;
	padding-top:1px;
	padding-bottom:1px;	
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
}
.DHTMLSuite_menuItem_top_over{ /* Top level menu item - Mouse over state */
	padding-left:0px;
	padding-right:3px;
	margin-right:4px;
	border:1px solid #ff0000;
	background-color:#000000;
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
	padding-bottom:1px;
}
.DHTMLSuite_menuItem_top_active{	/* Top level menu item - Active state - this is typical the state for menu item 1 when a sub group is expanded and the mouse is located over one of the sub menu items */
	padding-left:0px;
	padding-right:3px;
	margin-right:4px;
	border:1px solid #ff0000;
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
	padding-bottom:1px;
	background-color:#000000;		
}
.DHTMLSuite_menuItem_top_click{	/* Top level menu item - Mouse click state */
	padding-left:0px;
	padding-right:3px;
	margin-right:4px;
	border:1px solid #000;
	background-color:#ff0000;
	cursor:pointer;
	line-height:16px;
	margin-top:3px;
	z-index:20000;
	padding-bottom:1px;
}
.DHTMLSuite_menuItem_top_disabled{	/* Disabled menu item */
	padding-left:0px;
	padding-right:4px;
	margin-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	cursor:default;
	line-height:16px;
	margin-top:3px;	
}
.DHTMLSuite_menuItem_top_disabled img,.DHTMLSuite_menuItem_top_disabled div{
	filter:alpha(opacity=30);
	opacity:0.3;
}
.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div, .DHTMLSuite_menuItem_top_click div, .DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div{	/* divs for the text,icon and arrow of a menu item */
	float:left;
	padding-left:3px;
	padding-right:0px;
}
/* CSS FOR THE SMALL ARROW DIV - WHEN YOU CLICK ON THIS DIV, SUB ELEMENTS WILL SHOW */
.DHTMLSuite_menuItem_top_arrowShowSub{
	width:12px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url('http://www.vampirerave.com/inc/layouts/images/showcase_girls/menu_strip_down_arrow.gif');
	margin:0px;
	margin-right:-1px;
	/* ma\rgin-right:-3px;	/* Size of padding-right of top menu items - used to get the arrow to apear at the right of the menu item */
	padding:0px;
	height:16px;
	margin-left:2px;
	margin-top:1px;
	float:right;
}
.DHTMLSuite_menuItem_top_over .DHTMLSuite_menuItem_top_arrowShowSub,
.DHTMLSuite_menuItem_top_click .DHTMLSuite_menuItem_top_arrowShowSub
{	/* Sub menu arrows */
/*	margin-left:1px;*/
	margin-left:2px;
}
.DHTMLSuite_menuItem_separator_top{	/* Separator of type "top" */
	height:20px;
	margin-top:5px;
	margin-bottom:3px;
	width:4px;
	padding-left:3px;
	padding-right:3px;
	background-repeat:repeat-y;
	background-image:url('http://www.vampirerave.com/inc/layouts/images/showcase_girls/menu_strip_separator.gif');
	
}
.DHTMLSuite_menuItem_sub_regular, .DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_disabled,.DHTMLSuite_menuItem_sub_active{	/* Commom css for regular, mouse over and mouse click items */
	clear:both;	
	line-height:18px;
	height:18px;	
	padding-left:25px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;	
	cursor:pointer;	
	margin:1px;
	background-repeat:no-repeat;
}
.DHTMLSuite_menuItem_sub_disabled{
	cursor:default;
}
.DHTMLSuite_menuItem_sub_disabled div,.DHTMLSuite_menuItem_sub_disabled{	/* Disabled sub menu item - Here, we apply the rules on the divs inside the element, i.e. the div for the icon, text and arrow */
	filter:alpha(opacity=30);
	opacity:0.3;
}
.DHTMLSuite_menuItem_sub_regular{	/* Regular menu item */
	margin-left:4px;	/* size of margin above + 1 pixel */
	padding-top:3px;	/* Size of padding-top above + 1 pixel */
	padding-bottom:3px;	/* Size of padding-bottom above + 1 pixel */
}
.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_active{
	border:1px solid #AA0000;
}
.DHTMLSuite_menuItem_sub_regular div, .DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_click div{
	float:left;	/* To get the icons and text of sub elements side by side */
}
.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{	/* Mouse over effect */	
	background-color:#000000;		
	margin-left:3px;
}
.DHTMLSuite_menuItem_sub_click{	/* Mouse click effect */
	background-color:#000000;
}
.DHTMLSuite_menuItem_sub_click div, .DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_active div,.DHTMLSuite_menuItem_sub_disabled div{	/* divs for the text,icon and arrow of a menu item */
	float:left;
	padding-left:1px;
	padding-right:1px;
}
/* END LOGGED IN NAVIGATION SYSTEM */

/* START PICTURE ROTATION */
/* This section is not valid CSS. It *looks* like CSS to fool the browser,
   but it's really a configuration file. This section is used by the layout
   To randomly rotate a set of pictures. List here all the
   pictures you want to rotate. Only edit the urls. You can list as
   many urls as you want. 

   The section SHOWCASE is a full URL path to each picture. 1 URL per line.
   Pictures MUST be 320 pixels in width. Height can be anything.
   
   The section CAPTIONS is optional. If filled in, the number of lines must
   match the number of lines in the SHOWCASE section. Each line in CAPTIONS
   corresponds to the same line number in SHOWCASE. You may use the anchor
   tag around a caption to create a link. The anchor tag is optional.
   Whatever caption you fill in, is what will appear below the picture.

*/
.ignore_me {

SHOWCASE
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-CherryAdvocaat-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-CherryAdvocaat-2.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-CherryAdvocaat-3.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-CherryAdvocaat-4.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-CherryAdvocaat-5.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-kittenluvs2bite-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Morrigon-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Morrigon-2.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Morrigon-3.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Morrigon-4.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Morrigon-5.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Morrigon-6.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Morrigon-7.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-MysticMoon-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-MysticMoon-2.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-MysticMoon-3.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-6.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-10.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-23.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-28.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-29.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-32.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-33.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-35.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-36.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-45.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Nicnivian-47.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Punkie-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Punkie-7.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Punkie-8.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Punkie-12.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Punkie-13.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-SweetlyDecadent-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-TheVenus-56.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-TheVenus-69.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Vespers-2.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Vespers-3.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Vespers-84.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-xMISFITx-2.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-xMISFITx-4.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-XspiritofbeautyX-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-XTCraver-7.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-XTCraver-64.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-bloodpetals-2.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Callalilly-1.jpg
http://www.vampirerave.com/inc/layouts/images/showcase_girls/showcase-Callalilly-2.jpg
END-SHOWCASE

CAPTIONS
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=CherryAdvocaat">CherryAdvocaat</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=CherryAdvocaat">CherryAdvocaat</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=CherryAdvocaat">CherryAdvocaat</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=CherryAdvocaat">CherryAdvocaat</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=CherryAdvocaat">CherryAdvocaat</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=kittenluvs2bite">kittenluvs2bite</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Morrigon">Morrigon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Morrigon">Morrigon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Morrigon">Morrigon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Morrigon">Morrigon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Morrigon">Morrigon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Morrigon">Morrigon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Morrigon">Morrigon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=MysticMoon">MysticMoon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=MysticMoon">MysticMoon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=MysticMoon">MysticMoon</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Nicnivian">Nicnivian</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Punkie">Punkie</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Punkie">Punkie</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Punkie">Punkie</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Punkie">Punkie</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Punkie">Punkie</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=SweetlyDecadent">SweetlyDecadent</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=TheVenus">TheVenus</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=TheVenus">TheVenus</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Vespers">Vespers</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Vespers">Vespers</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Vespers">Vespers</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=xMISFITx">xMISFITx</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=xMISFITx">xMISFITx</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=XspiritofbeautyX">XspiritofbeautyX</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=XTCraver">XTCraver</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=XTCraver">XTCraver</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=bloodpetals">bloodpetals</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Callalilly">Callalilly</a>
<a class="caption" href="http://www.vampirerave.com/profiles/profiles2.php?profile=Callalilly">Callalilly</a>
END-CAPTIONS

}

/* This is actual css, for the caption links, if captions are used */
.caption { font-weight: bold; font-size: 10pt; font-face: verdana; }
a.caption:link		{ color: #ff0000; text-decoration: none; }
a.caption:visited	{ color: #ff0000; text-decoration: none; }
a.caption:active	{ color: #ffffff; text-decoration: underline; }
a.caption:hover	    { color: #ffffff; text-decoration: underline; }

/* END PICTURE ROTATION */
