body {
	font-size: 11px;
	color: #00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	color: #FFEC1A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BEB769;
}
a:hover {
	text-decoration: underline;
	color: #FFEA00;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a {
	font-size: 11px;
}
#topbar {
  	width: 100%;
	height: 50px;
	background:url("images/topbg.png") repeat;
}
#wrapper {
  	width: 40%;
  	margin:0 auto;
  	padding:0 0px;
}
#header {
	height: 425px;
	margin:0 auto;
  	padding:40 0px;
	position: center;	
	background: url("images/header.png");
	background-position: center;
	background-repeat: no-repeat;
}
#menu {
	height: 37px;
	margin:0 auto;
  	padding:0 0px;
	background:url("images/topbg.png");
}
#catleft {
	height: 30px;
	background-attachment:fixed;
	background-position:left;
	background:url("images/leftcat.png");
	background-repeat: no-repeat;
	margin:0 auto;
}
#catmid {
	height: 30px;
	background-attachment:fixed;
	background-position:center;
	background:url("images/maincat.png");
	background-repeat: repeat-x;
	margin:30 auto;
}
#catright {
	height: 30px;
	background-attachment:fixed;
  	background-position:right;
	background:url("images/rightcat.png");
	background-repeat: no-repeat;
	margin:0 auto;
}
#line {
	background:url("images/lin.png");
	background-repeat: repeat-y;
	margin:0 auto;
  	padding:0 21px;
	color: #111111;
}
#footer {
	width: 700px;
	height: 35px;
	background:url("images/footer.png");
	background-repeat: no-repeat;
	margin:0 auto;
  	padding:0 0px;
	color: #DDDDDD;
}
#footer2 {
	width: 700px;
	height: 71px;
	background:url("images/igfoot2.png");
	background-repeat: no-repeat;	
	margin:0 auto;
  	padding:0 0px;
	color: #CCCCCC;
	text-align: center;
}

