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

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

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


.header {
	position: relative; 
	width: 100%;
	height:150px;

}

.sidebar {
	position: relative; 
	width: 250px;
	top:20px;
	left: 0px;
	text-align: left;
	height:400px;
	float:left;


}

.content {
	position: absolute; 
	width: 600px;
	top: 190px;
	left: 275px;
	text-align: left;

}

.imgbox {}

.opener {
	position:absolute; 
	width:700px; 
	left:50%; 
	margin-left:-350px;
	height: 550px; 
	top: 15px;

}

h1 { 
 text-align: right;
 font-variant:small-caps;
}

.title {
	text-align:center;
	color: #588dc7;
	}

ul {list-style-type:none; 
}


a {text-decoration: none}

a:link {
	color: #751413;
}

a:visited {
	color: #751413;
}

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

a:active {
	color: #751413;
}

.header img { 
	position: relative;
	left: 700px;

	
}

.header p {
position: absolute;
left: 20px; 
top: 115px;
color: #588dc7;
}