body {
	margin: 0;
	padding: 0;
	background: #191919 url(images/bg.gif) repeat-y top center;
	color: #000;
	text-align: left;
	font-family: "ËÎÌå";
	font-size: 9pt;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #afafaf;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 955px;
	padding: 0;
	background: #fff;
	font-size: 9pt;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 960px;
	height: 118px;
	background: transparent url(images/header_bg.gif) repeat-x left top;
	float: left;
	}

#header .blogtitle {
	width: 960px;
	height: 118px;
	background: transparent url(images/header.gif) no-repeat left bottom;
	}
#header h1 {
	padding: 50px 0 0 50px;
	}
#header h1 a {
	color: #fff;
	}


	#navbar {
		clear: both;
		float: left;
		width: 960px;
		height: 31px;
		background: transparent url(images/nav_bg.gif) repeat-x 0 0;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 10px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 3px 10px 0 10px;
		line-height: 24px;
		color: #fff;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #fff;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		
		text-decoration: none;
		}

	.searchbar {
		float: right;
		width: 250px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 200px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 240px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* Fuck IE */
		padding: 1px 0 0 2px;
		border: 1px solid #999;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}




/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 560px;
	height: 100%;
	background: #fff;
	margin: 20px;
	}





/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 290px;
	margin: 0;
	padding: 0;
	background: #fff;
	}




/**********************
*   Footer            *
***********************/

#footer {
	width: 960px;
	clear: both;
	background: #191919;
	border-top: 1px solid #000;
	color: #fff;
	float: none;
	height: 94px;
	}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 9pt;
	line-height: 200%;
	}
#footer p a:link,