@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0; }
body { font-family:Arial, Helvetica, sans-serif; text-align:center; background:url('../images/bg.jpg') repeat-x top left #900; font-size:0.8em; }
#container { width:800px; margin:30px auto; text-align:left; padding:40px; background:#fff; }
h1, h2 { font-family:Georgia, "Times New Roman", Times, serif; }
h1 { font-size:5.6em; font-weight:normal; }
h1 a, h1 a:hover { text-decoration:none; color:#fff; }
h2 { font-size:1.6em; padding-top:10px; }
h2, h3 { padding-left:15px; }
h3 { font-size:1.2em; }
a { color:#900; }
a:hover { color:#300; }
p { padding:15px; line-height:1.6em; }
br.clear { clear:both; height:0; }
.overlay { background:#fff; filter: alpha(opacity=60); zoom:1; -moz-opacity: 0.60; opacity: 0.60; -khtml-opacity: 0.60;}

#header { background:url('../images/header.jpg') top left repeat-x; padding:14px 20px; height:97px; margin-bottom:20px; }
#header img { float:right; }
#header a img { border:none; padding-top:10px; }
#header p { font-style:italic; font-weight:bold; padding:0; color:#fff; margin:-10px 0 0 5px; font-size:1.2em; }

#content, #order { padding:5px; }
#content { float:left; width:56%; border:solid 6px #ee8811; }
#images img { height:176px; overflow:hidden; margin-right:3px; }
#contact { float:right; width:38%; }
#images { float:right; width:39.3%; }
#contact { border:solid 6px #dd3300; margin-top:10px; }
#contact h2 { padding-top:14px; }
#order { color:#fff; background:#ee8811; margin-top:20px; }
#footer { padding:20px 20px 0 20px; font-size:0.9em; }

