html,body {
 margin: 0px;
 padding: 0px;
 background-color: #ffffff;
 font-family: arial,sans-serif;
 text-align:center;
}

#menubar {
	height: 122px;
	padding-top: 26px;
	background-color: #e4f3f8;
	}

#menubar_content {
	width: 1024px;
	height: 122px;
	margin:auto;
	}
	
#logo {
	width:278px;
	height: 95px;
	margin-right: 30px;
	float: left;
	border: none;
}
	
.button { text-align:center;margin-top: 16px;margin-right: 30px; text-decoration:none; float:left; display:block; background: url('images/cup.png'); width:105px; height:58px; }
.button:hover { background: url('images/cup_over.png'); }
.lefty { margin-left: 183px; }

.button_text {
	 color: #78161a;
	 font-size: 0.65em;
	 font-weight: bold;
	 text-transform: uppercase;
	 margin-top: 40px;

	}

#content {
  background: url('images/back_flash.png') repeat-x;
  text-align: center;
  height: 485px;
}

#about_box {
	float:left;
	width:525px;
	height:110px;
	background-color:#e4f3f8;
	border:1px solid #b8cbd1;
	padding:5px;
	text-align: justify;
	}
	
#about_header {
	margin: 3px;
	width:518px;
	float:left;
	}
	
#about_close {
	margin-top:1px;
	width:13px;
	height: 13px;
	border: 1px solid #d7d7d7;
	float:left;
	text-align:center;
	font-size: 0.8em;
	line-heigth: 0.4em;
	text-decoration: none;
	color: #771718;
	}

#about_box a{
	text-decoration: none;
	color: #000000;
	}
#about_box a:hover{
	color: #771718;
	}
	
#about_box h1{
	margin-top:3px;
	margin-left:3px;
	margin-right:3px;
	color: #771718;
	font-size: 0.8em;
	line-height: 0.9em;
}
#about_box h2 {
	margin: 2px;
	color: #000000;
	font-size: 0.9em;
	line-height: 1em;
	}
	
#about_box h3 {
	font-size: 0.6em;
	line-height:0.7em;
	}

#about_box h4 {
	margin: 2px;
	color: #000000;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	}
		
#about_box p{
	margin-top:-8px;
	margin-left: 3px;
	margin-right: 3px;
	text-color: #000000;
	font-size: 0.6em;
}
	


.about_cell {
	margin-top : -10px;

	height:90px;
	float:left;
}

#about_left {
	margin-left:5px;
	padding-top:10px;	
	width:140px;
}
	

#about_middle {
	margin-left:0px;
    width:185px;
}

#about_right {
	margin-left:10px;
	margin-top:0px;
	width:180px;
	text-align: center;
	}
	
#phone_table {
	width: 190px;
	height: 90px;
	margin-top:2px;
	font-size: 0.7em;
	line-height:0.7em;
	text-align:left;
	}
	
 #city {
	width: 65px;
	}
 #type {
    width: 10px;
 }
 #phone {
 	width: 105px;
 }
#footer {
    font-size:x-small;
    font-weight:bold;
    font-family:"Century Gothic",Arial,Verdana,Helvetica,sans-serif;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    color: yellow;
    background: #fff url(uploads/footer_wrap.gif) repeat-x;
}
#footer td {
    text-align: left;
    font-size: 7.5pt;
}
#footer td.description {
     padding-right: 0px;
     padding-top: 10px;
     vertical-align: top;
}
#footer img {
    height: 54px;
}