﻿table {
	font-size: 1em;
	margin-left: 0px;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a 
{
	position :relative ;
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body {
	
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

img {
	border-width: 0;
}

.header {
	background-image: url(images/Header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	background-image: url(images/Footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 150px;
	text-align: center;
	font-size: 10px;
}

#home {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 900px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}