body {
    margin:0px;
    padding:0px;
    background-color:#CCC;/*#F0F0F0 ;*/
    background:url("bg.jpg");
}

.blog-entry-container A:link {
    text-decoration:none;
    color:#0000FF;
}

.blog-entry-container A:hover {
    text-decoration:underline;
    color:blue;
}

.blog-entry-container A:visited {
    color:red;
}

.centered{
    text-align:center;
}

#frame {
    margin-top:25px;
    margin-left: auto;
    margin-right: auto;
    width:1100px;
    border: solid black 5px;
}

#content{
    width:1100px;
    margin-top:15px;
    margin-left: auto;
    margin-right:auto;
    background-color:transparent;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 10pt;
/*    font-weight: lighter;*/
/*    word-spacing: 2px;*/
    line-height: 1.5em;
    overflow: hidden;
}

#left-column{
    width:740px;
    min-height:1200px;
    height:auto;
    float:left;
    margin-right:5px;
    margin-bottom:25px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
/*    border: solid black 5px;*/
}

#right-column{
    margin-left: 0px;
    min-height:1200px;
    height:auto;
    width:250px;
    float:left;
    padding-left: 35px;
    padding-top: 15px;
    line-height:1.75em;
/*    border: solid black 5px;*/
/*    background-color:#101010;*/
}

#lang-switch{
    float:left;
    width: 277px;
    height: 30px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
/*    background-color:#101010;*/
    background-image:url("gradient1.jpg");
}

#lang-switch a{
    font-family: Verdana;
    font-size: 11pt;
    color: #696969;
    border-bottom: 1px dotted #696969;
}

h1{
    font-family: Georgia,Tahoma,Sans-Serif;
    font-size: 16pt;
    text-align: center;
    line-height:1em;
    letter-spacing: 1px; 
}

h1 a:link {
    text-decoration:none;
}

h1 a{
    text-decoration:none;
}

h2{
    font-family: Georgia,Tahoma,Sans-Serif;
    text-align:center;
    font-size: 14pt;
    margin-left: auto;
    margin-right: auto;
    line-height:1em;
    color: #E0E0E0;
}

h2 a:link{
    text-decoration:none;
}
h2 a:hover{
    text-decoration:none;
}
h2 a:visited{
    text-decoration:none;
}

/*h3{
    font-family: Georgia,Tahoma,Sans-Serif;
    text-decoration:none;
    font-weight:bold;
    color:#00C000;
}*/

.skill-list{
/*    background-color:#F0F0F0;*/
    margin-left: 15px;
    margin-bottom: 0px;
    width:200px;
    padding-top: 5px;
    padding-bottom:5px;
    line-height:1.75em;
/*    color: #00B000;*/
}

.desc{
    font-size:13pt;
    line-height: 1.75em;
}

.short-jump{
    line-height:.3em;
}

#separator{
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 40px;
    margin-top: 30px;
}

#my-pic{
    display:block;
    margin-top:15px;
    margin-bottom:25px;
    margin-left:40px;
    border: solid black 5px;
}

.blog-entry-container{
    font-size:10pt;
    border: solid #CCCCCC 2px;
    padding:25px;
    margin-top:15px;
    margin-left:0px;
    margin-bottom:25px;
}

.blog-entry-container h2{
    color:black;
    font-size:20pt;
    font-family:Arial,Sans Serif;
}

#blog-menu{
    border: solid #CCCCCC 2px;
    margin-right: 25px;
    padding-top:10px;
    padding-left:1em;
    padding-bottom:20px;
    margin-left:-2em;
    margin-top:15px;
}

#blog-menu p{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:-1.5em;
    text-decoration:underline;
}

#blog-menu ul{
    padding-left:1em;
}

#archive-link{
    text-align:center;
    font-style:oblique;
}

#archive-container{
    padding-top:25px;
    min-height:1200px;
}

#rss-icon{
    margin-left:0px;
    margin-top:5px;
    margin-right:0px;
}

.blog-form-container{
    border: solid #CCCCCC 2px;
    padding: 5px;
    margin-top:20px;
}

.blog-comments-container{
    margin-top:50px;
}

.blog-comment-container{
    border: solid #CCCCCC 2px;
    padding: 5px;
    margin-bottom: 5px;
}

#blog-menu a:link{text-align:center;}
#blog-menu a:hover{text-align:center;}
#blog-menu a:visited{text-align:center;}

