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

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

a:hover{
	color:#ff0000;
}

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

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

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

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

#center{
	float:left;
	width: 568px;
	padding-left: 5px;
	padding-right: 5px;
	background:#2A3729;
}

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

#center ul {
	background: #bfb8f3;
	padding: 5px;
	list-style:none;
	margin-left:0px;
}

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

#header h1 {
	font-family:Monotype Corsiva;
	font-size:36px;
	letter-spacing : 5px;
	margin : 0 0px 0 450px;
	padding : 70px 0px 0px 225px;
	background : transparent;
	color : #fff;
} 

h2{
	color:#ff0000;
}

#footer{
	margin:auto;
	width: 568px;
	background: #CCCCCC;
	clear: both;
	text-align:center;
	height: 36px;
	padding-top: 10px;
}
#footer p {
	color:#FFFFFF;

}
