body {
background: #72ABB2;
background-image: url('images/background.jpg');
background-position: top left;
background-repeat: repeat-y;
margin: 0px 0;
text-align: left;
}
#container {
width: 600px;
}
#header {
width: 600px;
height: 350px;
}
#leftbar {
float: left;
width: 485px;
position: absolute;
top: 300px;
left: 75px;
}

p {
	font-family: georgia, verdana, arial, sans-serif; 
	font-size: 11pt; 
	color: #000000;
	background: transparent;

	a	{ color: #ffffff; background: transparent; text-decoration: none; font-weight: bold} 
	a:link	{ color: #000080; background: transparent; font-weight: bold; } 
	a:visited	{ color: #000080; background: transparent; font-weight: bold; } 
	a:active	{ color: #000000; background: transparent; font-weight: bold; } 
	a:hover	{ color: #838383; background: transparent; text-decoration: underline; font-weight: bold; }

td {font-family: georgia; font-size: 11px; color: #000000}