﻿@charset "utf-8";
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
	min-height:750px;
	margin: auto;
	background-color: #000000;
}
body {
	background-color:#6B4237;
	color: #FFFFFF;

}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	width: 150px;
	float:left;
	height: 500px;
}
#catalog {
	float:left;
	background-color: #000000;
	background-image: url(page01.jpg);
	background-repeat: no-repeat;
	width: 389px;
	height: 500px;
}



			}

a:link {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
		}

li a:link {
	font-weight:normal;
	color:#FFFFFF;
	font-weight: bold;
		}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
		text-decoration:none;
}

 a:hover {
	color:#FFCC33;
	text-decoration:underline;
	font-weight: bold;
	}
li a:hover {
	color:#FFCC33;
	text-decoration:underline;	
	font-weight: bold;
	}		
#wrapper #menu li {
	list-style-type: none;
	line-height: 1.25;
	font-variant: inherit;
	text-decoration: none;
}
#wrapper2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	width: 750px;
	margin:auto;
}
#page {
	background-color: #000000;
	width: 470px;
	text-align: center;
	float:left;
}
