@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bgfade.png);
	background-repeat:repeat-x;
	background-color:#dbdbdb;
	text-align: center; /* for IE */
	margin:0px;
	font-family:perpetua;
	color:#FFF;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 950px;
}
p {
	font-size:18px;
}

.p {
	font-size:20px;	
}
.h3 {
	font-size:45px;
	font-weight:bold;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
a {
	color:#FFF
}
a:hover {
	text-decoration:none;
}
img {
	border:none;	
}
