body {
	margin: 0px;
	background: #FFFFFF;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h1 {

	font-size: 20px;
	margin: 0px 0px 10px 0px;


}

h2 {

	font-size: 20px;
	margin: 10px 0px 10px 0px;


}

img.thumbs {

	padding: 2px;
	border: 3px solid #EFEFEF;
	background: #FFFFFF;
}


#header {

	width: 100%;
	text-align: center;
	background: url('http://files.nubutu.com/design/bg_menu.gif') repeat-x;
	border-bottom: 3px solid #000000;

}

#header .wraper {

	width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
}


#header .top {

	height: 75px;
	width: 950px;

}

#header .menu {

	width: 950px;

}

#top a.home:link, #top a.home:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('http://files.nubutu.com/design/top_menu.gif') 0 0 no-repeat;

}

#top a.home:hover {

	background-position: 0 -50px;

}

#top a.favorite:link, #top a.favorite:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('http://files.nubutu.com/design/top_menu.gif') -50px 0 no-repeat;

}

#top a.favorite:hover {

	background-position: -50px -50px;

}

#top a.help:link, #top a.help:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('http://files.nubutu.com/design/top_menu.gif') -100px 0 no-repeat;

}

#top a.help:hover {

	background-position: -100px -50px;

}

#top a.contact:link, #top a.contact:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('http://files.nubutu.com/design/top_menu.gif') -150px 0 no-repeat;

}

#top a.contact:hover {

	background-position: -150px -50px;

}

#menu {

	color: #ffffff;
	font-size: 12px;
}

#menu td {

	text-align: center;


}

#menu a.normal:link, #menu a.normal:visited {

	display:block;
	overflow: hidden;
	color: #ffffff;
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	background: url('http://files.nubutu.com/design/menu.gif') 0px 0 repeat-x;
	font-weight: bold;
	text-decoration: none;

}

#menu a.normal:hover {

	display:block;
	color: #ffffff;
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	background-position: 0px -30px;
}

#menu a.selected:link, a.selected:visited, a.selected:hover {

	display:block;
	color: #ffffff;
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	background: url('http://files.nubutu.com/design/menu.gif') 0px -60px repeat-x;

}



#content {

	height: 500px;
	padding: 10px 0px;
	background: url('http://files.nubutu.com/design/content.gif') repeat-x;
	text-align:center;

}

#content .wraper {

	width: 950px;
	margin: 0 auto;

}

#content .billboard {

	width: 930px;
	padding: 0px 10px 20px 10px;
}


#content .right {

	float: right;
	width: 160px;
	padding: 10px;
	text-align: left;
}

#content .left {

	float: left;
	width: 740px;
	padding: 10px;
	text-align: left;

}

#content .center {

	width: 930px;
	padding: 10px;
	text-align: left;

}

#content .bottom {

	clear:both;
	width: 930px;
	padding: 10px;
	text-align: left;

}


#content a:link, #content a:visited {

	font-size: 13px;
	color: #329FE7;
	font-weight:bold;
	margin: 0px 5px;

}
#content a:hover {

	font-size: 13px;
	color: #000000;
	font-weight:bold;
	margin: 0px 5px;

}

#loader {

	margin:auto;

}

#loader td {

	background:#3F3F3F;
}

#loader .top_left {

	width:10px;
	height:10px;
	background:url('http://files.nubutu.com/design/top_left.gif') no-repeat top left;

}

#loader .top_right {

	width:10px;
	height:10px;
	background:url('http://files.nubutu.com/design/top_right.gif') no-repeat top right;

}

#loader .bottom_left {

	width:10px;
	height:10px;
	background:url('http://files.nubutu.com/design/bottom_left.gif') no-repeat bottom left;

}

#loader .bottom_right {

	width:10px;
	height:10px;
	background:url('http://files.nubutu.com/design/bottom_right.gif') no-repeat bottom right;

}



#pager {

	margin: 15px 0px 10px 0px;
	text-align: center; 

} 

#pager u {

	margin: 2px;
	padding: 2px;
	color: #DDDDDD;
	font-size: 20px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;

}


#pager a:link, #pager a:visited {

	margin: 2px;
	padding: 2px;
	font-size: 20px;
	color: #555555;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	font-weight: normal;
}

#pager a:hover {

	margin: 2px;
	padding: 2px;
	font-size: 20px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #555555;
	text-decoration: none;

}

#footer {

	clear:both;
	color: #777777;
	height: 80px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background: url('http://files.nubutu.com/design/footer.gif') repeat-x;
}

#footer a:link, #footer a:visited , #footer a:hover {

	color: #777777;
	font-weight:bold;
	margin: 0px 5px;

}

#footer p {

	margin:10px 0px;
}
