* {
  margin: 0;
  padding: 0;
  }
	
body{
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:Segoe UI, Arial, Helvetica, sans-serif !important;*/ 
	font-size:12px; 
	margin:0 auto; 
	padding:0;	
	color:#fff;	
	line-height:16px;
	background:#000 url(../images/bgbody.jpg) top center no-repeat;
}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (960 pixel) */

#wrapper{
	width:960px;	
	margin:0 auto;
	padding:0;			
}

#header{
	width:960px;
	height:98px;
	margin:0;
	padding:0;	
}

#header h1 {
  padding: 0;
  margin:0 0 5px 0;
  }

#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }

#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }

#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


#header #logo{
	width:350px;	
	margin:0;
	padding:0;
	float:left;
	margin: 25px 0 0 0;		
}

#header #toplink{
	float:right;
	margin: 5px 0 0 0;
	text-align:right;
}

#topbar{
	width:960px; 
	/*height:47px;
	display:block;*/
	color:#ffffff; 
	margin:0 auto;
	padding:0;
	clear:both;		
}

#topbar #topnav{
	/*width:600px;*/		
	margin:0px;
	padding:0;
	float:left;				
}

#topbar #toprss{		
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;		
}


/* Center PageContent */
div.breadcrumb{
	margin:0px 0px 10px 0px;
	padding:0;
	font-size:12px;
}

#main{	
	margin:0 auto;
	padding:5px 15px 0px 15px;	
	width:930px;			
}

div.main tr,td{
	vertical-align:top;
	padding:10px;		
}

/* Column left */

#main #pagecontent{
	width:545px;
	margin:0;	
	float:left;	
}

#pagecontent #BannerTop{
	background-color:#000;
}
/* Column Right */

#main #widget-right-full{
	width:341px;	 	
	float:right;
	display:inline;
	margin:0px;
	padding:0;	
}

#widget-right-full .widget-right{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 5px 0px;
  background: url(../images/bg-trans.png) repeat;
}

/* widgets bottom */
#widget-bottom-full{
	width:960px;
	margin-top:30px;
	padding:0;
	background-color:#0D0D0D;
}

#widget-bottom-full .widget-twister{
	width:520px;
	margin:0;
	padding:0;
	float:left;
}

#widget-bottom-full .widget-flickr{
	width:440px;
	margin:0;
	padding:0;
	float:left;
}

/* footer and copyright*/

div#footer {
	width:auto;
	display:block;
	margin:60px 20px 50px 20px;	
	color:#fff;
	clear:both;	
}
p#copyright{
	color:#fff !important;
	font-size:11px !important;
	padding:5px 0px 5px 0px;
}
p#copyright span.links a{
	color:#fff !important;
	text-decoration:none;
	font-weight:700;
}
p#copyright span.links a:link, span.links a:visited {
	color:#fff !important;
	text-decoration:none;
	font-weight:700;
}
p#copyright span.links a:hover {
	color: #980707;
	text-decoration:none;
	font-weight:700;
}
p#copyright span.links a:active {
	text-decoration:none;
	color:#fff;
	font-weight:700;
}
