@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background-color: #B9B7B8;
}
#wrapper {
	text-align: center;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
}
#header {
	height: 30px;
	width: 920px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#logo {
	background-image: url(images/logo4.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 420px;
	position: absolute;
	top: 25px;
	right: 40px;
}

#content {
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	height: 500px;
	width: 100%;
	z-index: 100;
}
#footer {
	background-image: url(images/bottom.jpg);
	height: 45px;
	width: 920px;
	background-repeat: no-repeat;
}

#mainTxt {
	height: 395px;
	width: 460px;
	position: absolute;
	right: 50px;
	z-index: 1100;
	top: 145px;
	text-align: left;
	background-image: url(images/orchid3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}
#mainTxt li {
	font-size: 12px;
	list-style-image: url(images/bullet2.jpg);
	margin-left: 50px;
	text-align: justify;
}
#orchid {
	background-image: url(images/orchid3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 370px;
}

h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #AB0664;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 13px;
	color: #AB0664;
	font-style: normal;
}

p {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin-bottom: 8px;
	text-align: justify;
}
blockquote {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
	text-align: center;
}
address {
	font-size: 12px;
	font-weight: bold;
	text-indent: 25px;
	color: #000000;
	margin-bottom: 5px;
	width: 200px;
	margin-left: 50px;
}


#leftSect {
	height: 425px;
	width: 353px;
	position: absolute;
	left: 27px;
	top: 21px;
}
#gallery img, #gallery2 img {
	margin: 3px;
	border: 1px solid #AB0664;
}
#gallery a:link, #gallery2 a:link  {
	color: #AB0664;
}
.floatR {
	float: right;
	margin-right: 10px;
	}
.floatRborder{
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	border: 1px solid #AE0465;
}

/*--------------NAVIGATION -------------------*/

#navBar {
	background-color: #ffffff;
	width: 470px;
	display: inline;
	top: 105px;
	right: 60px;
	position: absolute;
	text-align: right;
	z-index:1000;
	}

#navBar ul{
	margin: 0px;
	padding: 0px;
	line-height:20px;
	
}


#navBar li {
	list-style-type: none;
	display: inline;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	
				}
#navBar a:link, #navBar a:visited {
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height:50px;
	color: #AB0664;
	text-indent: 5px;
	text-decoration: none;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:23px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#navBar a:hover {
	background-image: url(images/bullet2.jpg);
	color: #666666;
	}
#navBar a:active {
	background-image: url(images/bullet.jpg);
	}
#chadsDiv a{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link, a:visited {
	color: #AB0664;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #AB0664;
	font-weight: bold;
	text-decoration: none;	
}
#links {
	height: 385px;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow: auto;
}
