body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	color: #990000;
	font-weight: bold;

}
a:visited {
	color: #990000;
	font-weight: bold;

}
a:hover {
	color: #CC0033;
	font-weight: bold;

}

.menu {
	font-size: small;
	font-weight: bold;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
}

a.menu:hover {
	text-decoration: underline;
	color: #FFFFCC;
	}
	
a.menu:visited {
	font-weight: bold;
	color: #000000;
}

#menu_top{
	width: 760px;
	position: absolute;
	left: 53px;
	top: 0px;
	height: 100px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-top-color: #A72225;
	border-right-color: #A72225;
	border-bottom-color: #A72225;
	border-left-color: #A72225;
}

#content {
	position: absolute;
	left: 53px;
	top: 120px;
	width: 760px;
}

#content_left {
	position: absolute;
	left: 53px;
	top: 120px;
	width: 340px;
	padding: 5px;
	height: 1600px;
}

#content_right {
	position: absolute;
	left: 405px;
	top: 120px;
	width: 400px;
	padding: 5px;
	height: 1600px;
}

.text {
	float: right;
	position: relative;
	background-color: #FFFF00;
	height: auto;
	width: 345px;
	margin-right: 5px;
}

.new_item {
	border-top: none;
	border-right: none;
	border-bottom: medium solid #000000;
	border-left: none;
	padding-bottom: 20px;
}
.t_menu {
	text-align: center;
}
.price_tag {
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}
.item_size {
	font-weight: bold;
	color: #006699;
}
#margin {
	width: 43px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(basicimages/bg_tile.gif);
	height: 1750px;
	background-repeat: repeat-y;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #D32B28;
}
