/* Layout */ 
.bubble {}
.tl {padding: 0; width: 4; text-align: left; vertical-align: top}
.tr {padding: 0; width: 4; text-align: right; vertical-align: top}
.bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}
.br {padding: 0; width: 4; text-align: right; vertical-align: bottom}
.c {width:4px; height:4px};
table
{
margin:0;
}

body {
	margin:0;
        margin-top:10px;
	background:#bbbbbb;
	color:#000000;
	text-align:left;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:.8em;
}

.company h3
{
font-weight:800;
text-align:center;
}

.companyheader{
height:1.5em;
font-size:1.0em;
vertical-align:middle;
text-align:center;
line-height:1.5em;
margin:0;
padding:0;
background:black;
color:white;
font-family:arial;
font-weight:bold;
}

.company{
border:2px solid black;
font-size:.8em;
margin:3px;
padding:4px;
background-color:white;
font-family:arial;
height:18em;
color:black;
}

#rightbar
{
width:20%;
float:right;
font-size:75%;
padding:5px;
margin:5px;
}

#loginbar {
	margin:0;
	padding:0;
	background-color:transparent;
	color:white;
	line-height:20px;
	vertical-align:center;
	text-align:center;
        font-size:75%;
}

#leftbar
{
width:20%;
float:left;
font-size:75%;
padding:5px;
margin:5px;
}


.barheader
{
background:black;
color:white;
font-size:1.0em;
height:1.8em;
line-height:1.8em;
text-align:center;
//font-weight:bold;
display:block;
margin:-5px;
}


.box
{
border:5px solid black;
margin:auto;
margin-bottom:5px;
border-top:0px;
padding:5px;
}


#wrapper {
	margin:0px auto;
	padding:0px;
	width:780px;
}

#header {
	height:150px;
	font-size:1.25em;
	border:0;
        border-bottom:10px solid #bbbbbb;
	background:transparent;

	
}

#header_content {
	height:150px;
	width:780px;
	margin:0px auto;
	padding:0;
	background:transparent;
}

#header_right {
	height:150px;
	width:660px;
	margin:0;
	padding:0;
	background:transparent;
	float:right;
        top:0;

}

#title {
	width:656px;
	margin:0;
	padding:0;
	background:transparent;
	text-align:center;
        top:0px;
        float:right;
        vertical-align:center;
        border-bottom:8px solid #bbbbbb;
        border-left:4px solid #bbbbbb;
}


#links {
	width:656px;
	margin:0;
	padding:0;
	background-color:transparent;
	color:white;
	line-height:20px;
	vertical-align:center;
	text-align:center;
        float:right;
        font-size:75%;
        border-left: 4px solid #bbbbbb;
}

#links a {
	color:white;
        text-decoration:none;

	}

#content { 
	margin:0;
	float:left;
	width:100%;
	min-height:300px;
	background:transparent;

}

#footer {
	clear:both;
	background:#bbbbbb;
	color:#FFFFFF;
	border:0;
        padding:4px;
        border-top:solid 5px #bbbbbb;
        font-size:75%;

}

#footer_content {
	width:780px;
	margin:0px auto;
	padding:0;
	background-color:#bbbbbb;
        text-align:center;
}

#footer_left {
	width:660px;
	margin:0;
	padding:0;
	background-color:#bbbbbb;
}

#container {
	background:transparent;
    border-top:5px solid #bbbbbb;
}

a, a:link, a:visited, a:hover, a:active {
	color:#FF0000;
	background-color:transparent;
	text-align:center;
	text-decoration:underline;
	border-width:0;
	margin:0;
	padding:0;
}
/*
a:visited{
	color:#0000FF;
}
*/
a:hover{
	text-decoration:none;
}

a.donate {
	font-weight:bold;
}

#footer a, #footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color:#FFFFFF;
}

/* Presentation */ 

p {
	margin:0;
	padding:5px 10px;
}

h4 {
 margin:0; 
 padding: 5px 0;
}
 
img, a img {
	margin:0;
	padding:0;
	border:0;
}


#links img {
	border:none;
}

#links li {
	display:inline;
	list-style:none;
}

#links li a {
	float:left;
	display:block;
	height:30px;
	margin:0 10px 0 10px;
}

#links li a img {
	border:none;
	vertical-align:bottom; /* for IE6 */
}

#links li a:hover {
	visibility:visible;
}

#links li a:hover img {
	visibility:visible;
}

#links li a:hover img {
	visibility:hidden;
}

#links_home {
	background:url(./img/home_green.gif) no-repeat left bottom;
	width:88px;
}

#links_archive {
	background:url(./img/archive_green.gif) no-repeat left bottom;
	width:145px;
}

#links_bio {
	background:url(./img/bio_green.gif) no-repeat left bottom;
	width:59px;
}

#links_links {
	background:url(./img/links_green.gif) no-repeat left bottom;
	width:104px;
}

#links_shop {
	background:url(./img/shop_green.gif) no-repeat left bottom;
	width:78px;
}
.table td{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
