@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:0;
	font-family:"Times New Roman", Times, serif;
}
p {
	margin:15px auto;	
}
#wrap {
	width: 1000px;
	margin:auto;
	display:block;
}
h1 { font-size: 22px; }
body {
	background-image: url(../body/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #333;
	font-size:14px;
}

#header {
	background-image: url(../body/header_bg.jpg);
	height: 112px;
}

#navigation {
	background-color: #320033;	
	color:#FFF;
	text-align:center;
	padding:7px 0;
}
#navigation a {
	display:inline-block;
	margin:0 auto;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#left {
	padding:20px;
	float:left;
	display:inline;
	width: 600px;
}
#right {
	padding:10px 30px;
	float:right;
	display:inline;
	background-image: url(../body/rightbg.jpg);
	width: 272px;
	color:#FFF;
}
hr {
	color: #FFF;
	background-color:#FFF;
	height:2px;
}
#hupper {
	width: 600px;
	float: right;
	position:relative;
}
#hupper ul {
	padding-top: 20px;	
}
#hupper li {
	list-style-image: url(../body/bullet.gif);	
}
#footer {
	background-color:#330033;
	height: 35px;
	clear:both;
}

#txtup {
	position:absolute;
	top: 5px;
	right: 10px;
}
#txtup a {
	color: #666;
	text-decoration:none;
	font-weight:bold;
}
#headerimgs {
	height: 307px;
	width: 1000px;
	display:block;
}
#headerimgs li {list-style-type:none; }

input, select, textarea {
	border: 1px solid #999;
	padding:3px;
	margin:2px;
}