html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	background: #000 url("../images/flamman_background.png") no-repeat top center;
	background-attachment:fixed;
}
* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a {
  outline: none;
}
a img{
	border:0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear{
	clear:both;
}

/* Layout CSS */
#container {
	margin: 0px auto 30px auto;
	width: 900px;
	background: #fff;
}
#header {
	background: url("../images/header.png") top left repeat-y;
	height: 200px;
}
	#header h1 {
		margin: 0px;
		padding: 0px;
	}
		#header h1 span {
			display: none;
		}
#logo {
	height: 200px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#navigation {
	height: 30px;
	background: #fff url("../images/menu_back.png") top left repeat-y;
}
	#navigation ul {
		list-style: none;
		padding: 0px 100px;
	}
		#navigation ul li {
			float: left;
			padding: 3px 20px;
		}
		#navigation ul li a {
			color: #000;
			font-size: 1.5em;
			text-decoration: none;
		}
		.cufon-ready #navigation ul li a { 
	    font-size: 1.7em;
	  }

#body {

}
	#body #content {
		width: 570px;
		padding: 20px 40px 20px 30px;
		float: left;
	}
	#body #sidebar {
		width: 256px;
		float: left;
		padding: 5px 2px;
	}
	
	#body #sidebar .WidgetHolder {
	  margin-bottom: 0px;
	  padding: 0px 5px;
	}
	#body #sidebar .WidgetHolder h3 em {
    font-size: 0.7em;
    color: #000;
    display: block;
  }
	#body #sidebar .WidgetHolder h4 {
	  color: #000;
	  margin: 0px;
	}
	#body #sidebar .WidgetHolder span.date {
    font-size: 0.7em;
    font-style: italic;
  }
  #body #sidebar .WidgetHolder div.rssWidgetTarget {
    min-height: 300px;
  }
  #body #sidebar .WidgetHolder div.imageWidget span.capture {
    display: block;
    font-size: 0.8em;
    font-style: italic;
  }
  #body #sidebar .WidgetHolder div.rssWidgetTarget ul,
  #body #sidebar .WidgetHolder div.rssWidgetTarget ul li {
    margin: 0;
    list-style: none;
  }
  
