﻿body 
{
	margin-top:5px;
	font-family: Arial, MS Sans Serif;
	font-size:95%;
	margin-bottom:5px;
	background-color:white;/*#FFFF99;*/
}
#window 
{
	width:800px;
	background-color: #FFFACD;
	border-right: solid 1px grey;
	border-bottom: solid 1px grey;
}
#shopwindow
{
	padding: 5px 5px 5px 5px;
}
#menu td
{
	width:300px;
	background-color:#A02010;
	border: solid 2px grey;
	vertical-align:middle;
	color:White;
	font-size:80%;
}
#topbar
{
	width:800px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: White;
}
#content
{
	background-color: #FFFACD;
}
#content_image
{
	float:right;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content_insert
{
	position: absolute;
	top: 140px;
	left:380px;
	width:400px;
	height:410px;
	overflow:auto;
	padding-right: 20px;
	padding-top:0px;
	font-size:95%;
}
#under_shop_text
{
	font-size: 80%;
	width: 250px;
}
.menubar
{
	background-image: url('../images/colourblob.gif');
	color:white;
}
.menubar td
{
	width: 180px;
	padding:2px 2px 2px 7px;
	border-left: solid 1px white;
	border-right: solid 1px white;
	text-align: center;
}
.menubar a
{
	color:white;
	text-decoration:none;
}
.menubar a:hover
{
	color:#A02010;
	text-decoration:none;
}
#footer
{
	font-size:80%;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

