body {background-image:url('images/wood.jpg');} 

#content {
	width: 800px;
	height: 800px;
	margin: 30 20 20 120px;
	color: black;
	background-image:url('images/paper.jpg'); 
}

#contact {
	margin: 5 5 5 5px;
	background-image:url('images/plank.jpg'); 
}

li {font-size: 10pt; font-family: helvetica, verdana}
p {font-size: 10pt; font-family: helvetica, verdana}
.title {font-size: 11pt; font-family: helvetica, verdana; font-weight: bold; color: #000000; text-align: center}
b {font-size: 10pt; font-weight: bold; font-family: helvetica, verdana}
td {font-size: 10pt; font-family: helvetica, verdana}
tr.shaded {background-color: "#e0e0e0"}
table.main {height: 100%; width=100%; cellpadding: 0 cellspacing: 0}
.button{
	font-weight: bold;
        color : black;
        background-color : #e0e0e0;
        height : 19px;
        font-size : 12px;
}

#left-navbar {background-color: #10007b;
color: #ffffff;
font-weight: bold;
width: 100%;
text-align: right;
}

#left-navbar a:link {text-decoration: none;
font-weight: bold;
color: white;}
#left-navbar a:visited {text-decoration: none;
font-weight: bold;
color: white;}
#left-navbar a:hover {text-decoration: none;
font-weight: bold;
color: #ffffcc;}
#left-navbar a:active {text-decoration: none;
font-weight: bold;
color: #ffffcc;}
#left-navbar a.left-current {color: #ffffcc;}
p.left-navbar {padding-right: 1em;}
