html, body {
	height: 100%;
}

body {
	margin: 0px; 
	padding:0px;
	background-color: #f2f2e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #303232;
	background-image: url(images/text.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#wrap {
	/* background: Blue; */
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	min-width: 990px;
}

#main {
	padding-left: 300px;
	padding-right: 300px;
}

#left {
	/* background: yellow; */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
}

#right {
	/* background: red; */
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 320px;
	background-image: url(images/pen.gif);
	background-repeat: no-repeat;
	background-position: right 50px;	
}

#cassette {
	position:absolute; 
	left:299px; 
	top:0px; 
	width:71px; 
	height:31px; 
	z-index:2;
}

#st {
	position:absolute; 
	left:289px; 
	top:1px; 
	width:4px; 
	height:2px; 
	z-index:3;
}

#logophoto {
	 position:absolute; 
	 left:5px; 
	 top:6px;
}

#text {
	margin: 250px 20px 20px 20px;
}

#navigation {
	position:absolute; 
	left:60px; 
	top:420px; 
	width:121px; 
	height:96px; 
	z-index:6; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	font-weight: bold;
}


a {
	color: #575689;
	text-decoration: none;
}

a:hover {
	color: #575689;
	text-decoration: underline;
}

#navigation div {
	line-height: 180%;
	margin: 0px 0px 20px 22px;
	color: #f2f2e4;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
}

#title {
	position:absolute; 
	right:0px; 
	top:15px; 
	width:271px; 
	height:27px; 
	z-index:7; 
	border: 0px solid;
	border-bottom-width: 1px; 
}

#title h1 {
	font-weight: bold; 
	color: #575689; 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#copy {
	position:absolute; 
	right:0px; 
	top:50px; 
	width:271px; 
	height:27px; 
	text-align: right;
	font-size: 12px;
	z-index:8; 
	color: #575689; 
	margin-right: 6px;
}

h1 {
	color: #575689; 
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #575689; 
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

