/* CSS Document */
	
	body { 
		padding: 10px; 
		margin: 0px; 
		background: url(http://www.cjscotland.org.uk/images/new/bg_repeat2.gif); 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
	}
	
	#search_form { position: absolute; top: 19px; right: 22px; }
	
	#content_panel { float: left; clear: none; }
	
	.left { float: left; }
	.right { float: right; }
	.clear { clear: both; }
	.noclear { clear: none; }
	
	.left_top { 
		background: url(http://www.cjscotland.org.uk/images/new/LEFT_1.jpg) top left; 
		height: 73px; 
		width: 191px; 
	}
	.left_bottom { 
		background: url(http://www.cjscotland.org.uk/images/new/images/L_home.gif) top left; 
		width: 185px; 
		height: 24px; 
		padding-left: 6px;
		padding-top: 7px;
	}
	.top_space { 
		width: 560px; 
		overflow: hidden; 
		height: 104px; 
		background: url(http://www.cjscotland.org.uk/images/new/top_space.jpg) no-repeat left top; 
	}
	
	*html .left { margin-right: -3px; }
	
	#top { 
		background: url(http://www.cjscotland.org.uk/images/new/top_repeat.jpg); 
		height: 104px; 
		text-align: left;
	}
	#cont { 
		background: #FFF;
	}
	
	#content { background: #FFF; }
	
	#main_linksection {
		width: 191px;
		background: url(http://www.cjscotland.org.uk/images/new/belowlink_repeat.gif) repeat-y;
	}
	
	#main_leftlinks {
		width: 191px;
		background: url(http://www.cjscotland.org.uk/images/new/link_back.jpg) no-repeat top left;
	}
	
	#main_leftlinks img { border: none; }
	
	.left_link_class {
		padding-left: 6px;
		padding-top: 4px;
		padding-bottom: 6px;
		background-image: url(/images/new/link_spacer.gif);
		background-position: bottom;
		background-repeat:no-repeat;
	}
	.spacer {
		padding-top: 4px;
		padding-bottom: 6px;
		background-image: url(/images/new/link_spacer.gif);
		background-position: bottom;
		background-repeat:no-repeat;
	}
	.left_link {
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 0px;
		color: #FFF;
	}
	.left_link_img:hover { background: none; }
	
	.left_link:hover {
		color: #666666;
		background-color: #FFFFFF;
	}
	.left_link2 {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 0px;
		color: #FFFFFF;
	}
	.left_link2:hover {
		color: #666666;
		background-color: #FFF;
	}
	#header {
	border: 1px solid #cecea5;
	background: #d7dabd;
	}
	#outer_wrapper {
		background: url(http://www.cjscotland.org.uk/images/new/belowlink_repeat.gif) repeat-y left #FFF;
	}
	#wrapper {
		background: url(http://www.cjscotland.org.uk/images/new/belowlink_repeat.gif) repeat-y left #FFF;
	}
	
	#container {
		width: 100%;
		float: left;
		margin-right: -200px;
		background: url(background_2.gif) repeat-y right;
	}
	#content {
		/* margin-right: 200px; */
		background: url(background_3.gif) repeat-y left;
	}
	*html #content { margin-right: 23px; }
	#main {
		margin-left: 210px;
		margin-right: 23px;
	}
	*html #main { padding-right: 20px; }
	#left {
		width: 191px;
		float: left;
		color: #FFF;
	}
	#sidebar {
		width: 200px;
		float: right;
	}
	#footer {
		border: none;
		border-top: 1px solid #576E76;	
		background: #E3E9EA;
		padding: 3px;
		color: #576E76;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	h1 {
		margin-top: 0;
	}
	.last {
		margin-bottom: 0;
	}
	.padd { padding: 5px; }
	.clearing {
		height: 0;
		clear: both;
	}
	.border {
		border: 1px solid #333;
	}