/* CSS Document */


#bg_main_inner {
	background-image:url("http://www.skillstudio.co.uk/images/bg_main_inner.gif");
	}

#left_content {
	float: left;
	width: 560px;
	\width: 565px;
	w\idth: 560px;
	margin: 0;
	margin-right: 2px;
	padding-top: 10px;
	padding-left: 5px;
}

#right_content {
	float: right;
	width: 180px;
	\width: 184px;
	w\idth: 180px;
	margin: 0;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 10px;
}

#nav_small {
	position: relative;
	float: right;
	margin-right: 0px;
	margin-top: -10px;
	width: 332px;
	background: url("../images/nav_small.gif") 100% 50% no-repeat;
	font-size: 11px;
	height: 30px;
	}
/* Hide from IE5-mac. Only IE-win sees this. \*/

*html #nav_small {
	clear:left;
	margin-right: 3px;
	margin-top: 3px; /*was 10px*/
	width: 342px;
	background: url("../images/nav_small.gif") 70% 50% no-repeat;
	}

/* End hide from IE5/mac */

#nav, #nav ul, #nav_small ul {
	float: right;
	list-style: none;
	background: #ffffff;
	text-transform: lowercase;
}

#nav_small ul {margin: 8px 5px 0 0; width: 305px; background: #eeeeee;}

/* hide from IE5/mac */

*html #nav_small ul {margin-right: 9px;}

/* end of hide from IE5/mac */

