body {
	padding:0;
	margin:0;
	background-color: black;
	color: black; 
	font-family: "Century Gothic", sans-serif; 
	font-size: small; 
}

	
/*	width: 948px;
	background: black url(images/bg_logo.jpg) no-repeat top center;
*/
#all {
	width: 930px;
	margin: 0 auto;
	padding: 0 0 200px 0;
	background: #dbe167 url(images/body-bak.gif) bottom center no-repeat;
}

#header {
	height: 332px;
	width: 930px;
	background: #dbe167 url(images/top-bak.gif) top center repeat-y;
}
#home-click {
	width: auto;
	background: transparent;
	height: 133px;
	position: relative;
	top: 133px;
}
#navi {
	color: white; font-family: "Century Gothic", sans-serif; font-size: large; font-weight: bold;
	margin: 160px 0 0 60px;
	width: auto;
	padding: 0;
}
#navi li a {
	color: white; 
	text-decoration: none;
	padding: 0;
}
#navi li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	padding: 0;
}
#content {
	padding: 0 38px 10px 38px;
	background: #dbe167;
}
#footer {
	
}
.alignright {
	float: right;
}
.entry img {
	border: 1px black solid;
}
.noborder {
	border: none !important;
}
h2 {
	color: #05ACD0;
	text-transform: uppercase;
	font-size: x-large;
}
h3 {
	color: #FF5589;
	margin-bottom: 3px;
}
div.entry p
{
	margin-top: 3px;
}
a {
	color: #05ACD0;
}