@import url('editor.css');

*{

	margin: 0px;
	padding: 0px;	
}

body {

	background: #f1f7f9 url(../_img/bg_tile.gif) repeat-x;
	margin: 0px;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	
}

#wrapper{

	width: 785px;
	margin: 0px auto;

}

#info{

	margin: 30px auto;
	background: #fff;
	text-align: center;
	padding: 50px 10px;
	width: 400px;

}

#main{

	background: url(../_img/bg_main.png) repeat-y center;

}

#header{

	background: url(../_img/bg_header.gif) no-repeat center;
	height: 148px;
	margin: 0px;

}

#logo{

	margin: 0px 0px 0px 30px;
	height: 80px;
	width: 239px;
	background: url(../_img/logo.gif) no-repeat;

}

#logo h1{

	margin: 0px 0px 0px -100000px;

}

#navbar{

	margin: 0px 0px 0px 12px;
	width: 185px;
	float: left;

}

#navbar ul{

	list-style: none;
	width: 165px;

}

#navbar li{

	margin: 3px 10px;
	padding: 4px 0px;
	border-bottom: 1px dotted #625559;

}

#navbar ul li a{

	font-size: 12px;
	font-weight: bold;
	color: #811f48;
	text-decoration: none;

}

#navbar ul li a:hover{

	color: #e72073;

}

#content{

	width: 550px;
	float: left;

}

#news{

	font-size: 11px;
	color: #2a9bad;

}

#news a{

	font-weight: bold;
	text-decoration: none;
	color: #2a9bad;
	line-height: 12px;

}

#bottom{

	height: 46px;
	background: url(../_img/bg_div_bottom.gif) no-repeat center;

}

#footer{

	height: 80px;

}

#hills{

	background: #6d8e1f url(../_img/bg_hills.gif) repeat-x;
	height: 200px;

}

#animation{

	position: relative;
	width: 70%;
	margin: 0px auto;
	float: left;
	bottom: 120px;
	text-align: center;
	z-index: 10;

}

#clown{

	position: absolute;
	width: 140px;
	float: right;
	margin-left: 620px;
	top: 40px;
	z-index: 2;

}

.mir { letter-spacing : -1000em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */

#h2_welcome{

	background: white url(../_img/h2_welcome.gif) no-repeat left top;
	width: 281px;
	height: 60px;

}