/* FALKIRK TOURISM 2007 */
* {
	margin:0;
	padding:0;
	}

/* ROUNDED CORNER STYLES */
/* RIGHTCOLUMN CORNERS */
.boxtop_right {
	width:644px;
	height:32px;
	background:url(../media/rnd_corners/right_column_top.gif) top center no-repeat;
	}
.boxbody_right {
	width:644px;
	background:url(../media/rnd_corners/right_column_body.gif) top center repeat-y;
	padding-bottom:10px;
	float:left;
	overflow:auto;
	height:100%;
	}	
.boxbottom_right {
	width:644px;
	height:32px;
	float:left;
	background:url(../media/rnd_corners/right_column_bottom.gif) top center no-repeat;
	}	
/* LEFTCOLUMN CORNERS */	
.boxtop_left {
	width:200px;
	height:32px;
	background:url(../media/rnd_corners/left_column_top.gif) top center no-repeat;
	}
.boxbody_left {
	width:200px;
	background:url(../media/rnd_corners/left_column_body.gif) top center repeat-y;
	}	
html > body .boxbody_left {
	padding-bottom:30px;
	}	
.boxbottom_left {
	width:200px;
	height:32px;
	background:url(../media/rnd_corners/left_column_bottom.gif) top center no-repeat;
	}
/* HOMECOLUMN CORNERS */	
.home_container {
	padding-top:19px;
	padding-left:28px;
	}				
.boxtop_home {
	width:378px;
	height:32px;
	background:url(../media/rnd_corners/home_column_top.gif) top center no-repeat;
	}
.boxbody_home {
	width:378px;
	background:url(../media/rnd_corners/home_column_body.gif) top center repeat-y;
	padding-bottom:10px;
	}	
.boxbody_home img {
	float:left;
	margin:0 5px 4px 20px;
	}	
.boxbody_home p {
	margin-right:20px;
	margin-left:20px;
	}	
html >body .boxbody_home {
	padding-bottom:20px;
	}	
.boxbottom_home {
	width:378px;
	height:32px;
	background:url(../media/rnd_corners/home_column_bottom.gif) top center no-repeat;
	}	
/* ONE COLUMN CORNERS */				
.boxtop_main {
	width:828px;
	background:url(../media/rnd_corners/main_column_top.gif) top center no-repeat;
	height:32px;
	}
.boxbody_main {
	width:828px;
	background:url(../media/rnd_corners/main_column_body.gif) top center repeat-y;
	float:left;
	overflow:auto;
	height:100%;
	}	
.boxbottom_main {
	float:left;
	width:828px;
	background:url(../media/rnd_corners/main_column_bottom.gif) top center no-repeat;
	height:32px;
	}	
/* CALL 2 ACTION CORNERS */
.call_list dt {
	background:url(../media/rnd_corners/list_top.gif) top center no-repeat;
	}
.call_list2 dt {
	background:url(../media/rnd_corners/list_top.gif) top center no-repeat;
	}	
	
html >body .list_bottom {
	margin-top:8px;
	}	