/* Body */
body {	
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background-template.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #560009;
}
/* Index Page Only */
#centerDivide {
	background-color: #FFFFFF;
	width: 300px;
}
/* Template Pages */
#centerDivideSub {
	background-color: #ECE9D8;
	width: 225px;
	border-left: 25px solid #55000A;
	float: left;
}
	/* Logo */
	#logoLarge {
	background-image: url(../images/ionicInnovations.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 225px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	/* Column */
	#ionicCapital {
	background-image: url(../images/column.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 225px;
	height: 380px;
}
/* Content */
#contentMain {
	width: 530px;
	position: absolute;
	left: 250px;
	padding: 5px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contentMain a {
	font-weight: bold;
	color: #686666;
	text-decoration: none;
}
#contentMain a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Headers */
.headerMain {
	color: #55000A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: right;
	border-bottom: 1px solid #BFBDAF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #686666;
	border-bottom: 1px solid #686666;

}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/* 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;
}
/* Fade */
#fade {
	background-image: url(../images/ionicfade.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 50px;
	margin-top: 50px;
	padding-top: 15px;
	border-top: 1px solid #BFBDAF;
}
