@charset "UTF-8";
/* CSS Document */
body {
	background-color:#9A0B00;
	font-family:Arial, Helvetica, sans-serif;
}
/* div, td, h1 {	border:1px dashed white;} */
.main {
	position:absolute;
	width:80%;
	left:10%;
}
#header {
	background-color:#DD0000;
	height:115px;
	width:100%;
	text-align:center;
}
#header h1 {
	padding-top:20px;
}
#header h1 a {text-decoration:none;color:#000000;}
#like {
	border: none; 
	overflow: hidden; 
	height: 24px; 
	width: 50px; 
	float:right;
	display:inline;
}
#like2 {
	border: none; 
	overflow: hidden; 
	height: 24px; 
	width: 50px; 
	display:inline;
	margin-bottom:-7px;
}
#buttons table {
	margin:auto;
}
#button {
	background-color:#FF0000;
	border-radius:5px;
	display:inline-block;
	margin:2px;
	padding:5px 5px 0px 5px;
}
#buttons td form {
	padding-top:2px;
}
#buttons a {text-decoration:none;color:#000000;}
#buttons a:hover {font-weight:bold;}
#button_base {
	background-color:#FF0000;
	width:100%;
	height:15px;
	margin-top:-10px;
}
#cart {
	background-color:#DD0000;
	}
#main {
	text-align:center;
	background-color:#CC0000;
	margin-top:1%;
	margin-bottom:1%;
	width:100%;
}
#footer {
	background-color:#BB0000;
	text-align:center;
	bottom:2px;
	height:70px;
	width:100%;
}
#footer p {
	font-size:0.9em;
}
#footer table {
	 margin:auto;
	 padding-top:10px;
}
ul {
	list-style-type:none;
}