*{
	margin: 0px;
	padding:0px;
}

#wrapper {
	background-color:#EEE;
	/*
	border: 2px solid #222;
	width:860px;
	*/
	border-left: 20px;
	border-right: 20px;
	margin: 0px auto;
}

#header {
	height: 180px;
}
.stretch
{
	width:100%;
	height:180px;
}
#headerimg { 
			background: url('pics/myheader.gif') no-repeat -1px 0; 
			/*width:610px;
			height:180px;*/
			background-size:100%;
			position:relative;
			border-left:solid 5px #ccc;
			/*
			border-right:solid 5px #ccc;
			*/
			}
#navbar {
	width: 760;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 18px;
	line-height:20px;
	font-weight:bold;
	padding: 10px;
	display: block;
	/*
	border-left:solid 5px #ccc;
	border-right:solid 5px #ccc;
	*/
	background: #E2E2E2 url(pics/sprite_gradient_bkg.jpg) repeat-x left center;
}

#button a{
	float: left;
	width: 100px;
	height: 25px;
	color: #D20;
	text-decoration: none;
	text-align: center;
}
/*
#left {
	background-color:#F00;
	width: 180px;
	height: 300px;
	float: left;
}
*/
#right1 {
	background-color:#EEE;
	padding:20px;
	min-height: 700px;
	font-family:"Comic Sans MS", cursive, sans-serif;
	/*
	font-family:"Lucida" Grande, sans-serif;
	*/
	margin-left: 700px;
	font-size: 14px;
	color:#222;
}
#right {
	background-color:#EEE;
	padding:30px;
	min-height: 600px;
	font-family:"Comic Sans MS", cursive, sans-serif;
	/*
	font-family:"Lucida" Grande, sans-serif;
	*/
	margin-left: 700px;
	font-size: 13px;
	color:#222;
}

#center {
	width: 600px;
	background-color:#EEE;
	min-height: 50px;
	padding:30px;
	float: left;
	/*
	margin-right: 250px;
    border-left:solid 5px #ccc;
    */
	margin-bottom:10px;
	font-family:"Lucida" Grande, sans-serif;
	font-size: 14px;
	color:#222;
}

p:first-letter {
  text-indent: 20pt;
  padding-right: 8pt;
  font-size: 3em;
  float: left;
  font-family:"Apple Chancery", cursive, sans-serif;
  /*font-family: "Apple Chancery",cursive, sans-serif;*/
  color:#D20;
}

#footer {
	height: 20px;
	background-color: #AAA;
	padding-left:30px;
    color: #F0F;
}

ul {
	margin-left: 10; 
	padding-left: 2.5em;
	padding-right: 2.5em;
}
li.nostyle{
	list-style-type:none;
}
p{line-height:22px;}
