/* general */
*{margin:0; padding:0; font-size:small; text-decoration:none; color:#ffffff; line-height:150%;}
body{
	background: #000000;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
body div{
        text-align: left;
        margin: 0 auto;
}
#container{
	background: #000000;
	position: relative;
	width: 800px;
	border: 1px solid #FFFFFF;	
}
#contents{

}
.clear {
	clear: both;
	}
li{
	list-style-type: none;
}
a:link {
	color: #ffffff;
	text-decoration: underline;

}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.center{
	text-align:center;
}
/* main */
h1{
	
}
#header{
	position:relative;
	width:800px;
}
#header p{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:10px;
}

table{
	margin: 5px 0px 10px 10px;
}
th{
	width: 780px;
	text-align: left;
	padding: 5px 5px 5px 20px;
	background-image: url(images/icon-state.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: large;
	color: #ffffff;
	letter-spacing: 2px;
}
td{
	width: 260px;
	text-align: left;
	padding: 1px 5px 20px 30px;
	background-image: url(images/icon-shop.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	vertical-align: top;
}



#footer{
	padding:10px;
	text-align:center;
	background-color:#FFFFFF;
	
}
#footer p{
	color:#000000;
	font-size:x-small;
}

#HeadStep {
margin:15px 0;
text-align:center;
width:800px;
background-color:#FFFFFF;
padding-top:15px;
}
#HeadStep h2 {
display:block;
height:30px;
margin:0 auto 15px;
text-indent:-99999px;
width:720px;
}
#HeadStep ol {
margin:0 auto;
}
#HeadStep li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.Step-Beniton h2{
background:url(images/step_beniton.gif) no-repeat;
}
