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

#container {
	width: 900px;
	overflow: hidden;
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #main #main_container #photo #hair01 img {
	border: thin solid #F00;
	padding: 0px;
	margin: 3px;
}
#container #main #main_container #photo #makeup img {
	margin: 3px;
	border: thin solid #F00;
}
#container #main #main_container #photo img {
	margin-top: 0px;
	margin-bottom: 5px;
}
#menu {
	padding-left: 45px;
	padding-top: 2px;
	height: 20px;
	background-image: url(cgimages/menu.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
#container #main #main_text h2 {
	text-align: center;
}
#container #main #main_text h3 {
	color: #E0D1AA;
}
#container #main #main_text #Artists {
	width: 200px;
}

