html, body {height: 100%;}

body {
	background-color: #FAFAFA;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #1C1C1C;
}

ul {
	list-style-type: circle;
	margin: 0;
	margin-left:-17px;
}


#wrapper {
	min-height: 100%;
        color: #848484;
}


#main {
	width: 950px;
	margin:0px auto;	
}

.title1 {
	font-size: 40px;
}

a:link {text-decoration:none; color: #088A08;}
a:visited {text-decoration:none; color: #088A08;}
a:hover {text-decoration:underline; color: #088A08;}
a:active {text-decoration:underline; color: #088A08;}

hr {
	height: 1px;
	width: 100%;
	border: 0px solid;
	color: gray;
	background-color: gray;
}

#farleft {
	width: 189px;
	margin: 5px;
	float: left;
	border-right: 1px solid #F2F2F2;
}

#farleft a:link {text-decoration:none; color: #848484;}
#farleft a:visited {text-decoration:none; color: #848484;}
#farleft a:hover {text-decoration:underline; color: #848484;}
#farleft a:active {text-decoration:underline; color: #848484;}

#right {
	width: 750px;
	float: right;
}

#left {
	width: 540px;
	margin: 5px;
	float: left;
}

#farright {
	width: 189px;
	margin: 5px;
	float: right;
	border-left: 1px solid #F2F2F2;
}

#code {
	width: 520px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #E6E6E6;
	overflow-y:auto;
	overflow:auto;
}

#UAYOR {
	width: 100%;
	font-size: 8px;
	text-align: right;	
}
