body {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		background-color: #333;
		color: #CCC;
		font-size: 70%;
		margin:0px;
		}

#map
{
	float: right;
	position:relative; 
	width:450px; 
	height:600px;
}

	A, A:link 	{ color: #C93; text-decoration: none; }
	A:visited	{ color: #FC6; text-decoration: none; }
	A:active	{ color: #CCF; text-decoration: none; }
	A:hover	{ color: #999; text-decoration: underline; }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		font-size: larger;
	}

	#banner {
		color:#FFF;
  		padding:5px;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		color: #FFF;
		text-decoration: none;
		}

	.description {
		color:#CCC;
  		text-transform:none;	
		}
				
	#content {
		float:left;
		padding-left:5px;
		width: 70%;
		}

	#container {
		background:#333;
		color:#CCC;		
		}

	#links {	
		padding:5px;
		}
		
	.blog {
  		padding:15px;
		background:#333; 
		}

	.blogbody, .content {
		color:#CCC;
  		background:#333;
		}

	#menu {
  		margin-bottom:15px;
		background:#333;
		text-align:center;
		}		

	.date	{ 
		color: #CCC; 
		margin-top:5px;
		font-weight:bold;
		}			
		
	.sidetitle {
  		margin-top:5px;
		}		

	div.links {
		color:#CCC;
		font-size: smaller;
		}

	div.thisblog, div.otherblogs {
		padding: 2px;
		}

	div.otherblogs {
		background-color: #000;
		}

