html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #C8C8C8;
color: #FFFFFF;
text-align: left;
scrollbar-face-color: #774D71;
scrollbar-shadow-color: #55204E;
scrollbar-highlight-color: #886383;
scrollbar-3dlight-color: #886383;
scrollbar-darkshadow-color: #5A3355;
scrollbar-track-color: #5A3355;
scrollbar-arrow-color: #997995;
height: 100%;
width: 100%;
}

#wrapper {
	position: absolute;
	left: 50%;
	width: 760px;
	height: 98%;
	top: 1%;
	margin-left: -380px;
	border: 0px;
	background-image:url(../assets/bg_swatch.jpg);
	background-repeat: repeat;
	z-index:1;
	overflow: hidden;
}

#line {
	border-top: 1px solid #FFFFFF; 
	height: 1px; 
	width: 760px; 
	position: absolute; 
	margin-top: 20px; 
	clear: both; 
	float: left; 
	left: 0px;
}

#lotus {
	position:absolute;
	width:300px;
	height:275px;
	z-index:1;
	right: 15px;
	top: 50%;
	margin-top: -132px;
}

#bgimages {
	position:absolute;
	width:340px;
	height:380px;
	z-index:1;
	right: 15px;
	top: 50%;
	margin-top: -190px;
}

#logo {
	clear: both;
	position:absolute;
	float: left;
	left: 20px;
	top: 10%;
	z-index:3;
}

#pagetitle {
	clear: both;
	position:absolute;
	float: left;
	left: 58px;
	top: 20%;
	height: auto;
	z-index:4;
}

#menu {
width: 520px;
padding-left: 84px;
height: 40px;
text-align: left;
float: right;
z-index: 10;
}

dl {
float: left;
position: relative;
line-height: 20px;
margin: 0;
}

dt {
cursor: pointer;
text-align: center;
}

dd {
position: absolute;
opacity: .8;
filter: alpha(opacity=80);
}

#menu li {
text-align: left;
padding-bottom: 2px;
}

#menu li a, dt a {
text-decoration: none;
display: inline;
border: 0 none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

#menu li a:hover, dt a:hover {
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
}

#content {
	clear: both;
	position:absolute;
	top: 35%;
	height: 58%;
	width: 700px;
	float: left;
	padding-left: 20px;
	padding-right:20px;
	z-index:6;
	left: 0px;
	overflow: auto;
}
#contentI {
	clear: both;
	position:absolute;
	top: 38%;
	height: 58%;
	width: 420px;
	float: left;
	padding-left: 20px;
	padding-right:20px;
	z-index:6;
	left: 0px;
	overflow: auto;
}

#gallery {
	clear: both;
	position:absolute;
	top: 38%;
	height: 58%;
	width: 720px;
	float: left;
	padding-left: 20px;
	z-index:6;
	left: 0px;
	overflow: auto;
}

#ponder {
	clear: both;
	position:absolute;
	float: left;
	left: 488px;
	top: 50px;
	width: 230px;
	padding-right: 20px;
	z-index:7;
	line-height:16px;
	font-size:12px;
}

#footer {
clear: both;
position:absolute;
width: 760px;
height: 20px;
bottom: 0px;
text-align: left;
line-height: 18px;
float: left;
border-top: 1px solid #FFFFFF;
z-index: 8;
background-image:url(../assets/bg_swatch.jpg);
background-repeat: repeat;
}

#music {
	clear: both;
	position:absolute;
	float: left;
	right: 0px;
	bottom: 22px;
	width: 265px;
	z-index:7;
}


p {
	padding-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #C8C8C8;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}
.al {font-size: 19px; font-weight: normal; line-height: 22px;}
.al a {
	text-decoration: none;
	color:  #FFFFFF;
}
.al a:hover {
	text-decoration: underline;
	color: #C8C8C8;	
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	padding: 0 15px 0 15px;
}

#footer a:hover {
	text-decoration: none;
	color:#999999;
}

.hidden {
	display:none;
}

h1 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #EEE9EE;
}

h2 {
	margin: 0;
	font-size: 14px;
	color: #AA90A7;
}

#content li {
	padding: 4px;
	list-style-position:inside;
	list-style-type: disc;
}

#bgimages li {
	padding: 4px;
	list-style-position:inside;
	list-style-type: disc;
}

.formcell {
	border: 1px solid #C8C8C8;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.gallery {
	padding-left: 30px;
	padding-bottom: 10px;
	float: left;
}
.ClearSection { clear:both;}