body {
  background-color:#fff;
}


	#container {
	background-image: url(stripes.jpg);
	background-color:#fff;
	background-repeat:repeat-x;
	border:solid #000;
	width:1880px;
	height:90px;
	margin-top:0px;
	padding:0px;
	padding-bottom:40px;
	}

#content {
background-color:#fff;
background-image:none;
	margin-top:30px;
	margin-right:20px;
	margin-left:20px;
	padding-top:0px;
	padding-left:10px;
	margin-bottom:30px;
	overflow:hidden;
	}
	
	#content ul {
	margin:0px;
	margin-left:40px;
	padding:0px;
	border:0px;
	}

#content ul li	{
	font-size:14px;
	padding-bottom:8px;
	}

#navigation	{
	padding:12px;
	padding-left:370px;
	font-size:20px;
	}

#navigation ul {
	list-style-type:none; /*this turns off the bullets*/
	margin:0px;
	padding:0px;
	border:0px;
	}

#navigation ul li	{
	display:inline;
	margin-right:10px;
	}

#navigation li a {
	text-transform: lowercase;
	font-family:Lucida Grande, sans-serif;
  font-variant:small-caps;
  font-size:30px;
}

#navigation ul li a, a:visited	{
	text-decoration:none;
	color:#FAAFBE;
	}

#navigation ul li a:hover, a:active	{
color:#FAAFBE;
box-shadow:0px 0px 2px 2px #FAAFBE inset;
}
	

#content h2	{
	font-size:20px;
	}

#content p	{
	width:500px;
	line-height:160%;
	font-size:14px;

	padding-right:10px;
	}

#box1, #box2, #box3, #box4, #box5, #box6, #box7, #box8, #box9, #box10, #box11, #box12, #box13,
#box14, #box15, #box16, #box17, #box18, #box19 {
	width:530px;
	height:400px;
	padding-top:30px;
	padding-left:53px;
	float:left;
	border:solid 10px #FAAFBE;
	font-family:Lucida Grande, sans-serif;
	}
	
#footer {
	font-size:14px;
	font-family:Lucida Grande, sans-serif;
	width:100%;
	bottom:0;
	background-color:#fff;
	padding-bottom:5px;
	}