*body {
	padding:0; 
	margin:0;
}
*html {
	padding:0; 
	margin:0;
}
body {
	background-color: #03000a;
}
#container {
	position: relative;
	width: 1004px;
	margin: auto;
	margin-top: 25px;
	background: url(img/ne-middle.png) repeat-y;
}
#header {
	background: url(img/ne-top.png);
	height: 160px;
	z-index: 2;
}
#index {
	display: block;
	width: 195px;
	height: 95px;
	position: absolute;
	top: 32px;
	left: 22px;
	background: url("img/logo2.png") no-repeat 0 0;
}
#index:hover {
	background-position: 0 -95px;
}
#index span {
	display: none;
}
#services {
	display: block;
	width: 115px;
	height: 18px;
	background: url("img/services2.png") no-repeat;
	margin-left: 0%;
	margin-top: 5px;
}
#about {
	display: block;
	width: 75px;
	height: 18px;
	background: url("img/about2.png") no-repeat;
	margin-left: 40%;
	margin-top: -18px;
}
#contact {
	display: block;
	width: 95px;
	height: 18px;
	background: url("img/contact2.png") no-repeat;
	margin-left: 70%;
	margin-top: -18px;
}
#services:hover, #about:hover, #contact:hover {
	background-position: 0 -18px;
}
#services span, #about span, #contact span {
	display: none;
}
#sideBar {
	position: absolute;
	top: 400px;
	left: 25px;
	width: 180px;
	height: 275px;
}
#sideBarAbout {
	position: absolute;
	top: 300px;
	left: 45px;
	width: 180px;
	height: 275px;
}
#sideBar ul, h2 {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#sideBar h2, ul, li {
	color: #ede7e5;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
}
#bodyText {
	position: relative;
	margin-left: 260px;
	margin-top: -155px;
	margin-bottom: -165px;
	width: 650px;
	padding: 25px;
	top: 10px;
	min-height: 700px;
}
#bodyTextAbout {
	position: relative;
	margin-left: 260px;
	margin-top: -155px;
	margin-bottom: -165px;
	width: 650px;
	padding: 25px;
	top: 10px;
	min-height: 700px;
}
#portrait {
	width: 121px;
	height: 169px;
	padding: 1px;
	border: 1px solid #333;
	float: right;
	margin: 0 0 1em 1em;
	background: url("img/smoking.jpg") no-repeat;
}
#portrait span{
	display: none;
}
#foot {
	background: url(img/ne-bottom.png) no-repeat;
	height: 155px;
	z-index: 2;
}
#footer {
	text-align:center;
	font-size:9px;
	position:relative;
	margin-top:5px;
	margin-bottom:0;
}
#navigation {
	position: relative;
	width: 375px;
	margin: auto;
	left: 50px;
	text-align:center;
}
h1 {
	color: #FFF;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	font-weight: bold;
	line-height: 1.5;
	font: 20px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #FFF;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	font-weight: bold;
	font: 18px/1.5 Georgia, "Times New Roman", Times, serif;
}
h3, h4 {
	color: #FFF;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
}
p, blockquote {
	z-index: 1;
	color: #ede7e5;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color:#999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}