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

body{ 
	background-color:#000000;
	margin: 100px auto 0px auto;
	width: 960px;
}
img{
	
}

div#wrapper{ 
	display:block;
	width: 960px;
	margin: 0px auto 0px auto;
/*	outline-color:#3F1A2A;
	outline-style:solid;
	outline-width:5px;*/
}
nav ol{
	width:960px;
	background-color: rgb(63,26,42);
	color: rgb(241,150,186);
	display:block;
	height:60px;
	font-family: 'Pinyon Script', cursive;
	font-size: 24px;
}

nav ol li{
	display:block;
	height:30px;
	margin-top:20px;
	width:170px;
	text-align:center;
	float: left;
	
}

nav ol li#rose{
	width:90px;
}

img#navrose{
	margin-top:-35px;
	margin-left:-15px;
}

nav ol li#search{
	width:190px;
}

input#search {
	width: 50px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height: 14px;
	margin-left:15px;
}
input#searchbutton{
	width: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height: 14px;
}


div.clear{
	clear:both;
}

img#group{ 
	margin: 60px auto 60px auto;
}
/*--------------------------- story and history -------------------------------*/

div.dualbox{
	display:block;
	width: 960px;
	margin: 30px auto 60px auto;
}

hgroup{
	width:960px;
	height:60px;
	background-color: rgb(63,26,42);
	margin: 0px auto 30px auto;
	
}

h1{
	width:470px;
	height:40px;
	color: rgb(241,150,186);
	display:block;
	font-family: 'Pinyon Script', cursive;
	font-size: 46px;
	text-align:center;
	float:left;
	margin: 10px auto 0px auto;
}

div.left{
	display:block;
	width: 460px;
	margin: 0px auto 0px 10px;
	float:left;
}
div.right{
	display:block;
	width: 460px;
	margin: 0px 10px 0px auto;
	float:left;

}

div.dualbox p{
	width: 460px;
	margin: 10px auto 0px auto;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	text-align:justify;
	color: rgb(241,150,186);
}



hgroup.full{
	width:960px;
	height:60px;
	background-color: rgb(63,26,42);
	margin: 60px auto 30px auto;
	
}

h2{
	width:960px;
	height:40px;
	color: rgb(241,150,186);
	display:block;
	font-family: 'Pinyon Script', cursive;
	font-size: 46px;
	text-align:center;
	float:left;
	margin: 10px auto 0px auto;
}

/*--------------------------- Main Character Section-------------------------------*/

div#mainchar{
	margin: 30px auto 60px auto;
}

h3.name{
	display:block;
	width:460px;
	margin: 30px auto 0px auto;
	color: rgb(241,150,186);
	font-family:"Times New Roman", Times, serif;
	font-size:46px;
	text-align:center;
}
	
h4.voice{
	display:block;
	width:460px;
	margin: 15px auto 0px auto;
	color: rgb(241,150,186);
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	text-align:center;
}

/*------------------------ Dulists Character Section  ----------------------------*/
div#dulists{
	display:block;
	width: 960px;
	margin: 30px auto 60px auto;
	float:left;
}


div.padding30{ 
	display:block;
	width:960px;
	height:60px;
}

div.a{
	display:block;
	width: 300px;
	margin: 0px 10px 0px 0px;
	float:left;
}

div.b{
	display:block;
	width: 300px;
	margin: 0px 10px 0px 10px;
	float:left;
}
div.c{
	display:block;
	width: 300px;
	margin: 0px 0px 0px 10px;
	float:left;
}

h3.name3{
	display:block;
	width:300px;
	margin: 30px auto 0px auto;
	color: rgb(241,150,186);
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	text-align:center;
}
	
h4.voice3{
	display:block;
	width:300px;
	margin: 15px auto 0px auto;
	color: rgb(241,150,186);
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
}


/*---------------------------Other Section-------------------------------*/




/*---------------------------  epi and news  -------------------------------*/
div#newsbox img{
	margin: 15px auto 15px auto;
	alignment-adjust: middle;
}

div#newsbox{
	height:615px;
	width:460px;
	overflow: auto;
}


p#epi3{
	height:415px;
	width:460px;
	overflow: auto;
}

div.subscribe{
	display: block;
	width: 440px;
	height: 50px;
	background-color: rgb(63,26,42);
	margin: -100px 0px 10px 500px;
}
div.subscribe p{	
	height:40px;
	width:460px;
	padding-top:10px;
	color: rgb(241,150,186);
	display:block;
	font-family: 'Pinyon Script', cursive;
	font-size: 26px;
	text-align:center;
	margin: 20px auto 0px auto;
}
div.subscribe p input{	
	width:40px;
	margin-left:20px;
}


div.subscribe p input#suscribe{	
	width:140px;
	margin-left:20px;
}

/*---------------------------  footer  -------------------------------*/
footer{
	width:960px;
	height:60px;
	background-color: rgb(63,26,42);
	margin: 60px auto 90px auto;
}
footer p{
	display:block;
	width: 800px;
	height:30px;
	margin:15px auto 0px auto;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	line-height:20px;
	color: rgb(241,150,186);
	text-align:center;
}

/*---------------------------  links  -------------------------------*/
a:link {
	color: rgb(241,150,186);
	text-decoration:none;}
a:visited {
	color: rgb(241,150,186);
	text-decoration:none;}
a:hover {
	color: rgb(255,255,255);
	text-decoration:none;}
a:active {
	color: rgb(241,150,186);
	text-decoration:none;}
