/*********************************
	Main Styles for the Magic Ink Jet Site

	Top level - include this first and then include
	the sub-level css for the underlying pages
	
	The sub-level css might define the same ids
	differently depending on how they are used
*********************************/



body {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #F6F6F6;
}

#page-container {
/*	width: 760px;*/
	width: 960px;
	padding-top: 20px;
	padding-left: 20px;
}

A:link {color: #00ADED; text-decoration: underline}

A:visited {color: #00ADED; text-decoration: underline}

A:active {color: #00ADED; text-decoration: underline}

A:hover {color: #00ADED; text-decoration:none}

img {
	border: 0;
}

.hidden {
	display: none;
}

#header-container{
	/*width: 760px;*/
	width: 960px;
	height: 50px;
	margin: 0;
	padding:0;
	float: left;
}

	#header-logo{
		float: right;
	}

#center-container {
	/*width: 790px;*/
	width: 990px;
	margin: 0;
	padding:0;
	float:left;
	clear:left;
}
	#center-logo{
		float: right;
		padding-right: 10px;
		padding-top: 15px; 
	}

.logotable{
	width: 145px;
	float: left;
}

.logotable td{
	text-align: center;
	padding-bottom: 10px;
}

	#center-image{
		float: right;
		margin: 0;
		padding-top: 15px;
	}

#location-container{
	float: right;
	/*width: 760px;*/
	width: 960px;
	padding-top: 20px;
	margin: 0;
}

#location-container table{
float: right;
}

 .arrow{
	vertical-align: bottom;
	float: left;
}

#small-logo{
	/*width: 760px;*/
	width: 960px;
	float: left;
	padding-top: 40px;
}



#footer-container{
	/*width: 760px;*/
	width: 960px;
	padding-top: 10px;
	float: left;
}	


	#footer{
		font-size: 10px;
		font-weight: bold;
		border-top: 2px solid #85BCDF;
		color: #00ADED;
	}

	#footer p{
		padding-top: 2px;
		padding-bottom: 2px;
	}

sup {
	font-size:8px;
}


