body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #d5d4dc;
	text-align:center;
	height:100%;
}
div#container{
	position: relative;
	width: 800px;
	height: 620px;
	background-color: #FFFFFF;
	background-image: url(images/content.gif);
	background-repeat: repeat;
    margin:0 auto;
}
div#sidebar {
	background-image:url(images/left.gif);
	background-repeat:no-repeat;
	height:592px;
	position:absolute;
	top:0px;
	width:201px;
	left: 0px;
}

div#header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	height:108px;
	position:absolute;
	width:599px;
	left: 201px;
}

.navbar {
	left:448px;
	position:absolute;
	top:100px;
	width: 150px;
}

.content {
text-align:left;
padding-top:120px;
padding-right:35px;
padding-left:205px;
}
div#footer{
	position: absolute;
	width: 800px;
	height: 51px;
	background-color: #FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 600px;
	top: -10px;
	left: 0px;
}
.footer {
	font-size: 10px;
	font-style: normal;
	text-align:center;
	padding-left:200px;
	color: #808080;
	padding-top: 10px;
}
p.small {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

a:link, a:visited, a:active {
color: #38689c;
text-decoration: none;
}
a:hover {
font-weight: bold;
text-decoration: underline;
}
