@charset "UTF-8";
/* CSS Document */

body {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 background-color:  #d7ccba;
 font-size:small;
 color: #000000;
 background-image: url(images/vbar.png);
 background-repeat: repeat-x;
}

img { 
border: none;
	behavior: url(iepngfix.htc);}

.bar{
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
	height:800px;
	bottom: 0px;
	background-color: #000000;
	z-index: 1;
}
.header {
	position: relative; 
	top:0px;
	width: 100%;
	height:150px;
}

.header img {
	position: absolute;
	top: 0px;
	right: 10px;
}

ul {list-style-type: none }


.header p {
	position: relative; 
	top: 150px; 
	right: 10px;
	text-align: right;
}

.sidebar {
	position: absolute;
	width: 180px;
	left: 40px;
	top: 75px;
	z-index:3;
}

.sidebar img {
	border: 3px solid #000000;
	margin: 20px;
}

.content {
	position: relative; 
	top: 50px;
	left: 300px; 
	width: 60%;
	z-index: 2;
}

a {text-decoration: none}

a:link {
	color: #751413;
}

a:visited {
	color: #751413;
}

a:hover {
	color: #751413;
	text-decoration: underline;
}

a:active {
	color: #751413;
}