/* CSS Document */
body {
	background-image: url(../gfx/structure/bg.png);
	background-repeat: repeat-x;
}

/* GET RID OF FIREFOX OUTLINE ON LINKS */
a {
	outline: 0;
}

#head {
	height: 135px;
	background-image: url(http://www.radtac.co.uk/images/gfx/structure/top_border.png);
	background-repeat: repeat-x;
	
	/* background-color: #E1E1E1; */
	
}


#head_container {
	
	position: relative;
	width: 760px;
	height: 135px;
	margin: auto;
	
	
}

#logo {
	

	
	width: 200px;
	position: absolute;
	top:48px;
	z-index: 20;
}

#search {
	width: 200px;
	height: 40px;
	position: absolute;
	left: 560px;

	
	

	background-image: url(http://www.radtac.co.uk/images/gfx/structure/search.jpg);
	background-repeat: no-repeat;
	
	

}

#nav_main {
	width: 520px;
	height: 30px;
	position: absolute;
	
	

	
	
	top: 30px;
	
	/* @@@@@ */
	background-color: orange;
	float: left;
}

#community {
	width: 200px;
	height: 35px;
	position: absolute;
	left: 560px;
	top: 95px;
	
	
}

#tagline {

	position: absolute;
	left: 560px;
	top: 55px;


}

#community p {
	margin-top: 10px;
	margin-bottom: 0px;

}

/* NOT NEEDED AS NOW WRITE INTO APPROPRIATE PAGE WITH EE
#image {
	height: 115px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-image: url(../gfx/headers/home.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

*/

#nav_sub {
	
	
	background-color: #E1E1E1;
	
	
	
	height: 20px;
	
	

}

#nav_sub_container {
	position: relative;
	width: 760px;
	height: 20px;
	margin: auto;
	background-color: #D1D1D1;
	


}

#nav_sub_menu {
	width: 760px;
	height: 20px;	
	

	
}

#content {
	/* @@@@@@ */
	/*background-color: indigo;*/
	
}

#content_container {
	
	
	position: relative;
	width: 760px;
	margin: auto;
	padding-top: 20px;
	
	
	/* @@@@@@ */
	/*background-color: pink;*/
}

#content_left {
	width: 520px;
	/* height: 400px; */
	
	margin-bottom:54px; /* 3 x 18px */
	/*
	margin-right: 40px;
	*/
	
	float: left;
	
}

#content_right {
	width: 200px;
	/*height: 400px;*/
	
	float: right;
	

	
	

}
