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

body {
background-color:#FFF4F4;
font-family:Georgia, "Times New Roman", Times, serif
}

a:link {
	/* color: #000000; */
	color:grey;
	text-decoration:none;
}
a:visited {
	/* color: #000000; */
	color:grey;
	text-decoration:none;
}

.wrapper {
background-color:#FFFFFF;
border:solid;
border-color:#f89cce;
width:900px;
border-width: 1px;
margin-left:auto;
margin-right:auto;
position:relative;
z-index:0;
}

.header {
width:900;
background-image:url(images/header1.jpg);
background-repeat:no-repeat;
height:176px;
}

.navigation {
	width:900px;
	position:relative;
	top:120px;
	font-size:18px;
	font-style:oblique;
	color:grey;
	
}

.content {
width:875px;
margin-left:auto;
margin-right:auto;
}