/****
* Website design and CSS style by Artis . design studio (www.goartis.com)
****/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f0e0 url(../img/bkgd_pilie.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.maincontainer {
	width: 900px;
	background: white;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.introtext {
	color: black;
	font: 14px/18px Copperplate, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid red;
	padding-bottom: 5px;
}

.introtext2 {
	color: black;
	font: 11px/14px Copperplate, Georgia, "Times New Roman", Times, serif;
}

.text {
	color: #575757;
	text-align: justify;
	font: 13px/17px Georgia, "Times New Roman", Times, serif;
	list-style-type: square;
}

.text a:link, .text a:active {
	color: #575757;
	text-decoration: underline;
	padding: 1px;
}

.text a:visited {
	color: #9f9f9f;
	text-decoration: underline;
}

.text a:hover {
	color: #cd0016;
	text-decoration: none;
}

.textmini {
	color: #9d9d9d;
	font: italic 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.footersection {
	height: 325px;
	width: 900px;
}

.footer {
	color: #556c7f;
	font: 9px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.footer a:link, .footer a:visited {
	color: #556c7f;
	text-decoration: none;
}

.footer a:hover {
	color: #b0d0ff;
	text-decoration: none;
}

.footerspacer {
	text-align: left;
	padding-top: 240px;
}

h1, h2, h3 {
	 font-family: Copperplate, Georgia, "Times New Roman", Times, serif;

	font-weight: normal;
	font-style: normal;
}

h1 {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	color: #414141;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.2em;
	color: #98acb0;
	line-height: 1em;
}

.navi {
	text-transform: uppercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #9d874d;
}
.navi a:link, .navi a:visited {
	color: #cdb065;
	text-decoration: none;
}
.navi a:hover {
	color: #ff1a00;
	text-decoration: none;
}

.bizinfo {
	color: #98acb0;
	font: 14px/30px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.mainbox {
	height: 100%;
	top: 0;
	width: 100%;
	right: 0;
	vertical-align: middle;
	position: absolute;
}

.floatright {
	float: right;
}

.rbox {
		border: 1px dotted silver;
	width: 235px;
	background-color: #edebfa;
	padding: 10px 20px;
}

.redline {
	border-top: 1px solid red;
}


