body {
	background-color: #ffffff;
	background-image: url('writingside.jpg');
	border: 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 0.7em;
	margin-right: 0.7em;
}



a {	text-decoration: none;
	color: #77aacc;
	cursor: crosshair
}

a:hover {
	text-decoration: underline;
	color: #ffffaa;
	cursor: crosshair
}

ul {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	list-style-image: url(bullet.gif);
}

form {
	padding-left: 70px;
}

input {
	color: #000000;
	background: #eeeeff;
	border: 1px solid #FFFFFF;
	background-image:url(textboxbg.jpg)

}

textarea {
	color: #000000;
	background: #eeeeff;
	border: 1px solid #FFFFFF;
	background-image:url(textboxbg.jpg)
}

div.main {
	background-color: #000000;
	height: 100%;
	width: auto;
	overflow: auto;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	margin-left: 30px;
	margin-right: 500px;
	margin-top: 0px;
}

div.aria {
	xpos: 10px;
	ypos: 10px;
}

div.scroll2 {
	height: 200px;
	width: 70%;
	overflow: auto;
	border: 1px solid #aabbff;
	background-color: #ffffff;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 15px;
	margin-left: 10%;
	margin-top: 80px;
	opacity:0.8;
	filter:alpha(opacity=80)
}