@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ECAD00;
	font-family: trebuchet ms, arial, san-serif;
	font-size: 0.8em;
	background-image:url(../images/site_bac.gif);
	background-repeat: repeat-y;
	background-position:center
}


#pg_bg {
	width: 800px;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top: 0px;
}

#header {

}

#content_box_l {
position: absolute; 
left: 0px; 
top: 330px;
width: 380px;
padding: 0px 10px 0px 10px;
}

#content_box_r {
position: absolute; 
right: 0px; 
top: 330px;
width: 400px;
}

#copyright_box {
position: absolute;
bottom: 10px;
left: 0px;
width: 100%;
text-align: center;
}

h1 {
   margin-top: 0px;
   font-size: 1.3em;
   color: #FA4700;
}

h2 {
   margin-top: 0px;
   font-size: 1.1em;
   color: #FA4700;
}

h3 {
   margin-top: 0px;
   font-size: 1.05em;
   color: #FA4700;
}

h4 {color: #000000;
font-size: 1.5em;}

div.phone_txt {
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 80px;
	padding-top: 10px;
	height: 70px;
	font-size: 1.4em;
}

#largetext {font-size: 1.1em;}

.tel_txt {
	color: #FA4700;
	font-size: 1.8em;
}


a:link, a:visited {
	color: #FA4700;
	text-decoration: none;
}

a:hover {
	color: #FA0C00;
	text-decoration: underline;
}

.black {
	color: #000000;
}

