/* CSS Document */

body{
	background-color: #333333;
	font-family: "Courier New", Courier, mono;	
}

p{
	color:#000000;
	margin:5px;
	text-align:justify;
	
}

ul{
	color:#000000;
	margin:5px;
	text-align:justify;
}

h1{
	font-size: 1ems;	
	text-align:right;
}

h2{
}

h3{
}

a {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-size: 1em;
	padding:1px;
}

a:link {color:#666666;}
a:visited {color:#333333;}
a:hover {color:#000000;}
a:active {color:#333333}

#menu{
	width: 200px;
	height: 450px;
	position: absolute;
	left: 20px;
	top: 20px;
	
	border-width: 5px;
	border-color: #CCCCCC;
	background-color: #CCCCCC;
	border-style: solid;
	text-align:justify;
	background-image: url(images/menubground.jpg);
	background-repeat: no-repeat;
}

#content{
	width: 600px;
	height: 600px;
	position: absolute;
	left: 247px;
	top: 19px;
	border-width: 5px;
	border-color: #CCCCCC;
	background-color: #CCCCCC;
	background-image: url(images/bground.jpg);
	background-repeat: no-repeat;
	border-style: solid;
	overflow: auto;	
}

#imagewindow{
		display:none;

}