


* {
margin: auto;
padding: 0;

}


body {
	font-family: Verdana, Arial;
	font-size: 14px;
	}


/* Wrapper */

#wrapper{
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}


/* 1 Fix Areas */

#rt_leftfix{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #cb8e35;
	width: 200px;
	height: 100%;
	z-index: 200;
	overflow-y: auto;
}

#rt_leftfix a:link , #rt_leftfix a:visited , #rt_leftfix a:active{
	text-decoration:none;
	color: #000;
}


/* Left Content */

#rt_left_top{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #cb8e35;
	width: 200px;
	height: 400px;
	text-align: center;
	font-weight: bold;

}

#rt_left_middle{
	position: absolute;
	top: 500px;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #cb8e35;
	width: 200px;
	height:50px;
	text-align: center;

}

#rt_left_bottom{
	position: absolute;
	top: 400px;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #cb8e35;
	width: 200px;
	height:150px;
	text-align: center;
	font-weight: bold;

}


.rt_left_height{
	margin-top: 30px;
}


/* Content Middle-Aria */


#rt_content{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-width: 800px;
}


#rt_content h3, #rt_content p, #rt_content img{
	margin-left: 220px;
}


#colortest{
	background-color: #cff2fe;
	color: #9ed9fc;	
}







