@charset "utf-8";

BODY,TD,TH,SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* browser 100% height fix */
HTML,BODY, #table100 {
	height: 100%;
}

BODY {
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(../pics/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A { color: #aaa676; }
A:active {  color: #aaa676; }
A:link {  color: #aaa676; }
A:visited {  color: #aaa676; }
A:hover {  color: #aaa676; text-decoration: none; }
A:visited:hover {  color: #aaa676; text-decoration: none; }

.topic {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0px 7px 14px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #aaa676;
}

.contentCointainer {
	padding: 10px 0px 10px 0px;
	text-align: center;
	height: 295px;
	vertical-align: top;
}

.footer {
	text-align: center;
}

.menuTd {
	border-bottom: 2px solid #aaa676;
	border-top: 2px solid #aaa676;
	text-align: center;
}

.header {
	padding: 2px 0px 4px 0px;
	text-align: center;
}

#imageFrame {
	z-index: 1; 
	overflow: auto;
	height: 210px; 
	width: 690px;
	border: 1px solid #dfdccb;
	background-color: #FFFFFF;
	padding: 12px 0px 6px 0px;
}

.imageComment {
	color: #666666;
	text-align: left;
}

