/* add a border around post */
.post
{
 border: 1px solid #CCCCCC;
 border-bottom-width: 2px;
 border-right-width: 2px;
 padding: 4px;
 margin-bottom: 20px;
}


/* remove the calendar */
#Cal {
   position: absolute;
   visibility:hidden;
   height: 1px;
   overflow:hidden;
}

/* Insert foto */
#header{
 background-image: url(http://blogs.msdn.com/photos/solutions/images/1658027/original.aspx);
 background-repeat: no-repeat;
 background-position: left top;
}

/* move title to right to get the necessary space for the foto*/
#title{
 margin-left: 320px;
background-image: url(http://blogs.msdn.com/photos/solutions/images/1658086/original.aspx);
 background-repeat: no-repeat;
 background-position: left top;

}
TD
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76%;
}
#masthead
{
background-color : #039;
color : white;
}
a.headermaintitle:link, a.headermaintitle:visited, a.headermaintitle:active,a.headermaintitle:hover {
	color : #039;

}
#masthead a:hover {
    background-color : #CCC;
color:black;
	border : 1px solid #999;
}
#masthead a:link, #masthead a:visited, #masthead a:active {
	color : white;
	border : 1px solid gray;
}
#title h1
{
font-size:0px;
}

#sidebar-a
{
width:300px;
}