@charset "utf-8";
/* CSS Document */

img{
	border: none;
}
a{
	text-decoration:none;
	color:#000099;
}

a:hover{
	color:#000000;
}

body{
	background: url(images/bg.gif) repeat-y center;
	padding: 0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#site{
	width: 980px;
	margin:auto;
}

#header{
	background: url(images/header.jpg) no-repeat;
	height: 200px;
}

#header h1 { 
  font-family:"Courier New", Courier, monospace;
  font-size:36px;
  letter-spacing : 5px;
  margin : 0 0px 0 15px;
  padding : 150px 0px 0px 0px;
  background : transparent;
  color : #ffffff;
} 

#left{
	float:left;
	width: 140px;
	padding-right: 30px;
	padding-left: 30px;	
	background: url(images/bara.gif) repeat-y right;
}

#center{
	float:left;
	width: 768px;
	padding-left: 5px;
	padding-right: 5px;
}

#right{
	float:left;
	width: 140px;
	padding-right: 30px;
	padding-left: 30px;	
	background: url(images/baar.gif) repeat-y right;
}

#center ul {
	padding: 5px;
	list-style:url(images/list.gif);
	margin-left:0px;
}

#right ul {
	margin:0px;
	padding: 0px;
	list-style:none;
}
#right li {
	display: block;
	height: 28px;
}


h2{
	font-family:"Courier New", Courier, monospace;
	color:#006600;
	text-align:center;
}

#footer{
	background: url(images/footer.jpg) repeat-x;
	clear: both;
	text-align:center;
	height: 36px;
	padding-top: 10px;
}




