/* initialization */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
/* tags */
body {
	background-color:#8995A2;
	color: #222222; 
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 1em;
	}
a:link, a:active, a:visited {
	background: transparent none repeat scroll 0%;
	color: #222222;
	text-decoration: underline;
	}
a:hover {
	background: #FFFF99 none repeat scroll 0%;
	color: #FF0000;
	text-decoration: none;
	}

/* classes */

/* ids of layout element */
#container {
	background-color: #EDEDED; 
	margin:0px 104px 0px 250px;
	padding:5px 10px 10px 20px;
	text-align: center;
	}	
	#footer {
		clear: both;
		}

/* debug */
#debug {
	background-color: white;
	color: black;
	font-size: 10px;
	text-align: left;
	}
