p {
margin: 0;
}

/* sIFR */

.sIFR-active h1 {
margin: 0px 0 0 0;
font-size: 15px;
line-height: 1em;
}

.sIFR-active h2 {
margin: 0px 0 0 0;
font-size: 12px;
line-height: 1em;
}

#container {
width: 1000px;
margin: 0 auto;
text-align: center;
}

body {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	font-size: 9pt;
	background-image:url(graphics/bg.gif);
	background-repeat: repeat-x;
	background-color: #1e1a17;
}

input, textarea {
	font-family: arial;
	color: #dac79b;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #1e1a17;
	text-align: justify;
}


.button {
    border: 1px solid #f0e9d8;
    background: #1e1a17;
	text-align: center;
}
.button:hover {
    border: 1px solid #f5f1e6;
    background: #24201c;
	text-align: center;

}


table {
	font-family: arial;
	color: #f0e9d8;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}

A:link{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:visited{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:active{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:hover{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 

.header {
	font-family: arial; 
	font-size: 10pt;
	color: #dac79b;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#container #logo{ 
	position: relative;
	left: 0px;
	top: 35px;
}

#container #menu{ 
	position: relative;
	left: -50px;
	top: 60px;
	width: 1100px;
}

#container #content{ 
	position: relative;
	left: 0px;
	top: 85px;
	align: left;
}
