html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	line-height: 1.6em;
	background:  url(../images/bg.gif);
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 10px 10px 10px 150px;
    height: 84px;
    line-height: 80px;
    background: #96252B url(../images/interfaces_logo.png) left center no-repeat;
    /*font-weight: bold;*/
    font-size: 30pt;
    font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	width: 580px;
    margin: 0 auto;
    color: white;
}

#body {
    padding: 10px 20px 10px 20px;
    /*padding-bottom:95px;	/* Height of the footer + 20*/
    width: 700px;
    margin: 0 auto;
    /*border: 1px dashed #666;*/ 
    background-color: white;
}

#footer {
    position: relative;
    bottom: 0;
    width: 740px;
    margin: 0 auto;
    height: 170px; /* Height of the footer */
    text-align: center;
	font-size: 9pt;
	border-top: 1px dashed #666;
	background-color: white;
}

.footer_logo {
    width: 33%;
    line-height: 75px;
    padding: 5px 25px 5px 25px;
    height: 60px;
}

.footer_logo a {
	text-decoration: none;
	
}
.footer_logo img {
    vertical-align: middle;
    /*height: 55px;*/
}

input[type=text] {
	background-color: #E8E8E8;
	border: 1px solid #515151;
	padding: 2px;
	font-family: Courier;
}

input[type=button] {
	background-color: #9A9A9A;
	border: 1px solid #E8E8E8;
	padding: 2px 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.title {
	font-size: 18pt;
	font-weight: bold;
	color: #96252B;
	/*border-bottom: 1px dashed #9A9A9A;*/
	margin-top: 18px;	
}


a:hover {
	text-decoration: none;
	color: #9A9A9A;
}

.photo {
	float: left;
	margin-right: 30px;
}

.square {
	margin: 10px;
}

image {
	border: 0;	
}

p {
	text-align: justify;	
}

.keyword {
	color: #7F0055;
	font-weight: bold;
}

.type {
	color: #710015;
	font-style: italic;
}
