html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat; 

}

.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin: 1em auto;
}
.dotted {
  border-bottom: dotted 2px #CCCCCC;
}
.dashed {
  border-bottom: dashed 2px #CCCCCC;
}

basefont, font, td {
font-family:"Century Gothic";
font-size : 12px; 

} 
.paused {
font-family:"Century Gothic";
font-size : 12px; 

} 

a img {border:none;
}


.bodylink {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;

}
.bodylink:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
}

#body_bg {
	background-image: url(../images/body.jpg);
	height:100%;
}

#header1 {
	background-image: url(../images/header1.jpg);
	height:150px;
}

#header2 {
	background-image: url(../images/header2.jpg);
	height:200px;
}

#footer {
	background-image: url(../images/footer.jpg);
	height:75px;
}

#navigation {
	height:200px;
}


#sidebar {
	background-image: url(../images/sidebar.jpg);
	width:250px;
	height:175px;

}

#contact {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.email_link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;

}
.email_link:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.footerlink {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
.footerlink:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}