body {
	margin: 0px;
	padding: 0px;
	background:repeat-x;
	background-image:url(images/background.jpg);

	}
	
#banner {
	margin: 0 auto;
	background-image:url(images/superstar.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 135px;
	}
	
#wrap {
	margin: 0 auto;
	width: 800px;
	}



/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;

}

#menu li {
	display: inline;
	padding-left: 30px;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

/* End of Menu */




#header {
	clear: both;
	padding-left: 30px;
	padding-top: 30px;
	}

	
/* Start of Pictures */

.main {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	}

	
img {
	margin-left: 30px;
	margin-top: 30px;
	border: 2px solid #000000;
	}

/* a img {filter:alpha (opacity=50); -moz-opacity:0.5; opacity:0.5; -khtml-opacity:0.5; border: 2px solid #000000;} 

a:hover img {filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0; border: 2px solid #000000;} */

/* End of Pictures */


/* Start of Table */

table {
	margin-left: 30px;
	}
	
td {
	text-align: center;
	font-family: "Copperplate Gothic Light";
	font-size: 15px;
	}
	
td .small {
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	font-weight:bold;
	}
	
td .space {
	width: 35px;
	}
	
td a {
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	}
	
td a:hover {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* End of Table */

h1 {
	margin-bottom: 5px;
	margin-top: 5px;
	}

h2 {
	font-family: "Book Antiqua";
	color: #CC3300;
	margin-top: 0px;
	font-size: 25px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight:bold;
	}

#footer {
	height: 40px;
	background-color:#000000;
	margin-top: 60px;
	}
	
#archive {
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 500px;
	font-size: 17px;
	}
	
#archive a{
	font-weight: 500;
	text-decoration: none;
	color:#000000;
	}
	
#archive a:hover {
	color:#0033CC;
	}

