﻿* { margin:0; padding:0; border:0; }

body { font-family:Arial, Helvetica, sans-serif; background:#981B1E url('red.png'); color:#981B1E; }
#container { position:absolute; display:block; width:800px; left:50%; margin-left:-400px; margin-top:10px; background:url('redwhite2.png') repeat-y; }

#head { display:block; margin-left:380px; height:120px; }
#left { width:140px; height:300px; float:left; }
#right { display:block; margin-left:150px; width:650px; }

#message { display:block; float:left; width:240px; margin-right:40px; }
#list { display:block; float:right; width:340px; margin-right:20px; }

#content { clear:both; display:block; width:800px; }
#image { display:block;  float:left; margin-right:50px; }

#foot { clear:both; display:block; margin-right:20px; padding-top:10px; text-align:right; }
#helper { position:absolute; top:550px;}

h3, h6 { color:#F8B9A5; }
h2 { color:#F6E6E6; }
p { color:#981B1E; margin-bottom:4px; }
li a { font-weight:bold; text-decoration:none; }
a:link, a:visited, li { color:#C68773; }
a:active, a:hover { color:#F8B9A5; }
#current { font-weight:bold; color:#F8B9A5; }

#list .text { text-align:left; }
#list .price { text-align:right; }
#left ul { margin-top:120px; list-style:none; }
#left li { margin:5px; font-size:16px; }

