body{
	padding:0px;
	margin:0px;
	color:#ffffff;
	background:url('images/background.jpg');
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#ffffff;
}
img{
	border:0px;
}
.content{
	
}
.nav_contact{
	float:right;
}
.nav_contact a{
	display:block;
	background:url('images/nav_off_contact.jpg') no-repeat;
	height:31px;
	width:201px;
}
.nav_contact a:hover{
	background:url('images/nav_contact.jpg') no-repeat;
}
.nav_links{
	float:right;
}
.nav_links a{
	display:block;
	background:url('images/nav_off_links.jpg') no-repeat;
	height:31px;
	width:75px;
}
.nav_links a:hover{
	background:url('images/nav_links.jpg') no-repeat;
}
.nav_gallery{
	float:right;
}
.nav_gallery a{
	display:block;
	background:url('images/nav_off_gallery.jpg') no-repeat;
	height:31px;
	width:81px;
}
.nav_gallery a:hover{
	background:url('images/nav_gallery.jpg') no-repeat;
}
.nav_about{
	float:right;
}
.nav_about a{
	display:block;
	background:url('images/nav_off_about.jpg') no-repeat;
	height:31px;
	width:78px;
}
.nav_about a:hover{
	background:url('images/nav_about.jpg') no-repeat;
}
.nav_shop{
	float:right;
}
.nav_shop a{
	display:block;
	background:url('images/nav_off_shop.jpg') no-repeat;
	height:31px;
	width:78px;
}
.nav_shop a:hover{
	background:url('images/nav_shop.jpg') no-repeat;
}
.nav_services{
	float:right;
}
.nav_services a{
	display:block;
	background:url('images/nav_off_services.jpg') no-repeat;
	height:31px;
	width:74px;
}
.nav_services a:hover{
	background:url('images/nav_services.jpg') no-repeat;
}
.nav_home{
	float:right;
}
.nav_home a{
	display:block;
	background:url('images/nav_off_home.jpg') no-repeat;
	height:31px;
	width:82px;
}
.nav_home a:hover{
	background:url('images/nav_home.jpg') no-repeat;
}
.content{
	background:url('images/content_background.jpg') no-repeat;
}	
.fr{
	float:right;
	padding:5px;
}
p {
	font-size:14px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	}
.footer_nav_other, .footer_nav_other a{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:10pt;
	background-color:#284E77;
}