@charset "UTF-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #7F7F7F;
	background-image: url(../images/body_bkgrn.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 803px;
	z-index: 5;
	height: 100%;
	/*min-height: 500px;*/
	
}

/*height: 100%;
	width: 800px;
	padding: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
	
	position: relative;*/

#wrapper {
	margin: 0px;
	height: 100%;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	display: block;
	height: 152px;
	padding: 0px;
	background-image: url(../images/AS_header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

h1 span {
	display: none;
}



#crossLine {
	background-color: #e9e7e4;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 175px;
}

#left_col {
	width: 620px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#right_col {
	width: 170px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.content_box {
	font-size: 0.8em;
	background-color: #faf5e1;
	position: relative;
	border-top-width: 8px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dfdeca;
	border-left-color: #dfdeca;
}

.content_box p {
	line-height: 1.3em;
	padding-bottom: 7px;
}

.Lcol {
	text-align: justify;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

.Rcol {
	text-align: right;
	width: 137px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
}

h2 {
	position: relative;
	margin: 0px;
	padding: 0px;
	right: -5px;
	display: block;
	text-align: right;
	top: -30px;
}

h2 span {
	display: none;
}

.deco {
	background-image: url(../images/AS_deco_03.png);
	display: block;
	height: 75px;
	width: 242px;
	position: absolute;
	left: -34px;
	top: -35px;
}

#statement {
	width: 350px;
	margin-left: 240px;
}

#statement h2 {
	background-image: url(../images/AS_h2_03.png);
	height: 37px;
	width: 157px;
	position: absolute;
}

#history {
	margin-left: 140px;
}

#history h2 {
	background-image: url(../images/AS_h2_10.png);
	height: 48px;
	width: 157px;
	position: absolute;
}

#contact {
	font-size: .7em;
}

#contact h2 {
	background-image: url(../images/AS_h2_06.png);
	height: 23px;
	width: 90px;
	position: absolute;
	right: 0px;
	top: -21px;
}

#signature {
	height: 77px;
	width: 150px;
	background-image: url(../images/AS_sign_black.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: -42px;
	top: 256px;
}

#signature span {
	display: none;
}

#footer {
	display: block;
	width: 625px;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	text-align: right;
}

a {
	color: #990000;
}

address {
	font-style: normal;
}
