/* Monmouthshire CIS */

/* Default settings */

	body {
		margin:0px;
		padding:0px;
		background-color:#FFFFFF;
		background-image:url('../images/back_fade_orange.gif');
		background-repeat:repeat-x;
		/*color is the font colour used unless we state otherwise*/
		color:#000000;
		/*font-family are the fonts used unless we state otherwise*/
		font-family:"Comic Sans MS", "Arial", "Verdana";
		
	}
	
	img {
		border:none;
	}
	
	form{
		display: inline;
	}
	

/* Layout */

	#bannertop {
		background-image:url('../images/top_images/rotator.php');
		text-align:left;
		position:relative;
		width:900px;
		height:100px;
	}
	
	#container {
		background-color: #FFFF66;
		text-align:left;
		position:relative;
		width:900px;
	}

	#col_search {
		width:300px;
		height:600px;
		text-align:center;
		position:relative;
		float:left;
		background-color: #FFCC33;
		background-color: #FFFF66;
		color:#000000;
		overflow:auto;
		align:center;

	}
	
	#col_pics {
		width:150px;
		min-height:600px;
		max-height:600px;
		text-align:left;
		position:relative;
		float:left;
		background-color: #FFFF66;
		color:#000000;
		overflow:auto;
	}
	
	#col_main {
		width:600px;
		min-height:600px;
		max-height:600px;
		height:600px;
		text-align:center;
		position:relative;
		float:left;
		background-color: #FFFF66;
		background-color: #FFCC33;
		color:#000000;
		overflow:auto;
	}
	
	#search_box {
		width:250px;
		height:275px;
                text-align:center;
		position:relative;
		border:#000000 1px;
		background-color: #FF6600;
		border-style:dashed;
		overflow:auto;
		margin: 0px auto;
	}

	#news_box {
		width:520px;
		text-align:center;
		position:relative;
		border:#000000 1px;
		background-color: #FFFF66;
		border-style:dotted;
		overflow:auto;
		margin: 0px auto;
		padding:2px;
	}
	
	.floatbox{
		float: left;
		width: 155px;
	}
	
	#news_box_header {
		width:520px;
		text-align:center;
		position:relative;
		border:#000000 1px;
		background-color: #FF6600;
		border-style:dotted;
		overflow:auto;
		margin: 0px auto;
		padding:2px;
	}
	
	.image_margin {
		margin-left:100px;
	}


/* Text */
	
	.main_font {
		font-family:"Comic Sans MS", "Arial";
		font-size:12px;
	}

	.large {
		font-size:20px;
	}
	
	.medium {
		font-size:18px;
	}
	
	.small {
		font-size:10px;
	}
	
	a {
		color:#000000;
		text-decoration:underline;
	}
	
	a:hover {
		color:#000000;
		text-decoration:underline;
	}
	
	table {
		text-align:left;
	}
