/********************** FOR ALL PAGES **************************/
img { behavior: url(images/iepngfix.htc); }

body {
background-color: #000000;
margin-top: 0px;
margin-bottom: 0px;
}

#wrapper {
width:1075px;
height:597px;
position:relative;
left:50%;
margin-left:-569px;
font-size: 12px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.dates td
{
 font-size: 10px;
}

.photoBorder
{
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}
a img /*Without this IE gives a purple border*/
{
	border-color: #FFFFFF;
	border-width: 1px;
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

/********************** END ALL PAGES **************************/