body,
html
{
	margin: 0px;
	padding: 0px;
}

#mybody
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#top
{
	position relative;
	width: 750px;
	height: 102px;
}
#mainscreen
{
	position: relative;
	top: 0px;
	left: 0px;
}
#left
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
}
#center
{
	position: relative;
	margin-top: 15px;
	top: 0px;
	left: 170px;
	width: 430px;
}
#centerright
{
	position: relative;
	margin-top: 15px;
	top: 0px;
	left: 170px;
	width: 580px;
}
#content
{
	position: relative;
}
#right
{
	position: absolute;
	top: 15px;
	left: 600px;
	width: 150px;
	font-weight: bold;
}
#nav
{
	position: absolute;
	top: -17px;
	right: 0px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	padding-right: 12px;
}
.head
{
	font-size: 18px;
	font-weight: normal;
	color: #96bcd5;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.notepart
{
	background-color: #fff9d1;
	padding: 20px 4px 6px 4px;
	font-weight: normal;
}
#nav a:link,
#nav a:visited,
#nav a:active,
#nav a:hover
{
	text-ddecoration: none;
	color: #777777;
}
#nav a:hover
{
	color: #aaaaaa;
}

.notepart a:link,
.notepart a:visited,
.notepart a:active,
.notepart a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.notepart a:hover
{
	color: #555555;
}
a.menu:link,
a.menu:visited,
a.menu:active,
a.menu:hover
{
	display: block;
	padding-left: 20px;
	width: 130px;
	height: 20px;
	border-bottom: solid 1px #999999;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	color: black;
}
a.menu:hover
{
	background-color: #ffe855;
}

a.lnk:link,
a.lnk:visited,
a.lnk:active,
a.lnk:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}
#center a:link,
#center a:visited,
#center a:active,
#center a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a.lnk:hover,
#center a:hover
{
	color: #666666;
}

.title
{
	width: 460px;
	padding-right: 5px;
}
.price
{
	width: 45px;
	padding-right: 5px;
}
.num
{
	width: 30px;
}

.item
{
	width: 120px;
	padding: 4px 15px 4px 0px;
}
.inp
{
	width: 250px;
}
.but
{
	font-style: italic;
}

.nrm
{
	font-weight: 300;
}
