/**
 * ServeBlast
 * (C) 2008 Squish Software
 */

/* Layout
---------------------------------------*/
body {
	background: #FFF;
	color: #444;
	font-family: Verdana, "Lucida Grande", Helvetica, serif;
	font-size: 12px;
	margin: 0;
}

#header {
	background: #333;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: -4px 1px 4px rgba(0, 0, 0, .3);
	position: relative;
	z-index: 2;
}

/* Logo
---------------------------------------*/
#logo {
	background: url(img/light_logo.png) no-repeat;
	width: 310px;
	height: 84px;
	display: block;
	margin: 10px 0 0 25px;
}

#logo h1 {
	display: none;
	visibility: hidden;
}

/* Content
---------------------------------------*/
#content {
	border: 1px solid #CCC;
	padding: 0;
	margin: 0 30px 30px;
}

#text {
	padding: 26px 30px;
}

h2 {
	color: #333;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #EEE;
	font-weight: normal;
}

/* Footer
--------------------------------------------------*/
#footer {
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
	clear: both;
}