  body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff url(images/bg.jpg) center no-repeat fixed; 
    color: #666;
}

img {
	border: 0;
}

#arrows {
    position: fixed;
    bottom: 2em;
    left: 2em;
    width: 5em;
    right: auto;
	z-index: 3;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 29px;
	height: 29px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: inline;
	width: 29px;
	height: 29px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a{background: transparent url(images/leftarrow.jpg) no-repeat;}
#arrows ul #right a{background: transparent  url(images/rightarrow.jpg) no-repeat;}

#archive {
	position: fixed;
	bottom: 2.3em;
	left: 10em;
	right: auto;
	z-index: 3;
	word-spacing: .5em;
}

#archive a:link { 
	text-decoration: none; 
	color: #333; 
	font-weight: bold;
	background: #FFCC66;
}

#archive a:visited { 
	text-decoration: none; 
	color: #333; 
	font-weight: bold;
}

#archive a:hover { 
	text-decoration: none; 
	color: #999; 
	font-weight: bold;
}

#siteby {
	position: fixed;
	bottom: .5em;
	right: 1em;
	left: auto;
	z-index: 2;
}

#siteby p {
font-size: 11px;
}

#siteby a:link { 
	text-decoration: none; 
	color: #333; 
	font-weight: bold;
	background: #6cf;
	padding: 3px;

}

#siteby a:visited { 
	text-decoration: none; 
	color: #333; 
	font-weight: bold;
}

#siteby a:hover { 
	text-decoration: none; 
	color: #999; 
	font-weight: bold;
}

div.banner {
  margin: 0;
  position: fixed;
  top: 2em;
  left: 2em;
  width: 20em;
  right: auto;
  z-index: 3;
}

div.banner p {
	margin: 0;
	color: #999;
	font-weight:bold;
	font-size: 14px;
	text-align: left;
	word-spacing: .4em;
}

div.banner a:link { 
	text-decoration: none; 
	color: #333; 
}

div.banner a:visited { 
	text-decoration: none; 
	color: #333; 
}

div.banner a:hover { 
	text-decoration: none; 
	color: #999; 
}

#social {
  margin: 0;
  position: fixed;
  top: 6em;
  left: 2em;
  width: 20em;
  right: auto;
  z-index: 3;
}

.ad {
  margin: 0;
  position: fixed;
  top: 2em;
  right: 1.5em;
  width: 468px;
  height: 60px;
  left: auto;
  z-index: 2;
}

div.square {
	background-image: url(images/sq.png);
	float: left;
	width:501px;
	height: 402px;
	margin-right:10px; 
}

div.square h1 {
	position: absolute;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 75px 0 0 0;
	padding: 3px 15px 5px 15px; 
	color: #fff;
	background-color: #999;
    z-index: 2;
}

div.square h4 {
	position: absolute;
	top: 0px;
	font-weight: normal;
	font-size: 14px;
	margin: 250px 0 0 20px;
	padding: 1px 7px 3px 7px; 
	color: #666;
	background-color: #fff;
    z-index: 2;
	width: 400px;
	line-height: 1.6em;
}

div.square h5 {
	position: absolute;
	top: 0px;
	font-weight: normal;
	font-size: 14px;
	margin: 300px 0 0 20px;
	padding: 1px 7px 3px 7px; 
	color: #666;
	background-color: #fff;
    z-index: 2;
	width: 400px;
	line-height: 1.6em;
}

div.square p {
	position: absolute;
	top: 0px;
	font-weight: normal;
	font-size: 14px;
	margin: 135px 0 0 25px;
	padding: 1px 7px 3px 7px; 
	color: #666;
	width: 460px;
	line-height: 1.6em;
}

div.square p a:link { 
	text-decoration: none; 
	color: #000; 
}

div.square p a:visited { 
	text-decoration: none; 
	color: #000; 
}

div.square p a:hover { 
	text-decoration: none; 
	color: #999; 
}

div.square img {
	position: absolute;
	top: 0px;
	margin: 10px;
    z-index: 1;
}

div.square a:link { 
	text-decoration: none; 
	color: #333; 
}

div.square a:visited { 
	text-decoration: none; 
	color: #333; 
}

div.square a:hover { 
	text-decoration: none; 
	color: #999; 
}

.light {
	color: #999;
}

.bold {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.smallbold {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.em {
	font-style: italic;	
}

.indent {
	margin: 0 0 0 30px;
}

.underline {
	text-decoration: underline;
}

#photos {
	background: #ffff8a;
}

#links {
	background: #fffff5;
}

#thoughts {
	background: #f1f1f0;
}

#contact {
	background: #ccc;
}


