body {
	margin: 0;
	padding:0;
	background: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.blue    { 	padding-top:5px;color: rgb(51,0,255);
font-size:20px;  }
/* Page */

.small  { padding-bottom:3px;color: rgb(0,0,0);
font-size:15px;  }

#page {
	margin: 0 auto;
	width: 907px;
}


/* Header */

#header {
	width: 907px;
	height: 236px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

	/* Header - Info */

	#header #header-info {
		position: absolute;
		top: 55px;
		left: 280px;
	}

	#header #header-info h1 {
		color: #FFFFFF;
		font: normal 45px Impact;
		padding-bottom: 5px;
	}

	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}

	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px Century Gothic;
	}

	/* Header - Menu */

	#header #header-menu {
		position: absolute;
		top: 203px;
		left: 15px;
		height: 34px;
	}

	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}

	#header #header-menu ul li {
		float: right;
		height: 24px;
		margin-right: 11px;
		font: bold 12px/24px Century Gothic;
		color: #ffffff;
		background: url(images/header_menu.gif) repeat-x;
		border: 1px solid #ffffff;
		padding: 0 12px;
	}

	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}

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

	#header #header-menu ul li ul {
		display: none;
	}


	#content {
		float: left;
		width: 800px;
		padding: 2px 2px 2px 53px;
	}


	#content .post {
		float: left;
		width: 800px;
	}


		#content .post .post-title {
			width: 800px;
			height: 25px;
			border: 1px solid #FFFFFF;
			background: url(images/post_title.gif) repeat-x;
			color: #000000;
			font: bold 10px Century Gothic;
		}

		#content .post .post-title a, .post-title-info a {
			color: #000000;
			text-decoration: none;
		}

		#content .post .post-title a:hover, .post-title-info a:hover {
			text-decoration: underline;
		}

		#content .post .post-title h2 {
			color: #FFFFFF;
			font: bold 15px/25px Century Gothic;
			float: left;
			padding-left: 50px;
		}

		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;

		}

		#content .post .post-title h2 a:hover {
			text-decoration: underline;

		}

		#content .post .post-title .post-title-info {
			float: left;
			line-height: 24px;

		}

		.post-title-info {
			display:block;
			width:100%;
			text-align:right;
			color: #000000;
			font: bold 10px Century Gothic;
			padding-top: 0px;

		}


  #content .post .post-entry {
			font: normal 14px/17px Century Gothic;
			color: #000000;
			width: 700px;
			background: #FFFFFF;
  	        padding: 1px 0 2px 0;
  	        margin-left:50px;
		}

  #content .post .post-entry2 {
			font: normal 16px/28px  Verdana;
			color: white;
			width: 530px;
			background: black;
  	        padding:22px 0 2px 0;
  	        margin-left:155px;
		}




       #content .post .post-entry  p{
  			padding: 5px 0 5px 0;
           	margin:  0;
		}

			#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Century Gothic;

		}

		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}

		#content .post .post-entry a:hover {
			text-decoration: underline;
		}

		#content .post .post-entry .more-link {
			font: bold 11px/20px Century Gothic;
			color: #000000;
			float: right;
			padding-bottom: 2px;
		}

		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}

		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}


		#content .post .post-info {
			padding: 0 10px 0 0;
   			margin:0 0 0 25px;
			width: 750px;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			background: url(images/post_info.gif) no-repeat;
			text-align: right;
		}

		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}

		#content .post .post-info a:hover {
			text-decoration: underline;
		}


	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}

	#content .navigation a:hover {
		text-decoration: underline;
	}




#footer {
	width: 720px;
	padding-top: 42px;
	padding-left: 94px;
	height: 110px;
	background: #000000;
	color: #5C5C5C;
	font: 9px Century Gothic;
	text-align: center;
}

#footer a {
	color: #616161;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
