body {
		margin: 0;
		padding: 0;
		border: 0;
		background: #fff;
		}

#main {
		background: #E4E7CB;
		width: 880px;
		border: 1px solid #666;
		
		}
		

#menu {
		float: right;
		width: 170px;
		margin: 10px 15px 0px 15px;
		}

#colright {
		float: right;
		width: 200px;
		margin: 5px 20px 0px 20px;
		}

#colleft {
		float: left;
		width: 200px;
		margin: 5px 20px 0px 20px;
		}

#picright {
		float: right;
		width: 200px;
		margin: 5px 20px 0px 20px;
		}

#picleft {
		float: left;
		width: 200px;
		margin: 5px 15px 0px 20px;
		}

#blurb {
		margin: 10px 200px 10px 10px;
		border: 1px dotted #666;
		}

h1 {
		text-transform: uppercase;
		text-align: left;
		font: 20px georgia, times, serif; color: #330; weight: bold;
		letter-spacing: 3px;
		margin: 20px 20px 60px 20px;
		}

h2 {
		text-align: center;
		font:14px georgia, times, serif; color: #330;
		}
		
p {
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
p.caption {
		text-align: left;
		font: 10px/12px verdana, helvetica, sans-serif; color: #666;
		padding-bottom: 10px;
		border-bottom: 1px dotted #666
		}
		
p.captiontext {
		text-align: left;
		font: 10px/12px verdana, helvetica, sans-serif; color: #333;
		margin: 5px 0px 10px 0px;
		}
		
p.intro {
		text-align: left;
		font: 18px/22px georgia, times, serif; color: #000;
		margin: 0px 20px 0px 20px;
		}
		
p.main {
		text-align: left;
		font: 14px/24px georgia, times, serif; color: #000;
		margin: 0px 20px 20px 20px;
		}
		
p.head {
		text-align: left;
		font: 14px/24px georgia, times, serif; color: #000;
		margin: 0px 0px 20px 0px;
		border-bottom: 1px dotted #666;
		background: #CFDEBA;
		}
		
p.menu {
		display: block; 
		margin: 10px 0px 0px 0px; 
		font: 10px/10px verdana, helvetica, sans-serif; color: #666;
		padding: 5px; 
		letter-spacing: 1px; 
		text-align: center; 
		background: #CFDEBA; 
		text-decoration: none;
		border-bottom: 1px dotted #999;
		}		
		
p.menu2 {
		display: block; 
		margin: 2px 0px 0px 0px; 
		font: 9px/12px verdana, helvetica, sans-serif; color: #666;
		padding: 2px; 
		letter-spacing: 1px; 
		text-align: center; 
		background: #CFDEBA; 
		text-decoration: none;
		border-bottom: 1px dotted #999;
		}		
		
p.aright {
		text-align: right;
		}
		
ul		{
		list-style-type: disc;
		font: 14px/24px georgia, times, serif; color: #000;
		text-align: left;
		}
		
a.menu {		
		display: block; 
		margin: 10px 0px 0px 0px; 
		font: 10px/10px verdana, helvetica, sans-serif; color: #666;
		padding: 5px; 
		letter-spacing: 1px; 
		text-align: center; 
		background: transparent none center left no-repeat; 
		text-decoration: none;
		border-bottom: 1px dotted #666;
		}
		
a.menu2 {		
		display: block; 
		margin: 2px 0px 0px 0px; 
		font: 9px/12px verdana, helvetica, sans-serif; color: #666;
		padding: 2px; 
		letter-spacing: 1px; 
		text-align: center; 
		background: transparent none center left no-repeat; 
		text-decoration: none;
		border-bottom: 1px dotted #999;
		}
		
a.menuthere {		
		display: block; 
		margin: 10px 0px 0px 0px; 
		font: 10px/10px verdana, helvetica, sans-serif; color: #666;
		padding: 5px; 
		letter-spacing: 1px; 
		text-align: center; 
		background: #CFDEBA none center left no-repeat; 
		text-decoration: none;
		border-bottom: 1px dotted #666;
		}
		

a.main {
		text-align: left;
		font: 14px/24px georgia, times, serif; color: #993;
		text-decoration: none;
		}
		
a.main:hover {
		color: #333;
		background: #993;
		}

a.submenu:hover {
		color: #333;
		background: #993;
		}

a.menu:hover {
		color: #333;
		background: #993;
		}

a.menu2:hover {
		color: #333;
		background: #993;
		}

a.menuthere:hover {
		color: #333;
		background: #993;
		}

a.blurb {
		text-decoration: none;
		font: 10px/10px verdana, helvetica, sans-serif; color: #663;
		}		
			
a.blurb:hover {
		color: #ccc;
		}