/* Written for Excell NY
    By Justin Sickles
    EDI Technology
*/

*
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	background-image: url('../uploads/images/body_bg.gif');
	background-repeat: repeat;
}

#top
{
	background-color: transparent;
	color: inherit;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}

#page
{
	background-color: #FFFFFF;
	color: inherit;
	display: block;
	position: relative;
	width: 780px;
}

#header
{
	background: transparent;
	color: inherit;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 130px;
	margin-left: 15px;
}

#header #logo
{
	position: absolute;
	top: 25px;
	left: 20px;
	width: 143px;
	height: 87px;
	border: none;
}

#header #tagline
{
	background-color: transparent;
	color: #174E84;
	display: block;
	position: absolute;
	bottom: 22px;
	right: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-style: italic;
}

#body
{
	background: transparent;
	color: inherit;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 15px;
	width: 750px;
}

#body #nav
{
	background-color: #67686A;
	color: inherit;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 25px;
	z-index: 100;
}

#body #content
{
	background: transparent;
	color: inherit;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	margin-top: 7px;
	margin-bottom: 7px;
	z-index: 10;
}

#body #base
{
	background-color: #174E84;
	color: inherit;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 40px;
}

#footer
{
	background: transparent;
	color: #67686A;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 30px;
	margin-left: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 30px;
}

#footer a
{
	color: #67686A;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}

#space
{
	background-color: transparent;
	display: block;
	position: relative;
	width: 780px;
	height: 50px;
}
