/* Caldwell's Grant - cg Theme *//* Splash Page CSS - siteSplash.css *//* Designed by Four Mind :: fourmind.ca *//* Created: Jul 24, 2007 *//* Basic Elements */body {
	background: #000;
	margin: 0px;
	padding: 0px;
	min-width: 774px;
	font: 14px Times, "Times New Roman", Georgia, serif;
	color: #CCC;
	text-align: center;
}
p.caption {
	font-size: 9px;
	margin: 3px 10px;
	padding: 0px;
	text-indent: 0px;
}
a:link, a:visited {
	color: #DDD;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
}
a img { border: none; }
.hidden { display: none; }
.clear { clear: both; height: 0px; }

#splBG  {
	background: #000 url(images/splBG.png) left top repeat-x;
}
#splIMG {
	width: 733px;
	margin: 0 auto;
}
.splLINK {
	width: 640px;
	margin: 0 auto;
	text-align: right;
}
.splLINK a {
	display: block;
	text-align: right;
	margin-right: 90px;
	letter-spacing: 3px;
	font: italic 24px Times, "Times New Roman", Georgia, serif;
	text-transform: lowercase;
}
#Footer {
	background: transparent url(images/bg_footer.jpg) top left repeat-x;
	margin: 0;
	padding: 55px 0 0;
	text-align: center;
	color: #999;
	clear: both;
	font: 11px Geneva, "Lucida Grande", Lucida, Verdana, sans-serif;
}
#Footer a:link, #Footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #FFF;
	text-decoration: underline;
}/* End Splash CSS */