* { margin: 0; padding: 0; }

body {
	background:			#000;
	color:				#000;
	font-family:		Arial, Sans Serif;
	font-size:			14px;
	line-height:		1.2em;
}

a {
	color:				#333;
}

a:hover {
	text-decoration:	none;
}

#page {
	width:				1024px;
	margin:				auto;
	xmargin-top:			40px;
	margin-bottom:		40px;
	background:			#fcff00;
	overflow:			hidden;
}

#header {
	background:			url(images/header2.jpg) top left no-repeat;
	width:				1024px;
	height:				214px;
	margin:				auto;
	margin-bottom:		20px;
	position:			relative;
}

#ad1 {
	position:			absolute;
	left:			  	450px;
}

#footer {
	width:				960px;
	float:				left;
	clear:				both;
	margin:				40px 0px;
	text-align:			center;
}

#navi {
	width:				1024px;
	height:				40px;
	background:			#bdc2b2;
	line-height:		40px;
	margin-bottom:		15px;
}


#navi ul {
	list-style-type:	none;
	overflow:			hidden;
	width:				auto;
	margin:				auto;
	text-align:	centeR;
}

#navi ul li {
	display:			inline;
	margin-right:		20px;
	font-size:			20px;
	text-transform:		uppercase;
}

#navi ul li a {
	color:				#000;
	text-decoration:	none;
}

#navi ul li a:hover {
	text-decoration:	underline;
}

#header h1 {
	display:			none;
}

#left {
	width:				250px;
	float:				left;
	margin-left:		10px;
}

#content {
	width:				494px;
	float:				left;
	padding:			0px 10px;
}

#sidebar {
	width:				250px;
	float:				left;
	
}

.post h2 {
	font-weight:		normal;
	color:				#000;
	margin-bottom:		15px;
}

.post h2 a {
	color:				#000;
	text-decoration:	none;
}

.post h2 a:hover {
	text-decoration:	underline;
}

.post p {
	margin-bottom:		10px;
}

#footer ul {
	list-style-type:	none;
	display:			inline;
	text-align:			center;
}

#footer ul li {
	display:			inline;
}

.postmetadata {
	font-size:			11px;
}

#left .sbpost {
	margin:				15px 0px;
}

#sidebar .sbpost {
	border:				1px solid #bdc2b2;
	padding:			10px;	
	margin-bottom:		15px;
}

#left .sbpost h3,
#sidebar .sbpost h3 {
	font-size:			14px;
	margin-bottom:		10px;
}

#left .sbpost img {
	width:				230px;
}

img.alignleft {
	float:				left;
	margin:				10px;
}

.ngg-galleryoverview {
	margin:				15px 0px;
}