html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}
table,
tr,
th,
td,
img,
a img,
fieldset {
	border: 0px;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
table,
td,
th {
	vertical-align: middle;
}
:focus {
	outline: none;
}
img {
	vertical-align: top;
	margin: 0;
}
html,
body {
	width: 100%;
	height:100%;
}
body {
	width: 100%;
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 23px;
	color: #fff;
	text-align: center;
	position:relative;
 _width: expression(document.body.clientWidth < 1002? "1000px" : "auto");
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
 //zoom: 1;
}
p {
	margin-bottom: 18px;
}
.layout
{
	width: 1000px;
	margin: 0 auto;
	background: #455560;
	text-align: left;
}
.layout .head
{
	background: url(../images/head-bg.jpg) no-repeat 0px 0px;
	height: 171px;
	padding: 35px 10px 0px;
}
.layout .content
{
	padding: 50px 25px 20px;
	overflow: hidden;
	//zoom: 1;
}
.layout .content .left-col
{
	width: 705px;
	float: left;
	display: inline;
}
.layout .content .left-col h2
{
	font: italic bold 16px/27px Georgia, "Times New Roman", Times, serif;
	color: #ffcf06;
	margin-bottom: 10px;
}
.layout .content .left-col .pic-box
{
	text-align: left;
	padding-bottom: 10px;
}
.layout .content .left-col .pic-box img
{
	vertical-align: top;
	margin-right: 0px;
}
.layout .content .right-col
{
	width: 220px;
	float: right;
	_display: inline;
}
.layout .content .right-col .block
{
	background: url(../images/block-bg_03.gif) no-repeat 0px bottom #ffda0d;
	padding-bottom: 8px;
	width: 219px;
	margin-bottom: 15px;
}
.layout .content .right-col .block .pad
{
	padding: 19px 4px 19px 10px;
	font: normal 12px/21px Georgia, "Times New Roman", Times, serif;
	color: #455560;
}
.pad  a { color: #455560; }

.layout .content .right-col .block h4
{
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #455560;
	margin-bottom: 15px;
}
.layout .content .right-col .block .inside
{
	padding: 0px 8px 14px 8px;
}
.layout .content .right-col .block h5
{
	font: italic bold 11px/13px Georgia, "Times New Roman", Times, serif;
	color: #455560;
	margin-bottom: 5px;
}
.layout .content .right-col .block .inside .separator
{
	border-top: 1px solid #fff09e;
	height: 0px;
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	//zoom: 1;
}

/*seminar header on top*/
#seminarHeader { border-top: 1px solid white; border-bottom: 1px solid white; padding: 13px 0px 13px 0px; margin: 0px 0px 16px 0px;
text-align:center;
}
#seminarHeader h1 { font-family:Georgia; font-size: 22px; color:#ffcf06; font-weight:normal; font-style:italic; margin: 0px 0px 0px 0px; }
#seminarHeader p { font-family: Georgia; font-size:16px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#seminarHeader a { color: #ffcf06; }

/*footer*/
#footer { border-top: 1px solid white; text-align:center; font-size: 10px; margin-top: 20px; padding: 15px 0px 15px 0px; }
#footer a { color: #ffcf06; }
