/* This is the base style sheet that is used anytime in Gallery.

   If you would like to customize the styles please create 
   copy of this file called 

     "base.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties.

   $Id: base.css.default,v 1.1.2.2 2005/04/04 15:26:12 cryptographite Exp $
*/ 


/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
/* CSS Document */

/* CSS Document */

body
{
margin:0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
padding:0px;
}

td.bottom a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#9999FF;
	text-decoration:none;
}

td.bottom a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline; }
td.bottom {
	padding-left:10px;
	padding-top:4px;
	background-image: url(/images/bottombg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

td.sidetop
{
	background-image: url(/images/sidetopbg.jpg);
	background-repeat: repeat-y;
}

td.topright

{
	background-image: url(/images/toprightbg.jpg);
	background-repeat: repeat-x;
}

td.sideleft
{
	background-color: #9696C8;
}

td.sidebottom
{
	background-image: url(/images/sidebottombg.jpg);
	background-repeat: repeat-y;
}

a.nav
{
	width:229px;
	height:18px;
	background-image: url(/images/navigationbg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:23px;
	margin:0px;
	display:block;
	color: #FFFFFF;
	text-decoration:none;
}

a.nav:hover {
	width:229px;
	height:18px;
	background-image: url(/images/navigationbg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	font-size: 12px;
	padding-left:23px;
	display:block;
	color:#CC99FF;
	text-decoration:none;
	}
	
#tophead
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	position:absolute;
	top:30px;
	left:220px;
	font-weight: bold;
	text-transform: uppercase;
}

span.th1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color:#666699;
	text-transform: uppercase;
}

span.th2
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9999CC;
	text-transform: uppercase;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color:#666699;
	font-style: italic;
}
#content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
}


a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:underline;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	text-decoration:none;
}


#tophead2

{

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	position:absolute;
	top:70px;
	left:220px;
	color:#666699;
}



#joinus
{

	position:absolute;
	top:66px;
right:3px;
	color:#666699;
}
	
a.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}

a.special:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}