@charset "UTF-8";
/* CSS Document */

body {
	font: normal 12pt/1.4em Helvetica, Arial, sans-serif;
	background: #BEA9FC url(../images/bgslice.jpg) repeat-x fixed top;
}

a:link {
	color: #570FFF;
}

a:hover {
	color: #FFF;
}

a:visited {
	color: #D1B4FF;
}

#content {
	width: 698px;
	background-color: #000;
	color: #CCC;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	clear: both;
	float: left;
	border: thin solid #D1B4FF;
}

#content_home {
	background-image: url(../images/contentBG.jpg);
	height: 513px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
}

#content_flash {
	height: 513px;
	width: 800px;
	border: thin solid #D1B4FF;
}

#content_contact {
	width: 798px;
	background-color: #000;
	color: #CCC;
	text-align: left;
	clear: both;
	float: left;
	border: 1px solid #D1B4FF;
}


td {
	line-height: 1.5 em;
	vertical-align: top;
}



#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#logo {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 10px;
}

#footer {
	width: 800px;
	text-align: center;
	margin-top: 5px;
	clear: both;
	float: left;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin-right: 35px;
}

#nav_long li {
	display: inline;
	list-style-type: none;
	margin-right: 35px;
}

#nav a {
	text-decoration: none;
	color: #D1B4FF;
	font-weight: bold;
	font-size: 12pt;
}

#nav_long a {
	text-decoration: none;
	color: #070657;
	font-weight: bold;
	font-size: 12pt;
}

#nav a:hover {
	color: #FFF;
}

#nav_long a:hover {
	color: #080FBC;
}

#nav ul {
	margin-top: 0px;
}

#nav_long ul {
	margin-top: 0px;
}

#nav {
	text-align: center;
}

#nav_long {
	text-align: center;
}

#lavender_line {
	background-color: #BEA9FC;
	height: 7px;
	margin-top: 10px;
}

#contact_photo {
	float: left;
	width: 399px;
	clear: right;
	height: 513px;
}

#contact_text {
	float: left;
	width: 300px;
	height: 513px;
	margin-left: 99px;
}

.bio_text {
	margin: 50px;
}

.bio_text img {
	margin-left: 15px;
}

