html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	color: #ffffff;
}

img
{
	border: none;
}

a
{
	color: #ffffcd;
}
a:visited
{
	color: #ffffcd;
}

#background
{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-color: #cccccc;
}

#content
{
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1200px;
}

#content #navigation
{
	position: fixed;
	z-index: 30;
	width: 502px;
	height: 80px;
	top: 77px;
	left: 15px;
}

#content #navigation ul
{
	position: absolute;
	top: 22px;
	left: 90px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 417px;
	background: transparent url('../images/postbg.png') repeat;
}

#content #navigation ul li
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-size: 10pt;
}

#content #dataset
{
	width: 660px;
	position: static;
	float: right;
	z-index: 40;
	/*border-left: 4px solid #000000;*/
}

#content #dataset ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content #dataset ul li
{
	margin: 0px;
	padding: 0px;
	
	background: transparent url('../images/postbg.png') repeat;
}

#content #dataset .blogEntry
{
	/* background-color: #efefef; */
	margin: 10px 0px 10px 0px;
	overflow: auto;
}

#content #dataset .blogEntry h1
{
	margin: 10px 10px 10px 10px;
	padding: 0px;
	text-align: right;
	font-size: 18pt;
	letter-spacing: 1px;
	color: #efefef;
}

#content #dataset .blogEntry h1 a, #content #dataset .blogEntry h1 a:visited
{
	color: #efefef;
}

#content #dataset .blogEntry h2
{
	margin: 0px 10px 10px 10px;
	padding: 0px;
	text-align: right;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}

#content #dataset .blogEntry h3
{
	text-align: center !important;
}

#content #dataset .blogEntry p
{ 
	margin: 0px 10px 10px 10px;
	padding: 0px;
	text-align: justify;
	font-size: 12pt;
}

#content #dataset .blogEntry .continue
{
	/* text-align: center !important; */
}


#PaginationArea
{
	padding: 5px;
}
#PaginationArea ul
{
	display: inline;
	list-style-type: none;
}
#PaginationArea ul li
{
	display: inline-block;
	width: 20px;
	text-align: center;
	background-image: none !important;
}
#NumberPerPage
{
	display: none;
}