/* Box the Stars, v1. http://bloom.tenshi-dream.net/blue/
----------------------------------------------------------------------*/




/* General
----------------------------------------------------------------------*/

body {
	background-color: #C2C2C2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Georgia;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
	color: #454545;
	}



/* Site Content
----------------------------------------------------------------------*/

#content {
 	width: 298px;
	position: relative;
	top: -220px;
 	left: 210px;
 	text-align: justify;
	}

#footer{
	clear: all;
	width: 100%; 
	height: 140px; 
	background: url(images/footer_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	}

.image {
	background: #ABA6B1;
	border: 4px solid #ABA6B1;
	padding: 2px;
	}

blockquote {
	font-family: Trebuchet MS;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
	color: #3A3030;
	border-right: 10px solid #89B8C5;
	border-left: 10px solid #89B8C5;
	padding: 5px;
	width: 211px;
	}

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




/* Text Style
----------------------------------------------------------------------*/

a:active, a:link, a:visited {
	color:#875580;
	font-size: 9px;
	text-transform: none;
	font-family: Verdana; 
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px #4B3C50 dotted;
	}

a:hover {
	background: #C85656;
	color:#4C4445;
	font-size: 9px;
	text-transform: none;
	font-family: Verdana; 
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 1px #4B3C50 dotted;
	}

h1 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 5px;
	color: #4C4445;
	line-height: 20px;
	text-indent: 0px;
	border-bottom: 1px dotted #4B3C50;
	padding-bottom: 0px;
	margin: 0px 0px 10px 0px;
	}

h1:first-letter {
	background: #C85656;
	color: #4C4445;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia;
	text-transform: lowercase;
	padding-bottom: 0px;
	margin: 0px 0px 10px 0px;
	}

b {
	color: #284887;
	font-size: 11px;
	}

i {
	color: #454D80;
	}

u {
	color: #262E46;
	}

input, textarea, option, select {
	background: #E6E6E6;
	color: #4B3C50;
	border: 4px solid #89B8C5;
	padding: 2px;
	font-family: Trebuchet MS;
	font-size: 10px;
	line-height: 14px;
	}