html, body {
	margin: -10px 20px 0px 0px;
	padding: 0;
	background-image: url(../images/bgimg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
}
#divmain {
	background-image: url(../images/backtop.png);
	background-repeat: no-repeat;
	width: 1050px;
	margin: 0px auto -1px auto;
	padding: 0;
	top: 0px;
	background-position: 0px 0px;
}

#divcontent {
	text-align: right;
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	height: 220px;
	color: #FFF;
	background-position: center 10px;

}
#txttop {
	margin-right: 30px;
	color: #FFF;
}
#mainbox {
	width: 100%;
	text-align: center;
	vertical-align: top;
}
#contmainbox {
	text-align: left;
	background-image: url(../images/contentarea.png);
	background-repeat: no-repeat;
	height: 480px;
	background-position: 23px 0px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
}
#copyright {
	color: #FFF;
	text-align: center;
	font-size: 12px;
}

.actions li {
	display: inline;
	list-style-type: none;
	float:left;

}

#contmainbox .actions {
position: relative;
left: 800px;
top: -40px;
width: 50px;
padding: 0px;
margin: 0px;
float: left;
}
#contmainbox h2 {
margin-bottom: 0px;
margin-top: 0px;
}
