/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	
	font-family: Arial,sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 5px;
	color: #000000;
}

#logo {
	background:#ffffff;
	border: 0px #B54141 solid;	
	position: absolute;
	top: 25px;
	left: 0px;
	width:100%;
	margin: 0px;
	height: 100px;	
	padding-left: 38px;
}

#content {    
	position: absolute;
	top: 151px;
	left: 100px;
	width:600px;
	margin: 0;
	text-align:left;
	background:#ffffff;
	padding: 1.0em;
	border: 0px #B54141 solid;	
}

h1{color:#990033}
h4{color:#990033}
