/* CSS Document */

* {
margin: 0;
padding: 0;
}
/* body styling for entire site */

body {
	background-image:url(../media/background_tile.gif);
	background-repeat:repeat;
	background-color: #8DB3D4;
	margin:30px;
	}
#containter {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
#top_curve {
	width:760px;
	height:25px;
	background-image:url(../media/rtws_home_1.gif);
	padding:0;
	margin:0;
}

#nav {
	background-color:#CDD921;
	margin:0;
	padding: 0 0 0 40px;
	height: 26px;
	width:720px;
	overflow: hidden;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:14px;
}
#nav a {
	float:left;
	padding:8px 6px 7px 6px;
	overflow: hidden;
	text-decoration:none;
	color:#393C79;
}
#nav a:hover, #nav a:active, #nav a.selected  {
	background-color:#A7C826;
	color:#FFF;
}
#header{
	height:171px;
	background-image:url(../media/rtws_home_3.gif);
}
#bulletinboard{
	margin-top: -1px;
	margin-left:306px;
	padding-top:0px;
	width:375px;
	overflow:hidden;
	text-align:right;
	padding-bottom:1px;
	margin-bottom:1px;
	line-height:14px;
}
.bulletin_title {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#DAECF9;
}
.bulletin_link a{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#DDDDDD;
	font-weight:bold;
	text-decoration:none;
}
.bulletin_link a:hover{
	color:#FFFFFF;
}
.bulletin_text {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#DDDDDD;
}
#main {
	width:760px;
	height:740px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../media/rtws_home_4.gif);
	background-repeat:no-repeat;
	margin-top:0;
	padding:0;
}
#main p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:15px;
	margin-bottom:1px;
}
#main a{
	color:#E66B16;
	font-weight:bold;
	text-decoration:none;
}
#main a:hover{
	color:#000;
	text-decoration:none;
}
#left_column {
	width:290px;
	float:left;
	margin:0 0px 10px 15px;
	padding:15px;
}
#left_column h2{
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	margin:0 0 10px 0;
}
#left_column h2.red{
	color:#DE220D;
}
#left_column h2.gold{
	color:#E8AB03;
}
#left_column h2.green{
	color:#819B1E;
}
#left_column h2.navy{
	color:#393C79;
}
#right_column {
	float:right;
	margin:0 15px 0 10px;
	width: 310px;
	padding:15px;
	text-align:left;
}
#footer_nav{
	margin:0;
	padding:0;
	height:36px;
	list-style:none;
	display:inline;
	overflow:hidden;
}
#footer_nav li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#footer_nav a {
	margin: 0;
	float:left;
	padding:36px 0 0px 0;
	overflow:hidden;
	height: 46px !important;
	height /**/:46px; /* for IE5/Win only */
}
#built_by_biscuit a {
	margin-top: 3px;
	padding-right: 10px;
	text-indent: -5000px;
	width:325px;
	background: url(../media/built_by_biscuit.gif) no-repeat;
}
#eu_link a {
	margin:5px 0 0 0;
	padding-right: 10px;
	text-indent: -5000px;
	width:156px;
	background: url(../media/eu.gif) no-repeat;
}
#south_lanarkshire a {
	margin:4px 0 0 0;
	padding-right: 10px;
	text-indent: -5000px;
	width:66px;
	background: url(../media/south_lanarkshire.gif) no-repeat;
}
#scottish_enterprise a {
	margin: 4px 0 0 0;
	padding: 0;
	text-indent: -5000px;
	width:120px;
	background: url(../media/scottish_enterprise.gif) no-repeat;
}
#footer {
	width:760px;
	height:76px;
	padding:10px 0px 0 20px;
	margin-top:-100px;
}