@charset "UTF-8";
/* CSS Document */

<!--
body {
	font: .9em Georgia, Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #ffffff;
}

.violet p {
	padding-bottom:10px;
	}
	
.violet #container {
	width: 902px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.violet #sectioncontainer {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
    margin-left: auto;
	margin-right: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; 
}
.violet #sectioncontainer2 {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
    margin-left: auto;
	margin-right: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; 
}
.violet #splashheader {
	padding: 10px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the 
padding. */
	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 */

}
.violet #sidebar1 {
	float: left;
	padding: 40px 20px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the 
padding. */

}
.violet #sidebar2 {
	float: left;
	padding: 110px 0px 0px 0px;
	width: 36px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.violet #sidebar3 {
	position: absolute;
	top: 220px;
	right: 18px;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	font-size:.85em;
}
.violet #sidebar4 {
	float: left;
	padding: 40px 20px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the 
padding. */
	width: 550px;
}

.violet #homeheader {
	padding: 10px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.violet #sectionheader {
	padding: 30px 0px 20px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	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 */
}
.violet #email {
	padding: 30px 0px 30px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	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 */
}
/*gallery styling*/
.violet #galleryheader {
	padding: 30px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	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 */
}

.violet #gallerycenter {
	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	margin-left: auto;
	margin-right: auto;
	width:600px;
	text-align:center;
	}

.gallery {
	float:left;
	margin:0;
    padding:0px 10px;
	text-align:center;
	vertical-align:baseline;
	height:150px;
	width:100px;
	font-size: .8em;
	}
.galleryfill {
	float:left;
	margin:0;
    padding:0px 10px;
	height:150px;
	width:50px;
	}
.gallerydivider {
	border-top: 1px dotted #4d2a4c;
	border-bottom: 1px dotted #4d2a4c;
	text-align:center;
	text-transform:uppercase;
	font-size: .85em;
	padding: 7px 0px;
	margin-bottom:10px;
}

p {
	font-size:.85em;
	line-height: 1.2em;
	padding-bottom:.5em;
	}

.violet #gallerylg {
    float: center;
	margin:0;
    padding:0px;
	text-align:center;
	width:700px;
	font-size: 1em;
	}

.violet #back {
	text-align: right;
	padding-bottom:10px;
	padding-right: 65px;
	}

.violet #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	padding: 10px 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.violet #splashContent {
	padding: 0px 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	line-height:1.3em;
}

.violet #homeContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	background-image:url(images/frame_middle.jpg);
}
.violet #sectionContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	float:left;
    width:420px;
	background-image:url(images/click_toview.jpg);
	background-position:left, no-repeat;
}
.violet #bioContent {
	padding: 30px 40px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	float:left;
    width:340px;
	line-height: 2.2em;

}


.violet #bioContent2 {
	padding: 36px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	float:left;
    width: 240px;
	line-height: 2.2em;

}
h3 {
	padding: 5px, 0px, 2px, 0px;
	text-decoration:none;
}
.biotxt {
	font-size: .85em;
	line-height: 1.5em;
	padding-left:10px;

}
img.floatRight { 
    float: right; 
    margin: 0px;
	padding-bottom:5px;
	padding-right: 50px; 
}

.biodivider {
	border-top: 1px dotted #4d2a4c;
	text-align:center;
	text-transform:uppercase;
	font-size: .85em;
	padding: 0px;
	padding-bottom:5px;
}
.lowercase {
	text-transform:lowercase;
	}

.violet #homefooter {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-bottom: 20px;
}
.violet #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
-->

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* default link (ie for in-page) */

a:link {
	color: #DC92B8;
 	text-decoration: none;
 	}
 	
a:visited {
	color: #908DFF;
	text-decoration: none;
}

a:hover {
	color: #F12F94;
 text-decoration: none;
}

a:active {
	color: #F12F94;
}

/*  style definitions for body */