body {
	background-color: #fff;
	padding: 0;
	margin: 0;

	font-family: Arial,sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

form {
	margin: 0;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

div#main {
	width: 980px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -300px;
}

div#header {
	width: 980px;
	/*height: 60px;*/
    height: 110px;
    margin-bottom: 15px;
	padding-top: 20px;
}

div.logo {
	float: left;
	position: relative;
}

div.tag {
	color: #ff6600;
	position: absolute;
	bottom: 12px;
	left:164px;
}

div.address {
	float: right;
	color: #ff6600;
	margin-right: 30px;
    margin-top: 55px;
}

div.address a {
	color: #ff6600;
}

div#doneright {
	position: absolute;
	left: 30px;
	top: 0;
	width: 920px;
	height: 380px;
	overflow: hidden;
}

div#doneright div {
	position: absolute;
}

div.dritem {
	width: 230px;
	height: 170px;
	top: 105px;
}

div#currentpage {
	position: absolute;
	width: 310px;
	height: 380px;
}

div#donerightwrapper {
	position: relative;
	width: 980px;
	height: 380px;
}

img#drleft, img#drright {
	cursor: hand;
	cursor: pointer;
	position: absolute;
	top: 105px;
}

img#drright {
	right: 0;
}

ul#footer {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

ul#footer li {
	display: inline;
	margin: 0 5px 0 5px;
}

ul#footer a {
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
}

ul#footer a:hover {
	text-decoration: underline;
}

div.dritem div.overlay_orange {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 170px;
	background-image: url(../images/overlay_small_orange.png);
}

div.dritem div.overlay_green {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 170px;
	background-image: url(../images/overlay_small_green.png);
}

div.dritem img {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 170px;
}

div.dritem a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 170px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	text-decoration: none;
}

div.dritem a:hover {
	text-decoration: underline;
}

div#currentpage img {
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
	height: 380px;
}

div#currentpage div.overlay_orange {
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
	height: 380px;
	background-image: url(../images/overlay_large_orange.png);
}

div#currentpage div.overlay_green {
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
	height: 380px;
	background-image: url(../images/overlay_large_green.png);
}

div#currentpage h1 {
	position: absolute;
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
	width: 310px;
}

div#currentpage div.content {
	width: 272px;
	height: 322px;
	margin-top: 30px;
	padding: 9px 19px 19px 19px;
	color: #fff;
	overflow: auto;
}

div#currentpage div.content a {
	color: #ff6600;
}
