	body {
		background : #000 url(/background.jpg) no-repeat center top;
		margin : 0px;
		color: #fff;
		font-family : Tahoma, Arial, Helvetica, sans-serif;
		font-size : 11px;
	}
	#index {
	position : absolute;
	left : 50%;
	top : 50%;
	width : 450px;
	height : 260px;
	margin-left : -225px;
	margin-top : -130px;
	text-align : center;
	}
	a:link {
		color : #666;
		text-decoration : none;
	}
	a:visited {
		color : #666;
		text-decoration : none;
	}
	a:active {
		color : #fff;
		text-decoration : none;
	}
	a:hover {
		color : #fff;
		text-decoration : underline;
	}
	.top_links {
		color : #666;
		font-family : Arial Black, Arial, Verdana, sans-serif;
		font-weight : bold;
		font-size : 20px;
		text-transform : uppercase;
	}
	a.top_links:link {
		color: #666;
		text-decoration : none;
	}
	a.top_links:visited {
		color: #666;
		text-decoration : none;
	}
	a.top_links:hover {
		color: #f00;
		text-decoration : none;
	}
	a.top_links:active {
		color: #666;
		text-decoration : none;
	}
	.top_home {
		color : #fff;
		font-family : Arial Black, Arial, Verdana, sans-serif;
		font-weight : bold;
		font-size : 20px;
		text-transform : uppercase;
	}
	a.top_home:link {
		color: #fff;
		text-decoration : none;
	}
	a.top_home:visited {
		color: #fff;
		text-decoration : none;
	}
	a.top_home:hover {
		color: #f00;
		text-decoration : none;
	}
	a.top_home:active {
		color: #fff;
		text-decoration : none;
	}
	#gallery {
	position : absolute;
	left : 50%;
	width : 800px;
	height : 600px;
	margin-left : -400px;
	margin-top : 20px;
	}
	#main {
		position : absolute;
		left : 50%;
		width : 900px;
		margin-left : -450px;
	}
	#left {
		width : 300px;
		margin-top : 40px;
		float : left;
		text-align : right;
	}
	#right {
		width : 600px;
		margin-top : 40px;
		float : right;
		text-align : left;
	}
	.item {
		background : #020c10;
		padding : 15px;
		width : 590px;
		border : 1px #0d3b4e solid;
		display : block;
		margin-bottom : 10px;
	}
	.item_cat {
		padding-bottom : 15px;
		width : 590px;
		font-family : Arial Black, Arial, Helvetica, sans-serif;
		font-size : 28px;
		text-transform : uppercase;
		color: #666;
	}
	.item_title {
		color: #000;
		background: #767676;
		padding : 5px;
		font-family : Georgia, Times New Roman, serif;
		font-size : 20px;
		text-weight : bold;
		letter-spacing : 3px;
		text-transform : uppercase;
	}
	.item_text {
		color : #fff;
		font-family : Georgia, Times New Roman, serif;
		font-size : 13px;
		letter-spacing : 3px;
		text-indent : 10px;
	}
	.item_link {
		color : #5787c3;
		font-size : 13px;
		letter-spacing : 3px;
		text-indent : 10px;
		text-transform : uppercase;
	}
	.item_list {
		color : #b4b4b4;
		font-size : 13px;
		text-transform : lowercase;
		padding : 10px;
	}
	.item_image {
		width : auto;
		height : auto;
		text-align : left;
		float : left;
		margin-top : -5px;
		margin-left : -5px;
		padding-right : 10px;
	}
	.date {
		color : #ffa200;
		font-size : 13px;
		text-transform : uppercase;
	}
	.blog_title {
		color: #000;
		background: #767676;
		padding : 3px;
		font-family : Georgia, Times New Roman, serif;
		font-size : 20px;
		text-weight : bold;
		letter-spacing : 3px;
		text-transform : uppercase;
	}
	.blog_text {
		color : #fff;
		font-family : Verdana, Tahoma, Arial, san-serif;
		font-size : 12px;
	}
	.formstyle {
		color: #ccc;
		font-size : 12px;
		background: #000;
		border: 1px solid #4c4c4c;
		width : 195px;
		height : 20px;
	}
	.delicious-posts {
		text-align : right;
	}
	h2.delicious-banner.sidebar-title {
		margin : 0px;
		color: #fff;
		font-family : Tahoma, Arial, Helvetica, sans-serif;
		font-size : 11px;
	}
	div#qTip {
		padding: 3px;
		border: 1px solid #000;
		border-right-width: 2px;
		border-bottom-width: 2px;
		display: none;
		background: #666;
		color: #fff;
		font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		position: absolute;
		margin-top : -100px;
		margin-left : 20px;
		z-index: 1000;
	}

