body {
	background-color:#466A8F;
	font-family:verdana;
}
#content{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	background-color:#466A8F;
}
#content img{
	border:none;
}
.thename{
	color:#BECCDA;
	text-align:center;
}
h2 {
	font-size:70%;
	margin-top:-20px;
	color:#cccccc;
}
#main{
	padding:10px;
	background-color:#ffffff;
	width:400px;
	border-left:10px solid #cccccc;
	border-right:10px solid #cccccc;
	border-top:10px solid #cccccc;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#iconbox{
	margin-left:70px;
}
.iconholder{
	padding:3px;
	float:left;
}
#twitterholder{
	margin-top:10px;
	border-top:1px dotted #CCCCCC;
	font-size:75%;
}
#twitterholder a:link,#twitterholder a:visited{
	text-decoration:none;
}
#twitterholder a:hover,#twitterholder a:active{
	color:#ffffff;
	background-color:#466A8F;
	
}
.smalltxt{
	font-size:80%;
	padding-top:3px;
}
.smalltxt a:link,.smalltxt a:visited{
	font-size:100%;
}
.smalltxt a:hover,.smalltxt a:active{
	font-size:100%;
}
#loclink a:link,#loclink a:visited{
	font-size:100%;
}
#loclink a:hover,#loclink a:active{
	font-size:100%;
}
#xhtmlimg{
	float:left;
	margin-left:20px;
}
#cssimg{
	float:right;
	margin-right:20px;
}
#shelvingunit{
	width:440px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#shelfheader {
	color:#000000;
	background-color:#CCCCCC;
	cursor:pointer;
	height:20px;
	width:100%;
}
#shelfheader p {
	float:left;
	font-size:10%;
}
/*Arrows - class for each position*/
.arrow-down {
	background:url(images/arrowdown.gif) no-repeat #2d2d2d 10px 10px;
}
.arrow-up {
	background:url(images/arrowup.gif) no-repeat #2d2d2d 10px 10px;
}
#shelf {
	padding:4px;
	padding-left:8px;
	margin-left:30px;
	margin-right:10px;
	color:#000000;
	background-color:#EFEFEF;
	font-size:70%;
	border-bottom:5px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	border-right:5px solid #CCCCCC;
	text-align:left;
}

#shelf blockquote{
	border-left:3px solid #BECCDA;
	padding-left:5px;
}
#loading {
	float:right;
}
#map{
	border:1px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	visibility:hidden;
	margin-bottom:10px;
}
.flickrimg{
	margin:3px;
}
#flickr{
	padding-top:10px;
	border-top:1px dotted #CCCCCC;
	font-size:70%;
}
#flickricon{
	margin-bottom:-4px;
}