/*********** LAYOUT ***********************************/
body{
	margin: 0px;
	background-color: #FFA400;
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetia, sans-serif;
	color: black;
	overflow: auto;
	font-size: 12px;
}
#encompass{
	position: absolute;
	width: 750px;
	height: 570px;
	left: 50%;
	top: 30px;
	margin-left: -376px;
	border: 5px double black;
}
#title{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 335px;
	height: 570px;
	background-color: #FFF400;
}
#main{
	position: absolute;
	top: 0px;
	left: 335px;
	width: 415px;
	height: 570px;
	background-image: url(images/background_02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF400;
}
#content{
	position: absolute;
	left: 0px;
	top: 85px;
	width: 415px;
	height: 455px;
	overflow: auto;
}
#copy{
	position: absolute;
	left: 0px;
	top: 550px;
	width: 415px;
	height: 20px;
	font-size: 10px;
	text-align: center;
}

/*******************Menu***************************/
#menu{
	position: absolute;
	width: 350px;
	top: 10px;
	list-style-type:none; 
	margin: 0px; 
	padding: 0px;
	left: 35px;
}
#menu li{
	list-style-type:none;
	display:inline;
	padding: 0px;
	margin: 0px;
}
#menu a:link, #menu a:active, #menu a:visited{
	color: #FF5A00;
	background-image: url(images/unisex.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}
#menu a:hover{
	color: #FF5A00;
	background-image: url(images/unisex.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 17px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}

/*************Basics********************/
a:link, a:visited, a:active{
	color: #FF5A00;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
}
h2{
font-size: 20px;
text-align: center;
margin-top: 0px;
}

li{
	margin-bottom: 5px;
}

.char{
	clear:both; 
	height: 140px;
}

.code_50{
	margin: 5px;
	float: left;
}