

/**************** LAYOUT ****************/

html
{
	margin: 0px;
	height: 100%; 	
}

body {
	margin: 0px;
	height: 100%; 
	background-image: url(../images/background.jpg);
	background-repeat: repeat;		
}

#fullpage 
{
	width: 800px;
	margin: 0px auto;
	margin-top: 20px;
	background:	url(../images/backgroundlines.jpg) center repeat;		
}

#content 
{
	width: 800px;	/* 800px fullpage - 20 left - 20 right = 760 */
	margin-top: 0px;
	padding-top: 20px;	
	padding-left: 0px;
	padding-right: 0px;	
	background:	url(../images/backgroundpage.jpg)  bottom center no-repeat;  /* fixed  */

} 


#footer {
	height: 25px;
	position:fixed;
	bottom:0;
	z-index:100; 
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat;	
	width: 800px;
}

/**************** STYLE ****************/

input, select, textarea{
	font: 10px Verdana, Helvetica;
/*	color: #545454;*/
	color: black;
}

a:focus{
	outline-width: 0px;
}
a img{
	border: 0px;
}
a:link{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #DE181C;
}
a:active{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

p{
	margin: 0px 0px 8px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
p.error{
	margin: 5px;
}

h3 {
	font: 15px Verdana, Helvetica;
	font-weight: bold;
	color: black;
}

h4 {
	font: 12px Verdana, Helvetica;
	font-weight: bold;
	color: black;
}
