* {

margin: 0; 
padding: 0; 
border: 0;

}


body {

background: url('id_bg.png') #0e3271 repeat-x;
background-position: top left;
font-family: georgia;
font-size: 7pt;
color: #507DAF;
text-align: justify;

}


#main {

width: 800px;
margin: 0 auto;

}

#head {

height: 560px;
background: url('id_blog.png') no-repeat;

}


#content {

width: 308px;
height: 250px;
overflow: no;
float: left;
margin-top: -427px;
padding-left: 82px;

}

b,strong {

color: #2982be;
background-color: #ebf2f5;
font-family: georgia;
font-size: 7pt;
text-transform: uppercase;
font-weight: normal;

}

a:active {

color: #2982be;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none;

}

a:link {

color: #2982be;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none;

}

a:visited {

color: #2982be;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none;

}

a:hover {

color: #2982be;
background-color: #ebf2f5;
font-family: georgia;
font-size: 7pt;
font-weight: normal;
text-decoration: none;

}

#tablist {

padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: 7pt georgia;
font-weight: none;

}

#tablist li {

list-style: none;
display: inline;
margin: 0;

}

#tablist li a {

padding: 3px 0.5em;
margin-left: 3px;
border: 1px dotted #2982be;
border-bottom: none;
background: #ebf2f5;

}

#tablist li a:link, #tablist li a:visited {

color: #6ea3ce;

}

#tablist li a.current {

background: #ebf2f5;

}

#tabcontentcontainer {

width: 275px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px dotted #2982be;

}

.tabcontent {

display:none;

}

.head {

background-image: url('');
background-position: top center;
background-repeat: repeat-y;
border-style: dotted;
border-color: #ebf2f5;
border-bottom-width: 2px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
font-family: georgia; 
font-size: 20pt;
font-style: italic;
text-decoration: none;
line-height: 30px;
color: #6ea3ce; 
letter-spacing: -2px;
text-align: center;

}

.image {

margin: 0px 5px 0px 0px;

}

select, input, textarea {

border: dotted 1px; 
border-color: #2982be;
font-family: georgia; 
font-size: 7pt; 
color: #6ea3ce;
background-color: #ebf2f5;

}