/* browser-css reset */

* {
	margin: 0;
	padding: 0;
}


/* basic-design structure */



/* skip to topic & skip to navigation */
#skipcon {
	display: none;
}


/* page building structure */

#building {
	width:633px;
	margin:0;
	padding:0;
	}

/* header structure */
#building #header {
	margin:0;
	padding:100px 10px 0 24px;
}

#building #header h1, #building #header h2, #building #header h3, #building #header h4{
	font-family:Arial, Helvetica, sans-serif;
}

#building #header h1 {
	font-size:30px;
	border-bottom: 10px solid #999999;
}

#building #header h2 {
	font-size:14px;
	color:#000000;
	margin: 20px 0px 0 10px;
}

#building #header h3 {
	font-size:12px;
	color:#666666;
	padding:200px 0px 0 400px;
}
#building #header h4 {
	font-size:12px;
	color:#666666;
	padding: 0px 140px 0 10px;
}

#building #header p {
	font-size:12px;
	color:#000000;
	text-indent: 0px;
	padding:20px 0px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}

/* trademark structure */
#tmimg {
	position: absolute;
	top: 770px;
	left: 780px;
}
#tmimg1 {
	position: absolute;
	top: 770px;
	left: 392px;
}
#tmimg2 {
	position: absolute;
	top: 520px;
	left: 392px;
}
#tmimg3 {
	position: absolute;
	top: 520px;
	left: 610px;
}























/* information structure */
#building #textstyle {
	margin:0;
	padding:220px 96px 0px 24px;
	font-size:20px;
	line-height:20px;
	
}

/* footer structure */
#building #footer {
	margin:0;
	padding:0 96px 12px 24px;
	font-family:Arial, Helvetica, sans-serif;
}

#building #footer p.menutitle {
	margin:12px 0 0 0;
	padding:4px 0 0 0;
	font-size:10px;
	border-top: 1px solid #336633;
}

#building ul {
	background: #006600 url(images/backg_dot.gif) repeat left top;
	margin:4px 0 18px 0;
	padding:12px 0 12px 24px;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	list-style:none;
}

#building ul li a:link, #building ul li a:visited {
	background-color:#006600;
	color:#ffffff;
	margin:0;
	padding:4px 8px;
	text-decoration:none;
	border-right: 24px solid #004400;
}

#building ul li a:hover {
	color:#cccc00;
}

/* footer - urlbar structure */
#building .urlbar {
	font-size:10px;
	color:#ddffdd;
	border-top: 1px solid #99cc99;
}

#building .urlbar a:link, #building .urlbar a:visited {
	color:#ddffdd;
	text-decoration:none;
}

#building .urlbar a:hover {
	color:#cccc00;
}

/* footer - address structure */
#building address {
	font-size:10px;
	font-style:normal;
	color:#aaddaa;
	border-top: 1px solid #99cc99;
}

