@charset "UTF-8";
/* CSS Document */

html
{
	height: 100%;
}

body
{
	height:583px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c3c3c3;
	background:url(images/bg.png) repeat-x #333333 fixed;
	margin:0 auto;
}


#wrapper 
{
	width:953px;
	padding:0 18px 18px 15px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	background-image: url(images/home_bg.png);
	background-repeat:no-repeat;
}

* html #wrapper
{
	height: 100%;
}

#header_home 
{
	padding:20px 0 0 0;
	height:131px;
	width: 919px;
}
	
#content_home {
	margin:0px 0 0 0;
	width: 919px;
}
	
#footer
{
	height:50px;
	background:#000;
	font-size:10px;
	width: 919px;	
}
	
#footer a:link, #footer a:visited {
	color:#c3c3c3;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#c3c3c3;
	text-decoration:none;
	border-bottom:1px dotted #c3c3c3;
}

td#blog a:link, td#blog a:visited
{
	text-decoration:underline;
}

td#blog a:hover, td#blog a:active
{
	text-decoration:none;
	border:none;
}

	/*** Search ***/
	
	#search_box {
	width: 156px;
	height: 18px;
	float:right;
	margin:0 5px 34px 0;
	color:#808080;
}
#search_box #s {
	float: left;
	padding: 3px 0 0px 3px;
	margin: 0px 0 0 0px;
	border: 0;
	width: 111px;
	height:14px;
	background: #000000;
	border:1px #333333 solid;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
#search_box #go {
	float:left;
	margin: 0px 0px 0 5px;
	width:18px;
	height:18px;
	color:#808080;
}

#rss_btn {
	float:left;
	margin: 0 0 0 20px;
	display:inline;
}

#rss_btn a { width:24px; height:24px; display:block; background: url(images/rss_icon.png) no-repeat; background-position:0 0; }

#rss_btn a:hover, #rss_btn a:active { background-position:0 -24px; }

#rss_login {
	background:#000000;
	width:305px;
	height:24px;
}
