body {
margin: 0;
padding: 0;
background-color: #fff;
font-size: 11px;
font-family: Tahoma, Verdana, Arial;
text-align: center;
font-weight: normal;
line-height: 20px;
color: #000;
}

img, div { behavior: url(iepngfix.htc) }

#container {
width:900px;
height: auto;
margin-left: auto;
margin-right: auto;
padding: 0;
}

#wrapper {
width:900px;
height: auto;
padding: 0;
margin: 0;
}

#header {
width: 900px;
height: 150px;
padding: 0;
margin:10px 0 0 0;
}


#footer {
width: 900px;
height: auto;
padding: 0;
margin:20px 0 0 0;
text-align: center;
}



#mainContentContainer {
width: 900px;
height: auto;
padding: 0;
margin: 0;
}

#mainContentWrapper {
width:900px;
padding: 0;
margin: 0 auto;
height: auto;
display: inline;
}

#displayBoxWrapper {
width: 900px;
height: 300px;
padding: 0;
margin: 0 auto;
}



#displayBox1 {
width: 298px;
padding: 0;
margin: auto;
height: 298px;
background-color: #000;
float: left;
}

#displayBox2 {
width: 298px;
padding: 0;
margin: auto;
height: 298px;
background-color: #000;
clear: none;
}

#displayBox3 {
width: 298px;
padding: 0;
margin: auto;
height: 298px;
background-color: #000;
}


	

a:link {
	color: #000;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #BA0000;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}
a:active {
	color: #000;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}

a:focus
{
-moz-outline-style: none;
}