@charset "UTF-8";
/* CSS Document */

.clearfix:after {
    content: "phone number";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
	margin: 0;
	padding: 0;
	text-alight: center;
	background-color: #FFFFFF;
	text-size: 30%;
	color: #000000;
	line-height: 2em;
}

#container {
width: 1020px;
height: 1020px;
margin: 0 auto 0 auto;
text-align: left;
}

#header {
height: 247px;
padding: 0;
margin: 0;
background: #FFFFFF url('graphics/images/header.jpg');
}

#buttons {
height: 38px;
width: 1020px;
padding: 0;
margin: 0;
background: #FFFFFF;
display:inline;
}

#leftgrad {
height: 735px;
width: 40px;
float: left;
background: #FFFFFF url('graphics/images/images/gradient_left.gif');
display:inline;
}

#blank {
height: 630px;
width: 860px;
float: left;
background: #FFFFFF url('graphics/images/images/blank.gif');
display:inline;
padding: 30px 20px 0 60px;
}

#blank_index {
height: 660px;
width: 940px;
float: left;
background: #FFFFFF url('graphics/images/images/blank.gif');
}

#rightgrad {
height: 735px;
width: 40px;
float: right;
background: #FFFFFF url('graphics/images/images/gradient_right.gif');
display:inline;
}

#footer {
height: 75px;
width: 940px;
float: left;
background: #FFFFFF url('graphics/images/images/footer.gif');
display:inline;
}


h1 {
	color: #847B70;
	font-size: 4em;
}

.floatright {
	float: right;
	border: thin solid #CCCCCC;
	padding: 3px;
	margin-top: 5em;
	margin-right: 5em;
	margin-bottom: 0;
	margin-left: 0;
	display:inline;
}

.floatleft {
	float: left;
	border: thin solid #CCCCCC;
	padding: 3px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	display:inline;
}

.floatrightindex {
float: inherit;
border: thin solid #CCCCCC;
padding: 3px;
display: inline;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}
h2 {
	color: #666666;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
}
h3 {
	font-size: 16px;
	line-height: 30px;
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
h4 {
	font-size: 18px;
	color: #808080;
	line-height: 40px;
	text-align: center;
}
