	body {
		margin:20px 20px 20px 20px;
		background:#fff;
		}
	A 			{ color: #336666; text-decoration: none;}
	A:link		{ color: #336666; text-decoration: none; }
	A:visited	{ color: #336666; text-decoration: none; }
	A:active	{ color: #669999;  }
	A:hover		{ color: #669999;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
	background: white;
	padding: 2px 10px;
}

	
	.description {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		text-transform:none;
		letter-spacing:normal;
                text-align:right;
		}

	#content {
	float: right;
	width: 70%;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 20px;
	
}

	#links {
	float: left
	background: #FFF;
	color: #CCC;
	margin-top: 20px;
	border: thin dotted Gray;
	width: 25%;
}

	.blog {
  		padding-left:15px;
  		padding-top:5px;
  		padding-right:15px;
		}

	.blogbody {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:small;
		font-weight:normal;
  		background:#fff;
  		line-height:140%;
  		padding:10px;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: verdana, arial, sans-serif;
		font-size: small;
		color: #ccc;
		text-transform: uppercase;
		font-weight:bold;
		}

	#menu {
  		margin-bottom:10px;
		background:#FFF;
		font-size:small;
		font-weight:bold;
		}

     #nav {
      	font-family: verdana, arial, sans-serif;
     		font-size: large;
     		color: #ccc;
     		text-transform: capitalize;
            text-align: center;
            word-spacing: 2em;
     		font-weight: bold;
            }

	

	.side {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:10px;
		}

	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:small;
		font-weight:normal;
  		background:white;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-transform:none;
		letter-spacing: .2em;
		}

