html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background:#9E9E9E url(/images/body_bg.gif) repeat-x bottom left;
}


body {
	background:url(/images/header_bg.gif) repeat-x top left;
  text-align: center;
}

a {
	color: #A22626;
	text-decoration: none;
}

a:hover {
	color: #A22626;
	text-decoration: underline;
}

#container   {
position: relative;
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto;
  padding: 0;
  width: 75%;
	min-width:770px;
  text-align: left;
	background: #767676;
}

#header{
	height:92px;
	background:url(/images/header_bg.gif) repeat-x top left;
	text-align: right;
}

#header #logo{
	float:left; 
	width:160px;
	background:url(/images/header_bg.gif) repeat-x top left;
	height:92px;
}

#header #logo a{
	display:block;
	width:160px;
	height:70px;
	background:url(/images/site_logo.gif) no-repeat;
	margin: 10px 10px 10px 10px;
}

#header #title{
	width:250px;
	height:56px;
	margin-left: auto;
	margin-right: 15px;
	background:url(/images/site_title.gif) no-repeat 100% 19px;
}

#header #nav{
	float: right;
	height:33px;
	padding: 0px 14px 0px 0px;
}

#header #nav span{
	float: right;
	height:33px;
	width:12px;
	background:url(/images/mn_r.gif) no-repeat top right;
}

#header #nav ul{
	float: right;
	margin: 0;
	padding: 0px 0px 0px 12px;
	list-style-type :none;
	height:33px;
	background:url(/images/mn_l.gif) no-repeat top left;
}

#header #nav ul li{
	margin: 7px 2px 0px 2px;
	float: left;
	list-style: none;
  padding: 0px 0px 4px 10px;
	line-height: 22px;
	background:url(/images/mn_btn_l.gif) no-repeat top left;
}

#header #nav ul li a{
	display: block;
  padding: 0px 17px 0px 8px;
	background:url(/images/mn_btn_r.gif) no-repeat top right;
	font-family: tahoma, verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: none;
}

#header #nav ul li a:hover{
	color: #FEFEFE;
	text-decoration: underline;
}

.defw {
	font-size: 0px;
	height: 10px;
	min-width: 770px;
	background:#9E9E9E url(/images/body_bg.gif) repeat-x top left;
}

#footer{
	position:absolute;
	width:100%;
	bottom: 0;
	background:#9E9E9E url(/images/body_bg.gif) repeat-x bottom left;
	height: 55px;
}

.copyright {
	display: block;
	padding-top: 8px;
	text-align:center;
	font-family: tahoma, verdana;
	font-size: 10px;
	color: #C7C7C7;
}

.push{
	height:55px;
}

#container td{
	padding: 0;
	width:100%;
	height:1%;
vertical-align:top;
}

#content{
	padding: 0;
	width:100%;
	height:75%;
	min-height:400px;
}

#content tr{
	vertical-align: top;
}

#content td.left{
	width:100%;
	padding:0px 14px 0px 14px;
}

#content td.right{
	width:170px;
	padding:0px 14px 0px 0px;
}

.light{
	background: #DCDCDC;
	margin: 4px 0px 8px 0px;
}

.half{
	float:left;
	width:48%;
	margin-right:15px;
}

.anounce {
	position:relative;
	display: block;
	margin: 4px 14px 4px 14px;
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
	background: #DCDCDC;
}


.anounce a.links{
}

.anounce a.links img{
    position:relative;
	float:left;
	width: 94px;
	height: 95px;
	border: none;
	margin: 0px 14px 4px 0px;
}

.banner {
	display: block;
	margin: 2px 10px 2px 10px;
}


span.top, span.bottom, span.top span, span.bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 10px;
	background-repeat: no-repeat;
}

span.top {
	background-image: none;
	background-position: 100% 0;
}

span.top span {
	background-image: none;
	background-position: 0 0;
	margin: 0px 10px 0px 0px;
}

span.bottom {
	background-image: none;
	background-position: 100% 100%;
	clear:both;
}

span.bottom span {
	background-image: none;
	background-position: 0 100%;
	margin: 0px 10px 0px 0px;
}

.middle span.top {
	background-color:#9E9E9E;
	background-image:url("/images/dg_rt.gif");
}

.middle span.top span {
	background-color:#9E9E9E;
	background-image:url("/images/dg_lt.gif");
}

.middle span.bottom {
	background-image: url("/images/dg_rb.gif");
}

.middle span.bottom span {
	background-image: url("/images/dg_lb.gif");
}

.light span.top {
	background-image: url("/images/lg_rt.gif");
}

.light span.top span {
	background-image: url("/images/lg_lt.gif");
}

.light span.bottom {
	background-image: url("/images/lg_rb.gif");
}

.light span.bottom span {
	background-image: url("/images/lg_lb.gif");
}

