/**
 * 
 * File: main.css
 *
 * Description:
 * Style definition for the start site.
 *
 */
 
/**
* Common elements
*/
body {
	background-image: none;
}

/**
* Containers
*/
#main {
	border: none;
	text-align: center;
	height: 100%;
}

/** 
* News
*/
#news {
	text-align: left;
	width: 400px;
	height: 200px;
	overflow: auto;
	margin: 10px auto 0 auto;
	border: 1px solid #CCC;
	padding: 10px;
}

#news h1 {
	text-transform: none;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}

#news div.nitem {
	margin-bottom: 40px;
}

#news p.nfooter {
	font-style: italic;
	color: #999;
	margin-top: 10px; 
}
