/* CSS Document */

#imax-main-content 
{ 
	width:980px; 
	background-color:white; 
	margin-left:auto; 
	margin-right:auto;
}

#imax-sys-header
{
	background-color:white;
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}

#imax-sys-footer
{
	background-color:white;
	width:970px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}


#imax-site-footer
{
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}

#imax-site-header
{
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}


#imax-site-sidebar
{
	width:150px;
	padding-top:10px;
	padding-left:10px;
}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #800000;
}

