﻿html, body {
	height:99%;
	margin:0px;font-family: Arial;
	font-size: medium;
	background-color:#000000;background-image: url('site-files/background.gif');background-repeat:repeat-x;
}
ul, li {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
h1	{
	text-align:center;
}
#main {
	background-color: #FFFFFF;
	width: 1000px;
	border: thick double #FF0000;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
#header{
	border-bottom: 2px solid #999999;
	height: 301px;
	}
#header-left{
	width:350px;height:106px;float:left;
	text-align: center;
}
#header-right{
	width:350px;height:106px;float:right;
	text-align: center;
}

#logo{
	width: 268px;
	margin-left:auto;margin-right:auto;
}
#address{
	font-weight: bold;
	text-align: center;
}
#header-text1{
	font-weight: bold;
	text-align: center;
	font-size: large;
	color: #000080;
}
#header-text2{
	text-align:center;
	color: #FF0000;
	font-weight: 700;
}
#header-text3{
	text-align:center;
	font-weight: 700;
}
#header-phone{
	text-align:center;font-size:x-large;font-weight:bold;
}
#header-visa{
	text-align: center;
	background-color: #999999;
	padding: 5px;
	z-index: 2;
	left: 89px;
	top: -122px;
	position: relative;
	height: 68px;
	width: 108px;
}
#topnav{
	clear:both;width:100%;
	background-color:#999999;
	height: 32px;
	}
#topnav ul{
	margin-left:auto;margin-right:auto;
	height: 32px;
	width: 535px;
	text-align: center;
}
#topnav ul li{
	display:inline;
}
#topnav a{
	color: #ffffff;
	font-weight: bold;
	float: left;
	background-color:black;
	padding: 6px 10px;
	margin-right: 1px;
}
#topnav a:hover {
	background-image:url('site-files/button1.gif');background-repeat:repeat-x;
}
#topnav a:active {
	background-image:none;background-color:red;
}
#content {
	clear:both;
	padding-bottom:65px;
}
#content-text{
	width:860px;
margin-left:auto;margin-right:auto;text-align:center;
font-size:large;
}
#footer {
	width:1000px;
	height:60px;
	margin-top:-65px;
	margin-left:auto;
	margin-right:auto;
	background-color:#999999;
}
#bottomnav{
	text-align:center;
	padding-top:10px;
}
#bottomnav a{
	padding-left:10px;padding-right:10px;
	background-image:none;
}
#footer-text {
	font-size:small;
	text-align:center;
}