@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
input, select{ font-size:11px; }
a {
	color: #03F;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #03F;
	text-decoration: underline;
	cursor:pointer;
}
.clear {
	clear: both;
}

body {
	background:url(../images/bg.gif) repeat-x #fff;
	text-align: center;
}

/* Headers */
h1{ font-size:18px; }
h2{ font-size:15px; }
h3{ font-size:14px; }
h4{ font-size:10px; } /* After this not really a heading anymore */


/* Layout and site-wide styles */
#container{ width:880px; margin:auto; text-align:center;  }

#left{ float:left; width:150px; }
 #left_bar{ background:url(../images/glassware3.jpg) no-repeat right top; height:948px; }
 #address_box{ color:#000; padding:4px; text-align:center; }
 #address_box address{ font-family:Verdana; font-weight:bold; text-decoration:none; font-style:normal; font-size:11px; padding-top:20px; }

#right{ float:right; width:730px; text-align:left; }
 #header{ background:url(../images/header.jpg) repeat-x #000; width:100%; height:108px; }
 #body_text{ border:12px solid #999; background:#fff; text-align:center; min-height:430px; }
  #body_document{
	padding:10px 20px;
	text-align:left;
	color: #000;
}
  #body_document h1{
	text-align:center;
	font-size: 14px;
}
  #body_text p{ text-align:left; }
 #footer{ padding:4px; color:#000; font-size:11px; }
  #footer #footer_left{
	float:left;
	width:500px;
}
  #footer #footer_right{ float:right; width:200px; text-align:right; }
  #footer a{ color:#000; text-decoration:none; padding-left:10pt; }
  #footer a:hover{ color:#333; text-decoration:none; cursor:pointer; }
  
  
 #home_left{ float:left; width:73%; text-align:justify; padding-right:2%; }
 #home_left p{ text-align:justify; }
 #home_right{ float:right; width:25%; margin-top:25px; }

 #home_right .right_box{ border:1px solid #CC0000; margin-bottom:10px; font-size:11px; text-align:center; width:165px; }
 #page_title{ width:73%; text-align:center;}
   
 /* End of styles.css */

