html {
	overflow-y: scroll;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0;	
}

.emphasis {
	color: #F26520;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 990px;
	text-align: right;
	font-weight: bold;
}

#header {
	position: relative;
	height: 250px;
	margin-bottom: 15px;
	color: #F26520;
}

#phone {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	background-color: #000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#phone A {
	color: #FFF;
}

#logo {
	z-index: 1;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
}

#nav {
	float: right;
	height: 30px;
	width: 800px;
	text-align: right;
	font-weight: bold;
	background: #000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#nav A {
	color: #FFF;
}

#body {
	clear: both;
	width: 990px;
	text-align: left;
	color: #000;
}

#emphasis {
	position: relative;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 990px;
	background-color: #F7F7F7;
	color: #000;
	text-align: center;
	font-weight: bold;
}

#footer {
	position: relative;
	margin-top: 10px;
	text-align: center;
	color: #000;
}