/** MAIN BODY **/
BODY {
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

#mainframe {
	vertical-align: top;
	width: 960px;
	height: 510px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/** TITLE **/
#title {
	margin: 0px;
	height: 40px;
	width: 960px;
	top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#title h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	float: left;
}

#title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	text-transform: lowercase;
}

/** PRETTY FRAME **/
#frametop {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 960px;	
}

#frameright {
	float:left;
	height: 100%;
	background-color: #000000;
	position: relative;
	width: 10px;
	margin: 0px;
	padding: 0px;
	top: -3px;  /* to balance up with menu */
	right: 0px
}

#framebottom {
	top: -5px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 960px;
	position: relative;
	text-align: right;
}

/** MENU **/
#menu {
	float:left;
	height: 100%;
	background-color: #010528;
	color: #FFF;
	position: relative;
	width: 340px;
	margin: 0px;
	padding-top: 0px;  /* BECAUSE IE LAYOUT IS ODD */
	padding-right: 10px;
	padding-bottom: 0px;
	/* padding-left: 20px; */
	top: -3px;  /* BECAUSE IE LAYOUT DOES SOME STRANGE THINGS WITHOUT THIS */
	background-image: url(images/sakura_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#menu ul ul {
	margin-left: 1.5em;
	padding-left: 0px;
	list-style-type: circle;
}

#menu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover	{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#menu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#basket{
	vertical-align: bottom;
	padding-top: 150px;
	text-align: center;
	width: 242px;
}

#photo {
	height: 110px;
	width: 110px;
}

/* OLDER STYLES UNCHECKED */

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}
	
#content {
	padding: 5px;
	overflow: scroll;
	height: 500px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: -3px;
	width: 590px;
	float: left;
	background-image: url(images/trans.gif);
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

#content a:link {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

#content a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#detail {
	text-align: center;
	padding-bottom: 8pt;
}

p.systemnote {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	color: #FF0000;
}

p.testimonial {
	color: #990000;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
}

p.source {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
}

#footer {
	text-align: right;
	top: 0px;
	right: 0px;
}

#thumb {
	text-align: center;
	vertical-align: top;
	height: 110px;
	width: 110px;	
}

label {
	font-weight: bold;
	color: #000000;
}