@charset "utf-8";
/* Layout */

html,body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

div#container {
	position:relative;
	width: 980px;
	height: 590px;
	margin: auto;
}

div#header1 {
	float: left;
	width: 410px;
	height: 128px;
	padding-top: 2px;
	padding-left: 80px;
	text-align:left;
}

div#header2 {
	float: right;
	width: 410px;
	height: 128px;
	padding-top: 2px;
	padding-right: 80px;
	text-align: right;
}

div#content {
	float: left;
	width: 980px;
	height: 300px;
}

div#contentleft {
	float: left;
	width: 340px;
	height: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

div#contentcenter {
	float: left;
	width: 260px;
	height: 300px;
	margin-top: 8px;
}

div#contentright {
	float: left;
	width: 280px;
	height: 300px;
	padding-left: 80px;
}

div#content2 {
	float: left;
	width: 980px;
	height: 30px;
	padding-top: 30px;
	padding-bottom: 5px;
	text-align: center;
}

div#footer {
	float: left;
	width: 980px;
	height: 89px;
	padding-top: 1px;
	text-align:center;
}

/* Style */

a:link {
	color: rgb(102,0,51);
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgb(102,0,51);
}
a:hover {
	text-decoration: underline;
	color: rgb(102,0,51);
}
a:active {
	text-decoration: none;
	color: rgb(102,0,51);
}

.header {
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 600;
	color: #720072;
	line-height: 36px;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: rgb(102,0,51);
}

.content2font {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF0;
}

.footer {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #5c005c;
	font-weight:600;
	line-height: 30px;
}

.footer a:link {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #5c005c;
	font-weight:600;
	line-height: 30px;
	text-decoration: none;
}

.footer a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #5c005c;
	font-weight:600;
	line-height: 30px;
	text-decoration: none;
}

.footer a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #5c005c;
	font-weight:600;
	line-height: 30px;
	text-decoration: underline;
}

.footer a:active {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #5c005c;
	font-weight:600;
	line-height: 30px;
	text-decoration: none;
}

/* Lightbox */

