* {
	margin:0px;
	padding:0px;
}

a{
	color:#F66;
	
}

html{
	height:100%;
}

body{
	text-align:left;
	padding: 0px;
	margin: 0px auto;
	height:100%;
	background-image: url(images/backstripe.gif);

}

#container{
	position:relative;
	width:860px;
	margin:0px auto;
	background-color:#FFF;
	
}

#wraper {
	width: 810px;
	margin:0px auto;
}

#top_head {
	margin:0px auto;
	height: 30px;
	text-align: right;
	width: 810px;
	background-position:right;
	background-image:url(images/header_01.gif);
	background-repeat:no-repeat;
}

#header{
	width:810px;
	margin:0px auto;
}

#menu {
	margin:0px auto;
	height: 30px;
	width: 810px;
}

#menu ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
}

#menu ul li a {
	text-decoration:none;
	color:#666;
}


#menu li {
	font-size: 13px;
	color: #666;
	float: right;
	list-style-type: none;
	height: 30px;
	padding:7px 10px 0px 10px;
	margin:0px;
}

#menu ul li:hover {
	color: #FFF;
	background-color: #F89E23;
}

#left {
	float: left;
	width: 200px;
}

#left h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #666;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
}

#contents {
	float: right;
	width: 600px;
}

/*-----*/
#c_top{
	width: 600px;
	height:45px;
	background-image:url(images/paper_top.gif);
	background-repeat:no-repeat;
}

#c_mid{
	width: 600px;	
	background-image:url(images/paper_mid.gif);
	background-repeat:repeat-y;
}


#c_bot{
	width: 600px;
	height:40px;	
	background-image:url(images/paper_bottom.gif);
	background-repeat:no-repeat;
	clear:both;
}
/*-----*/

.link li{
	list-style-type: none;
}
	
.link ul {
	font-size:13px;
	float: left;
	width: 250px;
	line-height:20px;
	padding-left: 35px;
}



#pqlist li{
	margin-right:30px;
	margin-bottom:30px;
	border:1px none #333;
	border-style:solid;
	list-style-type: none;
	float: left;
}


/*-----*/

table#table-01 {
    width: 470px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/*-----*/


#footer  {
	background-color: #393;
	height: 25px;
	width: 860px;
	margin:0px auto;
	clear: both;
	float:none;
	padding: 0px;
	bottom:0;
}
#footer p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: auto;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#left a{
	color:#C33;
	text-decoration: none;
}

.p_imp{
	font-weight:bold;
	color:#900;
	
}

/*
#img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	width: auto;
}
*/

