/* Burke Computer Default CSS
 * Copyright 2005 Burke Computer Solutions. All rights reserved.
 * $Id: base.css 23 2005-07-08 06:30:37Z reid $
 */

@import url("base.css");

#splash {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	height: 100px;
	padding: 0;
	width: 100%;
	background: white url("subtitle_laptop.jpg") no-repeat top right;
	border-bottom: solid 1px #1c2a47;
	overflow: auto;
	z-index: 6;
}

#splash h2 {
	color: #000000;
	padding-top: 10px;
	margin: 0 280px 0 6em;
	font: bolder 210% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: left;
}

#splash p {
	color: #222222;
	margin: 0 280px 0 13em;
	font: 110% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align: left;
}

#main {
	padding-top: 107px;
}
