body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 90px;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
}

#main {
	margin: 10px 250px 10px 100px;
}

h1 {
	font: 28pt "Times New Roman", Times, serif;
}

p {
	line-height: 130%;
}

img.border {
	border: 1px solid #000000;
}