body {
margin: 0 auto;  
padding: 0;
background: #eee;
color: #333;
}

table {
text-align: center;
font-size: 100%;
}

h1, h2, h3 {
font-family: georgia, times new roman, times, serif;
letter-spacing: 0.09em;
}


ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

li {
font-size: 85%;
font-family: georgia, times new roman, times, serif;
}

img {
margin: 0;
padding: 0;
border: 0;
}

a:link { background-color: transparent; text-decoration: none; color: #0033CC; }
a:hover { background-color: #663300; text-decoration: none; color: #fff; }
a:visited { background-color: transparent; text-decoration: none; color: #CC0000; }

#wrapper {
margin: 0px auto;
padding-bottom: 10px;
width: 950px;
position: absolute;
left:15px;
top:15px;
}


#text {
float: left;
position: relative;
margin-right: 5px;
padding-left: 10px;
padding-right: 10px;
border: 1px solid #ccc;
width: 460px;
background: #fff;
color: #333;
font-size: 90%;
text-align: left;
}

#sidebar {
float: left;
position: relative;
margin-right: 5px;
padding: 10px;
border: 1px solid #ccc;
width: 160px;
background: #fff;
color: #333;
text-align: left;
font-size: 70%;
}

#picture {
float: left;
position: relative;
width: 250px;
margin-right: 5px;
padding: 10px;
}



#link_td
{
	padding: 2px 1ex;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

.title {
font-size: 110%;
font-weight: normal;
background: transparent;
color: #336600;
}

.posted {
margin-bottom: 15px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
padding:	5px 1px 10px 1px;
border-bottom: 1px solid #ddd;
} 


.copyright {
font-size: 90%;
font-weight: normal;
background: transparent;
color: #666666;
text-align:center;
}


.references {
margin: 10px 0;
font-size: 90%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #666600;
}