/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	color: #fff;
	background-color: #1c001c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #330033;
	min-height: 400px;
}
#wrapper    #flower {
	text-align: right;
	float: right;
	position: absolute;
	top: 1px;
	z-index: 20;
	margin: 0px;
	width: 500px;
	padding: 0px;



	border:0
	background-position: right top;
	left: 515px;
	height: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
}

#header {
	min-height: 120px;
	background-color: #FFFFFF;
	width: 769px;
}

#header #title {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
}

#header ul {
	list-style-type: none;
	min-height: 22px;
	width: 450px;
	margin-top: 40px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #1c001c;
	border-bottom-color: #1c001c;
	border-left-style: groove;
	padding-top: 40px;
	margin-left: 10px;
	border-left-width: thin;
}

#header li {
	float: left;
	border-left: 1px solid #5f5f5f;
	padding-top: 2px;
	padding-right: 10px;
	
}

#header li a {
	color: #330033;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#header li a:hover, #leftcol li a:hover {
	color: #98a085;
}

li a#marker   {
	color: #330033;
	background-color: #CB98B9;
	width: 100px;
}

#strap {
	height: 120px;
	border-bottom-style: none;
	background-image: url(../images/strapBG.jpg);
	background-repeat: no-repeat;
	width: 770px;
	overflow: hidden;
}
.name {
	font-family: "Trajan Pro", "Tempus Sans ITC";
	font-size: xx-large;
	font-style: normal;
	line-height: 1.3px;
	font-weight: 800;
	color: #1c001c;
	vertical-align: middle;
	padding-bottom: 20px;
	width: 400px;
	position: relative;
}


#content {
	padding-top: 0px;
	
	background-color: #330033;
}

#innerwrapper {
	margin: auto;
	padding-bottom: 25px;
	position: relative;
	background-color: #330033;
	padding-left: 10px;
	
}
.subtitle {
	font-family: "Lucida Handwriting", cursive;
	font-size: x-large;
	margin-left: 175px;
	color: #000000;
}


#innercontent {
	background-color: #3e003e;
	border: 1px inset #1c001c;
	min-width: 345;
	min-height: 200px;
	margin-left: 170px;
	background-image: url(../images/content.jpg);
	padding: 10px;
}

.twocol #innercontent {
	padding-left: 10px;
	text-indent: 0px;
}
.twocol2 #innercontent {
	padding-left: 10px;
	text-indent: 10px;
	margin-left: 0px;
}
#footer {
	color: #FFFFFF;
	height: 40px;
	border-top-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #330033;
	height: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#rightcol {
	min-height: 150px;
	float: right;
	background-color: #3e003e;
	width: 175px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twocol #rightcol {
	display: none;
	
}
.twocol2  #leftcol {
display: none:
}

#rightcol img {
	display: block;
	margin: 6px auto 5px auto;
	border: 1px solid #5f5f5f;
}

#leftcol {
	float: left;
	width: 170px;
	min-height: 200px;
	border-top: 1px solid #5f5f5f;
	background-color: 3e003e;
	
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
	
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	color: #fff;
	background-color: #3e003e;
	background-image: url(../images/link.jpg);
	margin-left: 5px;
}

#leftcol li a#here {
	background-color: #2c2c2c;
	width: 155px;
	color: #CC99FF;
	background-image: url(../images/content.jpg);
}
#gallery{
	width: 725px;
	height: 690px;
	background-color: #1c001c;
	margin: 0px;
}	



/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #cc99cc;
}

h1 {
	color: #fff;
	font-family: "Trajan Pro", "Tempus Sans ITC";
	font-weight: 800;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
	text-align: left;
}
	
	/*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
 


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #CC99FF;
}

a:hover {
	color: #a8ad92;
}

/****************forms**********************/
 
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}