* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	padding: 40px 0px 0px 0px;
	margin: 0;
    background: #eee;
	background-image: url('../graphic/nav/back2.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
    overflow: hidden;
    color: #333;
    text-align: left;
    font-family: Arial;
}

#n {
	border-bottom: 1px solid #000000;
}

#i {
	height: 40px;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 220px;
    right: 120px;
	overflow: hidden;
}
#i h2 {
	font-size: 11px;
}
#i p {
	color: #666666;
	font-size: 10px;
}

#t_wrapper {
	background-color: #cccccc;
	overflow: hidden;
	position: fixed;
    z-index: 15;
    top: 0;
    left: 200px;
    right: 120px;
    padding-left: 30;
}

#t {
	height: 38px;
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: 2px;
	overflow: hidden;
}
	#t ul {
		padding: 0;
	    margin: 0;
	    display: block;
		list-style-type: none;
	}
		#t ul li {
			display: block;
			float: left;
			height: 36px;
		}
		#t ul li.nav_l,
		#t ul li.nav_r {
			background-color: #cccccc;
			color: #555555;
			position: fixed;
			width: 30px;
			height: 40px;
			text-align: center;
		}
		#t ul li .arrow{
			display: block;
			clear: both;
			font-size: 20px;
			text-align: center;
		}
		#t ul li.nav_l {
			left: 200px;
			top: 0px;
		}
		#t ul li.nav_r {
			right: 120px;
			top: 0px;
		}
			#t ul li.nav_l a,
			#t ul li.nav_r a {
				width: 30px;
				height: 38px;
				color: #333333;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none;
				display: block;
			}
			
		#t ul li.item {
			background-color: #666666;
			--border-right: 1px solid #ffffff;
			-moz-border-radius-bottomleft:5px;
			-moz-border-radius-bottomright:5px;
			-moz-border-radius-topleft:5px;
			-moz-border-radius-topright:5px;
		}
		#t ul li.active {
			background-color: #333333;
		}
			#t ul li.item a {
				font-family: Arial;
				color: #ffffff;
				font-size: 10px;
				float: left;
				display: block;
				width: 200px;
				height: 36px;
				text-decoration: none;
				--border-right: 1px solid #000000;
				--border-left: 1px solid #cccccc;
			}
			#t ul li.item a h3 {
				height: 12px;
				padding: 3px;
				padding-left: 5px;
				font-size: 12px;
				display: block;
				overflow: hidden;
			}
			#t ul li.item a p {
				height: 12px;
				font-size: 10px;
				padding-left: 5px;
				display: block;
				overflow: hidden;
			}

#l {
	width: 200px;
	height: 40px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
}
#l a {
	float: left;
}
#l #logo {
	float: right;
	border: 0;
}
#l #info,
#l #showComments {
	float: right;
	padding: 3px 20px 3px 20px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#r {
	width: 120px;
	height: 40px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 20;
}
#r #close {
	border: 0;
	float: right;
	padding: 5px;
}

#c {
	color: #ffffff;
	clear: both;
	float: left;
	height: 150px;
	width: 400px;
	overflow: auto;
	margin-right: 20px;
}
#c h2 {
	padding: 5px 0px;
	font-size: 15px;
}
#c h3 {
	font-size: 13px;
}
#c p {
	font-size: 12px;
	margin-bottom: 8px;
}

#cc {
	color: #ffffff;
	float: left;
	height: 150px;
	width: 400px;
	overflow: auto;
}
#cc h2 {
	padding: 5px 0px;
	font-size: 15px;
}

.formTa {
	border: 1px solid #333333;
	background-color: #cccccc;
	font-family: Arial;
	font-size: 15px;
	padding: 3px;
	height: 80px;
	width: 400px;
}
.formBtn {
	margin-top: 5px;
	color: #ffffff;
	font-size: 90%;
	height:30px;
	line-height:30px;
	padding:0 20px;
	border: 0px;
	background-color: #0099cc;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

iframe#contiFrame {
	height: 100%;
	width: 100%;
	z-index: 10;
	top: 0px;
	left: 0px;
}
