body{
	margin:0px auto;
	padding:0px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	margin:0px auto;
	width:900px;
	text-align: center;
}


#logo{
	margin:0px 0px 0px 0px;
	height:64px;
}

#body{
	width:417px;
	text-align: left;
	margin: 0px auto;
}

#body-admin{
	width:900px;
	text-align: left;
	margin: 0px auto;
}

#footer{
	font-size:10px;
	margin:50px 0px 0px;
}

fieldset {
	width:400px;
}

p {
	font-size:12px;
	line-height:16px;
}

.small {
	font-size:10px;
}

td {
	border-bottom:1px;
	border-bottom-color:#999999;
	border-bottom-style:inset;
}
.noline {
	border:none;
}

.seconbg{
	background-image:url(bottombg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.error{
	border:1px solid #ff0000;
}
#error{
	background-color:#efb3b4;
	border:1px solid #ff0000;
}

ul.navlist{
	border-bottom: 1px solid #ccc;
	background-color:#ccc;
	width:900px;
	margin:10px 0px;
	padding:10px;
}

ul.navlist li{
	display:inline;
	padding:0px 15px;
	background-color:#fff;	
}