/* GENERAL */
*{
	margin:0;
	padding:0;
	outline:none;
}
body {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	padding:0;
	margin:0;
	background:#fff url(../images/general/bg-body.gif) repeat-x;
}
img {
	border:0;
}
ul, ol { margin-bottom: 18px; }
ul,
li  { list-style-type: none; }

a   { 
	outline: none;
	color: #fe911b;
	text-decoration:none;
}
table,
tr,
td {
	border: 0;
 	border-collapse: collapse;
 	vertical-align: top;
}
p {
	margin-bottom: 18px;
}
.container {
	overflow: auto;
}
div.clear {
	clear: both;
}
span.clear {
	clear: both;
}
.alignright {
	float: right;
}
img.alignright {
	float: right;
	margin: 0 0 4px 10px;
}
.alignleft {
	float: left
}
img.alignleft {
	float: left;
	margin: 0 10px 4px 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.icon {
	vertical-align: middle;
}
.hide {
	display:none;
}
.error {
	background: #F00 ;
	padding: 10px;
	color: #fff;
	margin-bottom: 12px;
	font-weight:bold;
}
.error a{
	color:#FF0;
}
.info {
	background: #FFFDDB;
	padding: 10px;
	color: #333;
	margin-bottom: 12px;
	font-weight:bold;
}
/* LAYOUT */
#wrapper {
	width: 782px;
	margin: 9px auto;
}
#top_layout {
	height: 15px;
	background: transparent url(../images/general/bg-top.png) no-repeat;
}
#center_layout {
	background: transparent url(../images/general/bg-center.png) repeat-y;
	text-align:center;
}
#bottom_layout {
	height: 15px;
	background: transparent url(../images/general/bg-bottom.gif) no-repeat top left;
}
