body{
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#site
{
	width: 891px;
	margin: 0 auto;
	margin-top: 42px;
	border: 0px solid red;
}
#logo
{
	width: 881px;
	height: 33px;	
}
#header
{
	width: 881px;
	height: 317px;
	border: 5px solid white;	
}
#nav
{
	width: 266px;
	height: 317px;
	float: right;	
}
#content
{
	width: 891px;
	margin: 0 auto;
	min-height: 200px;
	height: auto;
	overflow: hidden;
	padding-top: 50px;
}
#left
{
	width: 600px;
	float: left;	
}
#right
{
	width: 266px;
	float: right;	
}
#info
{
	width: 230px;
	border: 3px solid #F5F5F5;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
h1{color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #7f7f7f;
	background-color: #f5f5f5;
	height: 19px;
	width: auto;
}
.fieldsbox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #7f7f7f;
	background-color: #f5f5f5;
	height: 40px;
	width: auto;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #7f7f7f;
	background-color: #f5f5f5;
	height: 19px;
	width: auto;
	border: thin ridge #000000;
}

a:link {
	color: #7F7F7F;
	text-decoration: underline;
}
a:hover {
	color: #7F7F7F;
	text-decoration: none;
}
a:visited {
	color: #7F7F7F;
}
ul {list-style:none;}

#anim {position:relative; width:615px; height:333px; margin-right:0px; overflow:hidden;	float: left;}
#faded .pagination {position:absolute; bottom:0; right:0; width:120px; height: 20px; padding:10px 15px 5px 15px; z-index:10; background:url(../images/battons-bg.png) 0 0 no-repeat;}
#faded .pagination li {float:left; padding-left: 5px; line-height:0; font-size:0;}
#faded .pagination li a {display:block; float:left; width:18px; height:18px; text-indent:-200px; text-decoration:none; background:url(../images/bull.png) 0 0 no-repeat;}
#faded .pagination li a:hover, #faded .pagination li.current a {background:url(../images/bull-h.png) 0 0 no-repeat;} 


