/* @group My Group */

body {
	font-size: 1em; 
	font-family: 'lucida grande','lucida sans unicode', futura, verdana, helvetica; 
	color: #000000; 
	background-color: #494b56;
	margin: 0;
	padding: 0;
}

ul		{
	margin : 0;
	padding : 0;
	list-style-type: none;	
}

li	{
	display: inline;
}

img	{ border : 0 }
a 			{ text-decoration: none;}
a:visited	{ text-decoration: none;}
a:link		{ text-decoration: none;}
a:hover		{ text-decoration: none;}

#content {
	background-color: #494b56;
	width: 1000px;
	margin: 0 auto; 	
	padding: 0;
	position : relative;
}
/*
	min-height : 800px;
	height : 800px;

*/
#footer	{}

h1, h2, h3, h4, h5	{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.article_item	{ display  :block; clear : both;}
.article_item	img	{ padding : 0 10px 10px 0;}
.article_item 	h3 { padding: 0; margin-bottom : 4px; font-size : 1.4em; font-weight: bold;  }

.tinytext	{ font-size : .8em }

/* @end */