BODY {
	background: url(./img/gradient.png) repeat fixed top;
	font-family: Arial, Helvetica, Verdana, sanserif;
	font-size: 10pt;
	line-height: 1.5;
	color: #000000;
	border-color: #0075a1;
	border: 0px;
	margin: 0px;
}

div#page {
	background: #ffffff;
	margin: auto;
	width: 990px;
	height: 600px; 
	position: relative;
	border: 0px;
}

.boxed {
	position: absolute;
	border: 0px;
}

div#content {
	position: absolute;
	left: 294px;
	top: 165px;
	width: 558px;
	height: 389px;
	overflow: auto;
	padding: 10px 30px 0px 30px;
	border: 0px;
}

H1 {
	font-weight: normal;
	color: #d85018;
	font-size: 14pt;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
}

H2 {
	font-weight: normal;
	color: #d85018;
	font-size: 10pt;
	line-height: 150%;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

span {
	color: #000000;
}

a {
	color: #505050;
}

ul {
	color: #d85018;	
}

li {
	margin-bottom: 10px;
	margin-left: -10px;
}

li div{
	margin-left: -5px;
	color: #000000;
}

#content .img_shadow_ooo{
	float: left;
	background: #505050;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .img_shadow{
	float: left;
	margin-left: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .img_shadow img{
	position: relative;
	top: -3px;
	left: -3px;
}

#content .img_shadow iframe{
	position: relative;
	top: -3px;
	left: -3px;
}
