/* CSS Document */

body {
	background-image: url(images/page_design/backgrounds/background_metallic.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #FFCC33;
	background-color: #000000;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	}

#header img{
	margin: 0px;
	}

#side-a {
	float: left;
	width: 240px;
	text-align: left;
	font-size: small;
	color: #ffcc33;
	margin-right: 3px;
}

#content { 
	float: left;
	width: 70%;
	margin-left: 3px;
	padding: 15px;
	font-size: medium;
	border: #ffcc33 double;
	text-align: center;
}

#footer {
	clear: both;
	}

.caption {
	font-weight: bold;
	font-size: x-small;
	font-style: italic;
		}

.reminder {
	color: #FF0000;
	}
	
.underline {
	text-decoration: underline;
	}
	
.boldunderline {
	text-decoration: underline;
	font-weight: bold;
	}
	
.green  {
	color: #33CC00;
	font-weight: bold;
	}
	
#hitcounter {
	font-size: x-small;
		}
	
a {
	color: #33CC00;
	font-weight: bold;
	text-decoration: none;
	}
	
a img {
	border: none;
	text-decoration: none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration: underline;
	}
		
a:visited {
	color: #669900;
	}
	
a:hover {
	color: #CC6600;
	text-decoration: underline;
	background-color: transparent;
	}
	
.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

hr {width: 500px;
	color: #FFCC33;
	text-align: center;
	}
	
.hitcounter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000000;
	text-align: center;
	background-color:#009900;
	margin-left: 400px;
	margin-right: 250px;
	border: thin #FF3333 dotted;
}

.hitcounter hr{
	text-align: center;
	padding: 1px;
	color: #CC3333;
	background-color: #CC3333;
	height: 2px;
	}
	
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #FFCC33;
}

h1	{
	font-size: 1.4em;
	color: #990000;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
	color: #666600;
	font-variant: small-caps;
	}
	
.greetings a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
}
.greetings a img{
	text-decoration: none;
	border: none;
}

.music {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
}

.music a{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
}

.update {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFcc33;
}

.update a{
 	color: #009900;
	font-weight: bold;
	text-decoration:none;
	}
	
.update a:hover{
 	color: #009900;
	font-weight: bold;
	text-decoration: underline;
	}