* {
	padding:0;
	margin:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/bg-body.png) repeat-y top center #111;
	color:#eee;
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#ff9933;
	}
a:hover {
	text-decoration:none;
	color:#ff9933;
	}

p {
	margin-bottom:1.4em;
	line-height:1.7em;
	}
	
h1 {
	font-size:18px;
	font-weight:normal;
	color:#666666;
	margin-bottom:1.0em;
	}
h3 {
	font-size:14px;
	font-weight:normal;
	color:#666666;
	margin-bottom:0.7em;
	}
h4 {
	font-size:18px;
	font-weight:normal;
	color:#cccccc;
	margin-bottom:1.0em;
	}

/* Structure */

#wrapper {
	width:620px;
	background:#000;
	margin:0 auto;
	}
#header {
	height:300px;
	background:url(images/header.jpg) no-repeat top left;
	margin-bottom:10px;
	}
#menu {
	float: left;
	height: 25px;
	padding-top: 10px;
	padding-left: 6px;
	padding-bottom: 6px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 18px;
	width: 100px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 2px;
    text-align: center;
	background: url(images/button.jpg) no-repeat

}

#menu a:hover {
	color: #2C2E22;
}

#content {
	width:400px;
	padding:10px;
	float:left;
	}
	
#contentwide {
	width:600px;
	padding:10px;
	float:left;
	}
	
#animation {
	height:430px;
	margin-bottom:10px;
	}
	
#sidebar {
	width:170px;
	padding:5px;
	float:right;
	}
#footer {
	clear:both;
	padding:10px;
	text-align:center;
	}


/* Entries */

.entry {
	margin-bottom:50px;
	}
.entrybg {
	margin-bottom:50px;
	background:#333333;
	}
.entrybg2 {
	background:#333333;
	padding-top: 1.3em;
	padding-left: 1.3em;
	padding-right: 1.3em;
	}
.entrybody {
	margin:5px 0 0 0;
	text-align:justify;
	}
.entrybodybullets {
	padding-left: 1.3em;
	margin-left: 0;
	margin-bottom:2.0em;
	text-align:left;
	}
.entrybodybullets2 {
	padding-left: 1.3em;
	padding-top: 0em;
	margin-left: 0;
	margin-bottom:0em;
	text-align:left;
	}
.entrymeta {
	margin-top:-5px;
	}


/* Sidebar */

h2 {
	font-size:18px;
	font-weight:normal;
	color:#eee;
	border-left:3px solid #ff9933;
	padding:3px 5px 4px 5px;
	background:#070707;
	border-bottom:1px dotted #333;
	margin-bottom:10px;
	}
#sidebar ul {
	list-style-type:none;
	background:#070707;
	margin-bottom:30px;
	}
#sidebar li a {
	display:block;
	padding:5px;
	border-left:3px solid #ff9933;
	border-bottom:1px dotted #333;
	color:ff9933;
	}
#sidebar li a:hover {
	display:block;
	padding:5px;
	border-left:3px solid #ff9933;
	border-bottom:1px dotted #333;
	background:#121212;
	color:#fff;
	}

