/* CSS Document */



#imax-main-content 
{ 
	width:990px; 
	background-color:white; 
	margin-left:auto; 
	margin-right:auto;
	border-right: 5px solid black;
	border-left: 5px solid black;
}


#imax-sys-header
{
	background-color:white;
	width:990px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
	border-right: 5px solid black;
	border-left: 5px solid black;

}

#imax-sys-footer
{
	background-color:white;
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
	border-right: 5px solid black;
	border-left: 5px solid black;
}


#imax-site-header
{
	width:990px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
	border-right: 5px solid black;
	border-left: 5px solid black;

}



#imax-site-sidebar
{
	padding:10px; 
}


#imax-site-sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}

#imax-site-sidebar a:link {
	text-decoration: none;
}
#imax-site-sidebar a:visited {
	text-decoration: none;
	color: 000066;
}
#imax-site-sidebar a:hover {
	text-decoration: underline;
	color: #000066;
}
#imax-site-sidebar a:active {
	text-decoration: none;
	color: 000066;
}


#imax-site-footer
{
	width:990px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
	border-right: 5px solid black;
	border-left: 5px solid black;
}

