/* General */

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

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

img { border: 0;}

#main { 	width: 1024px;}

/* Page */

#page { 	background: url("page.gif") repeat-y;}

/* Header */

#header {
	width: 1024px;
	height: 380px;
	background: url("header.jpg") no-repeat;
}

#header-info {
	position: absolute;
	top: 280px;
	left:680px;
	width:430px;
	padding:10px 0px 10px 10px;
	background-color:#ffffff;
    
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	
}

#header h1 {
	color: #000000;
	font: normal 26px Tahoma;
}
	
#header h1 a {
	color: #aaaaaa;
	text-decoration: none;
}

#header .description {
	color: #cccccc;
	font: bold 16px Arial;
}

#header-menu {
	height: 35px;
	font: bold 14px Tahoma;
	background: url("header_menu.jpg") no-repeat;
}

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

#header-menu ul li {
	float: left;
	background: url("menu_separator.gif") no-repeat right top;
}

#header-menu ul li a {
	color: #ffffff;
	margin: 0 20px;
	font: normal 17px/35px Verdana;
	text-decoration: none;
	height: 35px;
}

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

#header-bottom  {
	height: 18px;
	background: url("header_bottom.jpg") no-repeat;
}


/* Main */


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

	/* Main - Sidebar Left */
	
	#main #sidebar-left {
		width: 232px;
		color: #ffffff;
		text-align: left;
		vertical-align: top;
		
	}
	
	#main #sidebar-left a {
		color: #ffffff;
		font: bold 12px Tahoma;
		text-decoration: none;
	}
	
	#main #sidebar-left a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	

	#main #sidebar-left h2 {
		font: bold 14px Tahoma;
		color: #ffffff;
		height: 37px;
		background: url("sidebar_title.gif") no-repeat;
		padding-left: 10px;
		padding-top: 2px;
		margin-bottom: 8px;
	}
	
	#main #sidebar-left ul {
		margin: 0;
		padding: 0;
		
		list-style-type: none;
		padding-left: 17px;
		padding-right: 10px;
		margin-bottom: 35px;
	}
	
	#main #sidebar-left ul li a {
		color: #ffffff;
		font: normal 12px Tahoma;
		text-decoration: none;
		
	}
	
	#main #sidebar-left ul li a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	
		
	/* Main - Sidebar Right */
	
	#main #sidebar-right {
		width: 232px;
		color: #ffffff;
		font: normal 12px Verdana;
		text-align: left;
		vertical-align: top;
	}
	
	#main #sidebar-right a {
		color: #ffffff;
		font: bold 12px Tahoma;
		text-decoration: none;
	}
	
	#main #sidebar-right a:hover {
		color: #ffffff;
		text-decoration: underline;
		
	}
	
	#main #sidebar-right h2{
		font: bold 14px Tahoma;
		color: #ffffff;
		height: 37px;
		background: url("sidebar_title.gif") no-repeat;
		padding-left: 17px;
		margin-bottom: 8px;
	}
	
	#main #sidebar-right ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-left: 17px;
		padding-right: 10px;
		margin-bottom: 35px;
	}
	
	#main #sidebar-right ul li a {
		color: #ffffff;
		text-decoration: none;
		font: bold 14px/22px Verdana;
	}
	
	#main #sidebar-right ul li a:hover {
		color: #ffffff;
		text-decoration: underline;
	}


	
	/* Main - Content */
	
	#main #content {
		
		min-height: 573px;
		padding: 5px 25px 25px 25px;
		background: url("content.jpg") no-repeat left bottom;
		text-align: left;
		vertical-align: top;
	}
	
	#main #content .post {
		font: normal 11px/17px Verdana;
		color: #000000;
	}
	
	#main #content h2 {
		color: #000000;
		font: bold 16px Tahoma;
	}
	
	#main #content .post h2 a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .date {
		color: #000000;
		font: normal 17px Verdana;
	}
	
	#main #content .entry  {
	font: normal 12px Tahoma;
	
	}
	
	
	#main #content .post .entry  td{
	font: normal 12px Tahoma;
	}	
	
	#main #content .post .entry a {
		color: #960000;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry img {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #content .post .entry .more-link {
		font: bold 12px/20px Verdana;
		color: #960000;
		float: right;
	}
	
	#main #content .post .entry .more-link a {
		color: #960000;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info {
		font: normal 17px Verdana;
		color: #000000;
	}
	
	#main #content .post .info a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post h3 {
		color: #000000;
		font: normal 20px Verdana;
		margin-bottom: 5px;
	}
	
	

/* Footer */

#footer {
	background: url("footer.jpg") no-repeat;
	width: 1024px;
	height: 93px;
	font: normal 17px Verdana;
	color: #ffffff;
	text-align: center;
	position: relative;
}

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

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



