body{
	background:#121212;	
	font-family:Tahoma;
	color:#CCC;
	font-size:12px;
}

#world{
	width:1000px;
	margin:auto;
}

#header{
	background:url(images/header_01.png);	
	width:1000px;
	height:251px;
	
}

#recent{
	width:950px;
	height:259px;
	text-align:center;
	margin:auto;
}

#about{
	margin-top:60px;
	width:921px;
	height:246px;
	
}

#about1{
	height:246px;
	width:188px;
	float:left;
	background:url(images/about_10.png);
}

#about2{
	height:246px;
	width:733px;
	background:url(images/about_11.png);
	float:left;
}

#icons1{
	text-align:left;
	margin-top:170px;
	margin-left:10px;
}

#message{
	margin-top:40px;
	width:921px;
	height:137px;
	background:url(images/message_19.png);
	}
	
	
#contact{
	width:921px;
	height:160px;
	background:url(images/bottom_20.png);
}

#content{
	width:950px;
	margin:auto;
}

#entries{
	
	width:601px;
	padding:10px;
	margin-left:20px;
	float:left;
}

#sidebar{
	padding:10px;
	width:230px;
	color:#CCC;
	float:left;
	margin-left:40px;
	
}

#sidebar h2{
	background:#191919;
	font-family:Tahoma;	
	letter-spacing:-.25px;
	font-weight:normal;
	font-size:20px;
	color:#FFF;
	padding:5px;
	
}

#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;

}

#sidebar ul li ul{
	padding:5px;
}

#sidebar ul li{
	
	background:#191919;

}

#sidebar ul li ul li{
	list-style-image:url(images/bullet_17.png);
	list-position:inside;
	margin-left:20px;
	margin-bottom:5px;
}

#sidebar a:visited, a{
	color:#666;
	text-decoration:none;
}

#sidebar a:hover{
	color:#999;	
}

#entries{
	width:540px;
	min-height:400px;	
}

#entry{
	margin-bottom:40px;	
	min-height:200px;
}

#entrytitle{
	color:#C36;
	font-size:28px;
	font-family:Georgia;
	letter-spacing:-1px;
	font-weight:normal;
}

#entrytitle a, a:visited{
	font-family:Tahoma;
	color:#C90;
}

#post{
	margin-top:2px;
	font-family:Arial;
	font-size:12px;
	letter-spacing:0px;
	color:#CCC;
	background:#202020;
	padding:15px;
	margin-bottom:30px;
}

.launch{
	margin:auto;background:#C90;width:150px;height:20px;padding:10px;text-align:center;margin-top:40px;font-size:14px;font-family:Tahoma;letter-spacing:-.25px; margin-bottom:10px;
	text-shadow: 0px 1px 0px #333;text-transform:uppercase;
}

.launch a{
	color:#FFF;
}

div:hover.launch{
	background:#C36;
}