* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: small;
	color: #fff;
	background-color: #212223;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

a:hover { color: #000; }

div#wrap {
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
}

div#fire {
	height: 93px;
	background: url('../img/fire.png') no-repeat top left;
}

div#center {
	height: 240px;
	background: url('../img/center.png') no-repeat top left;
}

div#center ul#nav {
	width: 675px;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	top: 15px;
}

div#center ul#nav li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 100%;
	text-align: center;
	padding: 25px 0;
}

div#center ul#nav li a:hover {
	color: rgb(37,37,37);
	font-weight: bold;
}

ul#nav li.news {
	width: 90px;
	}

ul#nav li.intel {
	width: 85px;	
	}

ul#nav li.portfolio {
	width: 120px;	
	}

ul#nav li.projects {
	width: 150px;
	}

ul#nav li.contact {
	width: 110px;	
	}

ul#nav li.site-map {
	width: 110px;	
	}

div#content {
	height: 240px;
	background: url('../img/content.png') no-repeat top left;
	font-size: 85%;
}

div#left {
	float: left;
	width: 300px;
	min-height: 180px;
	margin-left: 100px;
	padding-top: 20px;
}

div#left p {
	font-size: 110%;
	letter-spacing: 1px;
	line-height: 120%;
	padding-top: 7px;
	padding-bottom: 7px;
}

div#right {
	float: left;
	width: 300px;
	min-height: 180px;
	margin-left: 20px;
	padding-top: 20px;
}


div#right p {
	font-size: 110%;
	letter-spacing: 1px;
	line-height: 120%;
	padding-top: 7px;
	padding-bottom: 7px;
}


div#content h5 { 
	clear: both;
	font-size: 110%;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

div#footer {
	background: url('../img/tagline.gif') no-repeat 310px;
	background-color: #e86a10;
	height: 25px;
	min-height: 25px;
	width: 100%;
	float: left;
}

div#footer p {
	display: none;
}

div#footer p span.bar {
	font-size: 130%;
	line-height: 150%;
}