/* STORY OF MY LIFE. http://bloom.tenshi-dream.net/listen/ */


/* General */

body {
	background-color: #F1F1F1;
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x;
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #4E4E4E;
}


input, textarea, option, select {
	background-color: #F1F1F1;
	color: #254570;
	border: 1px dotted #E1A7E1;
	padding: 2px;
	font-family: Trebuchet Ms;
	font-size: 10px;
	line-height: 10px;
}


a:link, a:visited, a:active {
	color:#946593;
	font-size: 12px;
	text-transform: none;
	font-family: arial narrow; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 1px #E1A7E1 dotted;
}

a:hover {
	color:#2C283F;
	font-size: 12px;
	text-transform: none;
	font-family: arial narrow; 
	cursor: crosshair;
	text-decoration: none;
	border-bottom: 1px #E1A7E1 dotted;
}



/* Site Content */

#container {
	margin: 0 auto;
	width: 600px;
	background-image:url(images/ntbk.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#content {
 	margin-top:-7px;
 	width: 485px;
 	padding-left: 85px;
 	text-align: justify;
}

#footer {
	margin: 0 auto;
 	width: 600px;
 	clear: all;
}


h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 0px;
	color: #2C283F;
	background-image: url(images/h1.gif);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 50px;
	text-indent: 0px;
	padding-bottom: -3px;
	margin: 0px 0px 0px 0px;
}

h1:first-letter {
	color: #254570;
	font-size: 20px;
	font-weight: normal;
	font-family: arial narrow;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
}

i, u {
	color: #D1D9E0;
	font-size: 10px;
	font-family: Century Gothic;
	text-transform: uppercase;
}

b {
	color: #677CA0;
	font-size: 10px;
	text-transform: uppercase;
}

.image {
	background: #3F6E9F;
	border: 10px solid #C4E5E1;
}

li {
	list-style-image: url(images/bullet.jpg);
}


