@charset "UTF-8";
#container {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
}
#nav {
	background-color: #C71585;
	height: 25px;
	width: 100%;
	border: thin solid #ffffff;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	vertical-align: text-top;
	position: static;
	font-size: 16px;
}
#leftColumn {
	background-color: #ffe4e1;
	width: 14%;
	float: left;
	border: thin solid #ffffff;
	text-align: center;
	position: static;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #c71585;
}
#rightColumn {
	background-color: #FAEBD7;
	float: right;
	width: 85.5%;
	border: thin none #ffffff;
	position: static;
	
}
#header {
	background-color: #FFE4E1;
	background-image: url("../../cssnty/..images3/header.gif");
	background-repeat: no-repeat;
	height: 120px;
	width: 100%;
	margin: auto;
	padding: 0px;
	position: static;	
}
#window {
	background-color: #FAEBD7;
	position: absolute;
	z-index: 0;
	/* height: 450px; */ 
	width: 550px;
	left: 240px;
	top: 220px;
	border: thick solid #FAEBD7;	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
#main {
	height: 150px;
	width: 600px;
	border: thin none #0066CC;
	position: absolute;
	left: 240px;
	top: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #C71585;
	text-align: left;
	z-index: 1;
}
