body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	//font-size: large;
	background-image: url(back.gif);
	background-repeat: repeat-x;
}

.textarea {
	font-size: large;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 495px;
}
.textarea:focus, .textarea:hover {  
    background-color:#ffffec;
}

#header {
	font-size: small;
	padding: 5px;
	padding-bottom: 5px;
}

#content {
 	width: 600px;
	margin-left: auto;
    margin-right: auto;
}

.char {
	position: relative;
}
.char: hover{
	font-size:100%;
}
.char span{
	display: none;
}
.char:hover span{
	display: block;
	position: absolute;
	top: 1em;
	left: 2em;
	padding: 0.2em 0.6em;
	border: 1px solid #996633;
	background-color: #FFFF66;
	color: #000;
}

#sidebar {
	float: right;
	width: 0%;
	padding: 5px;
}

#footer {
	font-size: small;
	width: 600px;
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;
}


/* Normal Bubble */
div.bubble {
	width: 500px;
	//font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}

