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

body {
	background-image: url(images/curls.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCCFF;
	background-color: #B14881;
}
a {
	color: #FFCCCC;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #FFCC99;
}
h1 {
	font-size: 14pt;
	color: #FF99CC;
}
.pagename {
	height: 20px;
	width: 200px;
	position: relative;
	top: 250px;
	text-align: center;
	left: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #CC6399;
}
.info {
	height: 700px;
	width: 575px;
	float: right;
}
.content {
	background-color: #CC6399;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
	border: medium solid #99355F;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.thumbnails  img   {
	margin: 5px;
	border: medium solid #99355F;
}
.thumbnails  a:hover  img {
	border: medium solid #FFCCFF;
}
.links {
	position: relative;
	height: auto;
	width: 500px;
	top: 710px;
	left: 500px;
	text-align: center;
}
.mylinks {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

.content .info .homemenu {
	height: auto;
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.content .info .homemenu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content .info .bio {
	background-color: #CC6399;
	height: 277px;
	width: 545px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
