/* Julie Robinson Art - orange_trees Theme v1.0 */
/* Splash Site CSS - splash.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created: Sep 2, 2008 */

/* Basic Elements */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	min-width: 772px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	text-align: center;
}
a:link, a:visited {
	color: #5c1d00;
	text-decoration: none;
}
a:hover, a:active {
	color: #b03700;
}

#container {
	margin: 0;
	background: transparent url(images/splash_bg.png) no-repeat center center;
	height: 535px;
}
#splash-logo {
	text-align: left;
	width: 772px;
	margin: 0 auto 10px;
	padding-top: 390px;
}
#splash-logo p {
	text-align: center;
	margin: 10px 330px 10px 30px;
	font-size: 20px;
}

#Footer {
	margin: 0 auto;
	padding: 8px 0 0;
	text-align: right;
	color: #8a8a63;
	clear: both;
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	width: 772px;
}