﻿body {
	color: #fff;
	background: #ccc;
	font-family: "Trebuchet MS", Verdana, Aril,Helvetica;
	font-size: 12px;
	text-align: center;
}

#main
{
	display: block;
	background-color: #fff;
	border: 1px solid #999;
	margin-top: 40px;
	padding: 5px 40px;
	height: 640px;
	
	/* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 5px #000; 
    -webkit-box-shadow:0 0 5px #000;
}

img.photo
{
	margin-left: -12px;
}

a.about
{
	background: url('../content/images/About.png');
	display: block;
	width: 131px;
	height: 53px;
	position: absolute;
	top: 130px;
	left: 285px;
}

a.about:hover
{
	background: url('../content/images/About_d.png');
}

a.tumblr
{
	background: url('../content/images/Tumblr.png');
	display: block;
	width: 139px;
	height: 58px;
	position: absolute;
	top: 210px;
	left: 285px;
}

a.tumblr:hover
{
	background: url('../content/images/Tumblr_d.png');
}

a.e-forum
{
	background: url('../content/images/85 Broads eforum.png');
	display: block;
	width: 347px;
	height: 60px;
	position: absolute;
	top: 300px;
	left: 285px;
}

a.e-forum:hover
{
	background: url('../content/images/85 Broads eforum_d.png');
	top: 295px;
	left: 282px;
}

a.blog
{
	background: url('../content/images/blog.png');
	display: block;
	width: 89px;
	height: 71px;
	position: absolute;
	top: 300px;
	left: 685px;	
}

a.blog:hover
{
	background: url('../content/images/blog_d.png');
	top: 295px;
	left: 680px;
}

img.e-forum-and-blog
{
	position: absolute;
	top: 300px;
	left: 635px;	
}

a.photos
{
	background: url('../content/images/Photos.png');
	display: block;
	width: 455px;
	height: 64px;
	position: absolute;
	top: 380px;
	left: 285px;	
}

a.photos:hover
{
	background: url('../content/images/Photos_d.png');
}

a.mailto
{
	background: url('../content/images/email.png');
	display: block;
	width: 360px;
	height: 42px;
}

a.mailto:hover
{
	background: url('../content/images/email_d.png');
}

img.contact-me
{
	display: block;
}

img.other-places
{
	margin-left: -10px;
}

a.twitter
{
	background: url('../content/images/Twitter.png');
	display: inline-block;
	width: 105px;
	height: 65px;
}

a.twitter:hover
{
	background: url('../content/images/Twitter_d.png');
}

a.facebook
{
	background: url('../content/images/Facebook.png');
	display: inline-block;
	width: 127px;
	height: 65px;
}

a.facebook:hover
{
	background: url('../content/images/Facebook_d.png');
}

a.foursquare
{
	background: url('../content/images/Foursquare.png');
	display: inline-block;
	width: 154px;
	height: 65px;
}

a.foursquare:hover
{
	background: url('../content/images/Foursquare_d.png');
}	

a.linkedin
{
	background: url('../content/images/LinkedIn.png');
	display: inline-block;
	width: 119px;
	height: 65px;
}

a.linkedin:hover
{
	background: url('../content/images/LinkedIn_d.png');
}
