body {
        font-family: arial, helvetica, sans-serif ;
        background: #006f73 ;
	color: #daa520 ;
        margin-left: 5px ;
        margin-top: 5px ;
        margin-bottom: 5px ;
        margin-right: 5px 	
}

/*	Link in active tab */
a.actv:link, a.actv:visited, a.actv:active { 
	color: #daa520 ; 
	font-weight: bold ;
	text-decoration: none 
}
a.actv:hover { 
	font-weight: bold ;
	color: #ffd700 
} 
/*	Link in passive tab */
a.pass:link, a.pass:visited, a.pass:active { 
	font-weight: bold ;
	color: #daa520 ; 
	text-decoration: none 
}
a.pass:hover { 
	font-weight: bold ;
	color: #ffd700 
}

div.mainwrapper
{
	width: 704px;
	background: 006f73;
	border-width: 0 ;
	margin: auto;
	bargin-bottom: 1em;
}

p {
	font-size: large;
}

p.header {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 130%;
	text-align: center;
}

img { border: 0 }

img.main {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.posters{
        border: solid 1px;
        border-color: white;
        margin: 10px;
}
p.footer {
	margin-top: 4em;
	font-size: small;
	text-align: center;
}

/* Modified from Picasa default style */

.textbg { 
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 20px;
	color: white
}
.textsm { font-size: 14px; }
.textreg{ 
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: white }
a.pics:link, a.pics:visited, a.pics:active { 
	color: white ; 
}
.announce {
    font-size: 20px ;
    font-weight: bold ;
    color: #ffd700 ;
    text-align: center;
}

