@import url("typographic.css");
@import url("position.css");
@import url("imagegallery.css");
body{
	color: #7a0026;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:  #fcf3f3;
	background-image: url(../images/bgContentv2.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

