
/* outer background color */
body
{
	background: #FFFFFF;
	color: #FFFFFF;
}

td 
{
	color: #000000;
}

.searchClicks a
{
	color:#316C5E;
}

.searchClicks2 a
{
	color:#316C5E;
}


blockquote{
	border-color: #1C2D64;
}

/* sets inner background color and outer gradient bars */
#main
{ 
  color: #000000;
}

/* Sets board color around objects and and top bars color */
#links, #footer, a
{
	color: #000000;
	border-color: #1C2D64;
}

/* sets upper menu tabs colors and text color*/
#menu li a
{
	background: #492645;
	color: #E7E7E7;
	border-color: #492645;
}

/* sets the links and the footers colors */
#links a, #footer a
{ background: transparent;
  color: #000000;
}

/* sets the links hover colors */
#links a:hover, #footer a:hover
{
	background: transparent;
	color: #316C5E;
}


/* sets the logo and border color */
#logo
{
	color: #492645;
	border-color: #492645;
	background-color: #FFFFFF;
	background-image: url(yourpartystoplogo.jpg);
	background-repeat: no-repeat;
	background-position: center;  
}

#logo h2
{color: #492645;
background: transparent;
}

/* sets the h1 color */
h1, #column1 h1, #column2 h1, #column3 h1
{ background: transparent;
  color: #492645;
  border-color: #FFFFFF;
}



#menu
{ background: transparent;
  color: #000000;
}

/* sets the background color of the sidebar's area as well as the color of the text in those areas */
.sidebaritem, .rightsidebaritem
{
	background: #E7E7E7;
	color: #000000;
}

/* sets the background color of the mainbar's area as well as the color of the text in those areas */
.mainbaritem
{ background: #E7E7E7;
  color: #000000;
}

/* sets the background color of the profile's area as well as the color of the text in those areas */
.profileitem
{ background: #E7E7E7;
  color: #000000;
}

/* sets the menu hover color */
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
	background: #1C553F;
	color: #E7E7E7;
} 


/* sets the inner body's background color and the color of the text in this area */
#content, #column2, #column3
{
	background: #FFFFFF;
	color: #000000;
	border-color: #FFFFFF;
}


/* sets the color of the links in the inner body's area */
#column2 a:hover, #column3 a:hover
{ background: #E7E7E7;
  color: #316C5E;
  border-color: #316C5E;
}


#column2 a, #column3 a
{ background: transparent;
  color:#000000
}


/* sets the color of the links in the sidebar area and the arrow in front of the links */
.sbilinks li a, .sidebaritem a, .rightsidebaritem a
{ background: #E7E7E7;
  color: #000000;
} 

/* sets the hover color of the links in the sidebar area and the arrow in front of the links */
.sbilinks li a:hover, .sidebaritem a:hover, .rightsidebaritem a:hover
{
	background: #E7E7E7;
	color: #316C5E;
} 

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #FFFFFF;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #E7E7E7;}
