body {
	background: #000 url('images/topBar.png') top left repeat-x;
	color: #fff;
	height: auto;
}

#headerWrapper{
	width: 100%;
	background: transparent url('images/headerBar.png') center left repeat-x;
	margin-top: 50px;
}

#header {
	background: transparent url('images/logo.png') center center no-repeat;
	height: 230px;
	width: 100%;
	text-indent: -9999px;
	
}

#navigationWrapper {
	width: 100%;
	height:2px;
	
}

#navigation {
}

#navigation ul {
	width: 644px;
	margin: 0 auto;
}

#navigation ul li {
	display: block;
	float: left;
	position:relative;
}

#navigation ul li a {
	display: block;
	width: 161px;
	height: 52px;
	background: transparent url('') center center no-repeat;
	text-indent: -9999px; 
	overflow: hidden;  
}


#navigation ul li a.home {
	background-image: url('images/home.png');
}

#navigation ul li a.products {
	background-image: url('images/products.png');
}

#navigation ul li a.services {
	background-image: url('images/services.png');
}

#navigation ul li a.contact {
	background-image: url('images/contact.png');
}

#contentWrapper {
	margin: 20px auto 0 auto;
	width: 700px;

}

#content {
	
}

h1 {
	color: #fffc9d;
}

h2 {

}

h3 {

}

h4 {
	color: #2e70ff;
}

#content p {
	padding-bottom: 6px;
	margin-bottom: 3px;
}

.wrap
{
border-bottom: solid 1px #1a1a15;
	padding-bottom: 6px;
	margin-bottom: 3px;
}

.wrap ul
{
	margin-bottom:30px;
}

.wrap ul li 
{
	margin-left:50px;
}

.textBlock {
	margin-bottom: 60px;
}

.icons {
	background-color: #313131;
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 20px;
	padding: 2px 5px;
	border-top: solid 1px #1a1a15;
	border-left: solid 1px #1a1a15;
}

.icons a {
	display: block;
	float: left;
	margin-right: 3px;
	height: 16px;
	width: 16px;
	background: transparent url('') center center no-repeat;
}

.icons a.products {
	background-image: url('images/basket.png');
}

.icons a.blog {
	background-image: url('images/newspaper.png');
}

.icons a.email {
	background-image: url('images/email.png');
}

.icons a.feed {
	background-image: url('images/feed.png');
}

.icons a.cd {
	background-image: url('images/cd.png');
}

.photodiv
{
	float:right;
}

.photo
{
  border:none;
}
