﻿body
{
	background: #cedae9;
	margin: 0;
	padding: 0;
}

.wrapper
{
	margin-left: auto;
	margin-right: auto;
	background: #eeeeee;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-right: 2px #408d8a solid;
	border-left: 2px #408d8a solid;	
}

.logo_bg
{
	background: #efefef url('../images/logo_bg.gif');
	height: 78px;
}

.logo
{
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	width: 248px;
	height: 78px;
}

.header
{
	background-image: url(../images/header_image.gif);
	width: 674px;
	height: 74px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;	
}

.nav
{
	background-image: url('../images/nav_bg.gif');
	height: 29px;
}

.category_top
{
	background-image: url('../images/cat_top.gif');
	width: 153px;
	height: 16px;
}

.category_middle
{
	background-image: url('../images/cat_middle.gif');
	width: 153px;
	height: 100%;
}

.category_bottom
{
	background-image: url('../images/cat_bottom.gif');
	width: 153px;
	height: 16px;
}

.footer
{
	background-image: url(../images/footer_bg.gif);
	height: 79px;
}

img
{
	border: 0;
}

a:active, a:link, a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}