/* Body */
body {	
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #560009;
}
#centerDivide {
	background-color: #ECE9D8;
	width: 300px;
	position: static;
}
/* Logo */
#logoLarge {
	background-image: url(../images/ionicInnovationsLarge.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 295px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
/* Column */
#ionicCapital {
	background-image: url(../images/ionicCapitalMain.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 293px;
	height: 495px;
}
/* Links */
#mainLinks {
	text-align: center;
	width: 221px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 5px;
}
#mainLinks a {
	font-weight: bold;
	color: #55000A;
	text-decoration: none;
}
#mainLinks a:hover {
	color: #333333;
	text-decoration: underline;
}
/* Footer */
#copyright {
	color: #686666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 25px;
}
#copyright a {
	color: #686666;
	text-decoration: none;
}
#copyright a:hover {
	color: #333333;
	text-decoration: underline;
}
