/*  -------------------------------------------------------------
	Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



		/*  Main layout
			- - - - - - - - - - - - - - - - - - - - -  */
		#inner {}

		#header {
			height:188px;}
		
		#uicurl {
			height:30px;}
		
		#uiclogo {
			height:109px;
			text-align:center;}

		#logo {
			padding-left:30px;}
		
		a {
			color:#213f15;
			text-decoration:none;}

		a:hover {
			color:#00f;}

		/*  Menu layout
			- - - - - - - - - - - - - - - - - - - - -  */
		#menu1 {
			padding-top:20px;}

		#menu1 ul {
			margin:0 15px 0 25px;
			padding:0;
			list-style:none;}

		#menu1 li {
			color:#fff;
			border-bottom:dashed #1f4b0d 1px;
			background:url(../../../img/arrow.gif) no-repeat 0 13px;}

		#menu1 li a {
			padding:8px 0 8px 15px;
			display:block;}

		#menu1 li a:hover {
			background-color:#66d332;}

		#menu {
			width:157px;}

		#menu_inner {
			padding-top:20px;
			padding-bottom:381px;
			background:url(../sidebar_bottom.png) no-repeat bottom;}

		#menu ul {
			list-style:none;}

		#menu ul li {}


		/*  Container layout
			- - - - - - - - - - - - - - - - - - - - -  */
		#container {}
		
		#content {
			width:650px;
			margin:auto;
			float:left;
			position:absolute;}
		iframe {
			margin:auto;}


		/*  Sidebar layout
			- - - - - - - - - - - - - - - - - - - - -  */
		#sidebar {
			width:157px;
			float:left;}
		
		#newlist {
			width:160px;
			float:right;}
		
		.right_new ul {
			margin:0 0 10px 10px;
			padding-left:5px;}
		
		.right_new li {
			margin-bottom:10px;}


		/*  Sidebar layout
			- - - - - - - - - - - - - - - - - - - - -  */
		.right_boder {
			border-left:#B0A9BC 3px solid;}