#wrap {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	float: none;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	position: relative;
	width:750px;
	padding:0;
}

.title, .title a:link, a:link.title, .title a:visited {
	text-align: center;
	font-size:18px;
	line-height:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	letter-spacing:7px;
	text-shadow: 1px 2px #666 !important;
	color:#FFF;
	background-color:#333;
	border:1px #000 solid;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:0;
	margin-right:0;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:0;
	padding-right:0;
	width: inherit;
    display:inline-block;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	text-decoration:none;
}
.titlehover, .title a:hover, .title a:active {
	cursor: pointer;
	text-align: center;
	font-size:16px;
	line-height:18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:7px;
	text-shadow: 1px 2px #333 !important;
	color:#000;
	background-color:#666;
	border:1px #000 solid;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:0;
	margin-right:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
	width: inherit;
    display:inline-block;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	text-decoration: none;
}
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(bg.jpg);
	background-repeat:repeat;
	background-position:top left;
}
.title img {
	border:0px;
}
.textblock {
	text-align: left;
	font-size:13px;
line-height:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:1px #000 solid;
	background-color:#FFF;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:0;
	margin-right:0;
	padding: 4px 16px;
	width: auto;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}
.acontent {
	display:block;
	width:750px;
}
p {
	padding:0;
	line-height:20px;
    font-size:13px;
}
img {
	border:1px solid #000;
	margin-top:2px;
	margin-bottom:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.middle {
	float:none;
}
hr {
	border-bottom: 1px dashed #999;
	border-left:none;
	border-right:none;
	border-top:none;
	height:1px;
	color:#eee;
	margin:0px;
	padding:0px;
}
body {
	background-color: #eee;
}
a:link {
	color: #666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
.pict, .pict p, .pict span {
	font-size:11px;
	width: auto;
	text-align: right;
	color:#999;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	border:0px dashed #ccc;
	margin-top:5px;
	margin-bottom:3px;
	margin-left: 2px;
	margin-right: 3px;
	line-height:13px;
}