
* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
}


.left {
	float: left;
}

.right {
	float: right;
}

.floatEnd {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.none {
	display: none;
}


a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



html,
body {
	height: 100%;
	background-color: #eeeeee;
}


#body {
	display: block;
	width: 500px;
	height: 300px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	font-size: 11px;
	
	color: #ffffff;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
}

#body h1 a {
/**
	background-color: red;
/**/
	width: 375px;
	height: 90px;
	float: right;
}

#content {
/**
	background-color: blue;
/**/
	float: right;
	height: 190px;
	width: 260px;
	overflow-y: scroll;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 120px;
}

h2 {
	border-bottom: solid #444444 1px;
	margin-bottom: 10px;
	color: #444444;
}

h3 {
	color: #444444;
	margin-bottom: 10px;
}

p,
ul {
	margin-bottom: 10px;
	font-size: 12px;
}

li {
	margin-left: 20px;
}





