/*
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	background:gray;
}
body {
	background: #17140C url("../css-images/background.jpg") repeat scroll top center;
}
div#container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto !important;
	height:100%;
	min-height:100%;
}
div#header {
}
div#navigation {
}
div#content {
	padding:1em 1em 5em;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background:#ddd;
	background: url(../css-images/footer/footer.png);
}
*/
* { 
	/*margin: 0; */
} 
html, body { 
	margin: 0;
	padding:0;
    height: 100%; 
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	background:gray;
	background: #17140C url("../css-images/background.jpg") repeat scroll top center;
} 
.wrapper { 
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	/*25/01/2010*/
	/**/
	height: auto !important; 
	height: 100%; 
    min-height: 100%; 
	margin: 0 auto; -4em;
	/**/
} 
.push {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
    height: 4em; 
	/*25/01/2010*/
	height: 1px;
} 
.footer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
    height: 4em;
	background: url("../css-images/footer/footer.png");
	/*25/01/2010*/
	float: left;
	width:100%;
} 

a {
	/*color: orange;
	color: #FF9900;*/
	color: #FF7700;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: orange;
	font-weight: bold;
	text-decoration:underline;
}

h3 {
	font-size:14pt;
	line-height:0.5em;
/*	font-weight:bold;
	letter-spacing:-.05em;*/
	position:relative;
	margin:0px;
	padding-bottom:10px;
}