body{
	margin: 0px;
	padding: 0px;
	background-color:#EDEDED;
}
#container{
	margin: 0px;
	width: 100%;
}
#pack-h{
	margin-left: auto;
	margin-right: auto;
	width: 100%;;
	height: 100px;
	background-color:#0099ff;
}
#header{
	margin-left: auto;
	margin-right: auto;
	width: 1093px;
	height: 100px;
	background-image:url(../img/header.png);
}
#pack-b{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1093px;
	height: 378px;
}
#pack-c{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1093px;
}
#banner{
	margin-left: auto;
	margin-right: auto;
	width: 1093px;
	height: 378px;
	background-image:url(../img/banner.png);
	border:solid 1px #CCCCCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#menu{
	padding-top: 10px;
	padding-left: 18px;
	width: 23%;
	height: 30px;
	background-color:#F36;
	font-family: Tahoma;
	color: #FFF;
	float: left;
	font-size: 16px;
	border:solid 1px #F36;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
#nav{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	width: 23%;
	float: left;
	background-color:#FFF;
	font-family: Tahoma;
	font-size: 14px;
	border:solid 1px #FFF;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}
#nav a{
	text-decoration: none;
	font-family: Tahoma;
	color: #0099ff;
}
.ul-n{
	padding: 0px;
}
.li-n{
	padding: 0px;
	padding-top: 10px;
	height: 44px;
	list-style:none;
	display: block;
}
.li-c{
	list-style:decimal;
	font:BrowalliaUPC;
}
#issue{
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 35px;
	width: 68%;
	height: 30px;
	background-color:#F36;
	font-family: Tahoma;
	float: right;
	color: #FFF;
	font-size: 16px;
	border:solid 1px #F36;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
#con{
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 35px;
	width: 68%;
	height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	float: right;
	color:#333;
	background-color:#FFF;
	border:solid 1px #FFF;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}
#con a{
	font-size: 14px;
	color:#0099ff;
	text-decoration:none;
}
strong{
	color:#0099ff;
}
#footer{
	margin-top: 10px;
	width: 100%;
	height: 50px;
	float: left;
}
#footertext{
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1093px;
	height: 40px;
	font-family: Tahoma;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background-color:#333;
	border:solid 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.fake{
	height: 383px;
}
.t-center{
	text-align:center;
}
.t-right{
	text-align:right;
}
table{
	border-style:solid;
}

#pack-c #con p {
	font-family:BrowalliaUPC;
	font-size:18px;
}
#pack-c #con a {
	font-family:BrowalliaUPC;
	font-size:18px;
}
#pack-c #con table {
	font-family:BrowalliaUPC;
	font-size:18px;
}
#footer #footertext a {
text-decoration: none;
	font-family: Tahoma;
	color: #00FF79;
}
