p,div { margin:0; padding:0;}

li,p,a{font-family: Helvetica, Arial; font-size: 10pt;}

#maincontainer {
  width: 890px;
	/*
	total width: 800
	 240 left + 40 margin + (240+80+240), grid layout.
	*/
  margin: 0 auto;
  margin-top: 10px;
}

#flickr {
  width: 500px;
  float: left;
	clear: both;
}

#twitter {
	margin-left: 500px;
	position: relative;
}

.picblock{
  display: none;
}

h1{
	font-family: Optimer;
	font-weight: normal;
	letter-spacing: 0.7pt;
}


h2{
	font-family: Helvetiva, Arial;
	font-weight: normal;
	letter-spacing: 0.7pt;
}

a:visited, #a:active, a:hover,a:link{
	color: #0000ee;
}

#navigation a{
	margin-right: 1em;
}

a.inactive{
	text-decoration: none;
	color: black;
}

#twitter ul{
	padding-bottom: 10px;
	background-image: url('../img/twitter.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

li{
	line-height: 120%;
	margin-bottom: 1em;
	list-style-type: none;
}

#flickr{
	background-image: url('../img/flickr.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer{
	margin-top: 100px;
	display: none; /*****************************/
}

#twitterLogo{
	text-align: right;
}