@charset "utf-8";
/* CSS Document */
body {
position:relative;
background: url('images/bg.jpg');
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}
h3 {
text-align:center;
font-size:95%;
}
h2, #content h2 {
	line-height: 90%;
	font-size:130%;
}
#content h3 {
	display:block;
	background:#333;
	color:#fff;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
}
hr {
line-height:5px;
}
#container {
width:730px;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;
	z-index:-1;
}
#header, #mainbody {
text-align:left;
background:#FFF;
color:#000000;
}
#header {
color:#000;
}
#header img {
	z-index:4;
	top:3px;
	left: 0px;
}
#header .img2 {
position:relative;
z-index:0;
}
#mainbody {
position:relative;
}
#footer {
text-align:center;
background:#333;
color:#aaa;
}

#footer a {
color:#ccc;
}
#sidebar {
	position:absolute;
	top:10px;
	text-align:left;
	left:-165px;
	line-height:150%;
	width:150px;
	background:#FFF url('images/spine.jpg') repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidecontent {
top:130px;
}
#content {position:relative;text-align:justify;padding:2px;width:530px; left:180px;}
#address {
position:relative;
width:700px;
}
#title {
	position:absolute;
	z-index:4;
}
#address img {
left:0px;
z-index:0;
}
#addressinfo {
position:absolute;
display:block;
top:0px;
padding:0px;
z-index:4;
font-size:80%;
right:-20px;
font-weight:bold;
}
/* Class CSS */
.by, #address {
text-align:right;
}
#testamonials {
font-size:90%;
}
/*ticker*/
#ajaxticker1{
width: 140px;
border: 1px ridge black;
padding: 3px;
background-color: #dddddd;
font-size:80%;
text-align:justify;
font-weight:normal;
line-height:190%;
}
#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #dddddd;
}
.someclass{ //class to apply to your scroller(s) if desired
}
.smallerfont {font-size:85%;}
.img3 {
	position: relative;
	height: 150px;
}
#thanks {
	text-indent: 2px;
	word-spacing: normal;
	display: block;
	position: relative;
}
#testlinks {
	font-size:85%;
	padding:10px;
	text-indent:5px;
}
#testlinks a {
	text-decoration:none;
}
#testlinks a:hover {
	color:#5d5d5d;
}

#topt {display:block; width:730px; text-align:center; padding:0px; background:#ffffff;}