body{margin:0;}
#topBanner{
	width:720px;
	height:1px;
	overflow:hidden;
}
#navigatin{
	width:650px;
	height:1px;
	overflow:hidden;
}
#textArea{
	width:720px;
	overflow:visible;
}
/*navigation*/
#navigatin li{
	list-style:none;
	float:left;
	padding-left:15px;
}
#navigatin li a,#navigatin li a:visited{
	color:#FBFFFF;
	text-transform:uppercase;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	padding-left:5px;
	border-left:1px solid #ffffff;
	padding-right:5px;
	border-right:1px solid #ffffff;
}
#navigatin li a:hover{
	color:#C1BDDC;
}
/*textArea*/
#leftBanner{
	width:215px;
	float:left;
	overflow:visible;
	background-image:url(../images/left-banner-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#activeArea{
	width:455px;
	float:left;
	overflow:visible;
	background-image:url(../images/textArea.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:25px;
	font-family:Verdana;
	font-size:10px;
	color:#22203F;
}
#activeArea a{
	color:#22203F;
	text-decoration:none;
}
#activeArea a:hover{
	text-decoration:underline;
}
#activeArea input{
	font-family:Verdana;
	font-size:10px;
	border:1px;
}
