*{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica;
}

body{
	background: #ececec url('i/top.jpg') no-repeat top center;	
}

img{
	border: 0;
}

:focus{
	outline: 0;
}

#header{
	position: absolute;
	top: 10px;
	left: 550px;
}

#header h1{
	font-size: 16px;
}

#menu{
	position: absolute;
	left: 720px;
	top: 180px;
}

#menu li{
	list-style: none;
	padding: 5px 0 0;
}

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

#menu li span{
	display: none;
}

p, li, td{
	color: #545454;
	line-height: 1.5em;
	font-size: 12px;
}

.content ul {
	padding: 10px;
}

.content ol{
	padding: 10px 30px;
}

.content ol li{
	padding-left: 0px;
}

.content ul li{
	list-style: none;
	padding: 5px 15px;
	background: url('i/list-item.png') no-repeat;
	background-position: 0px center;
}


#wrapper{
	position: relative;
	left: 1px;
	width: 960px;
	margin: 0 auto;
	border: 0px solid #ccc;
}

#top{
	position: relative;
	height: 400px;
}

#container{
	position: relative;
	background: #fff;
	padding: 10px 50px 30px;
	
	
}

#container .content{
	padding: 20px;
	background: #f3f3f3;
	border: 1px solid #e5e5e5;
	
}

.content a{
	color: #ce0000;
	text-decoration: none;
}

.content a:hover{
	color: #000;
	text-decoration: underline;
}


#container .content img{
	border: 1px solid #666;
}

#footer{
	position: relative;
	height: 100px;
	background: url('i/footer.jpg') no-repeat;
}

#footer .content{
	padding: 25px 10px 0 50px;
}

.ff1{
	width: 300px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	-moz-border-radius: 5px;
}

.ft1{
	width: 300px; 
	height: 100px;
	font-size: 12px;
	padding: 5px;
	-moz-border-radius: 5px;
}

.right{
	text-align: right;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.error{
	background: #ce0000;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #600;
	-moz-border-radius: 5px;
	margin: 10px 0;
}


.ok{
	background: #009900;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #060;
	-moz-border-radius: 5px;
	margin: 10px 0;
}


table, td{
	vertical-align: top;
	border: 0;
}