@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	/*Font: 0.75em/1.5 'Lucida Grande', sans-serif; line-height:15px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	
	color:#666666;
}

html, body {
	height:100%;
}
a:link:{background:none; text-decoration:none;}
a:hover: {background:none; text-decoration:underline;}
a:active{background:none;}
a:visited{background:none;}

#centre-right a:link {
	color: #000000;
	text-decoration: none;
	background-color:#FFFF00;
}
#centre-right a:visited {
	
	color: #000000;
	background-color:#FFFF00;
}
#centre-right a:hover {
	text-decoration: underline;
	color: #333333;
	text-decoration: underline;
	
}
#centre-right a:active {
	text-decoration: none;
	color: #44C3F3;
	background-color:#FFFF00;
}

h2{
	/*letter-spacing:-1px;*/
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	font-weight:100;
	font-size:24px;
	margin-left:-2px;
}

#overall_wrapper{
	width:737px; 
	height:100%; 
	margin:0px auto;
}

#main_top{
	width:737px; 
	background-image:url(../images/top-main.png); 
	background-repeat:no-repeat; 
	height:198px;
}

#menu_wrapper{
	width:737px;
}

#left_bar{
width:28px; 
	height:100%; 
	background-image:url(../images/bg_left-strip.png); 
	background-repeat:repeat-y; 
	float:left;
}

#centre{
	background-image:url(../images/bg-centre.png);
	height:auto; 
	width:737px; 
	float:left;
}

#centre-left{
	width:168px;
	height:100%; 
	float:left;
	margin-left:56px;
	margin-top:28px;
	margin-bottom:28px;
	/*background-image:url(../images/bg-grey.gif);*/
}

#centre-right{
	width:428px;	
	height:auto;
	float:left;
	margin-left:28px;
	margin-top:28px;
	margin-bottom:28px;
	
}

#dots{
	margin-top: 14px;
	width:70px;
	height:14px;
	background-image:url(../images/arrows-dots.gif);
	float:left;
}

#centre-right .blog{
	margin-top: 14px;
	float:left;
	width: 334px;
	margin-left:14px;
	
}

.header-text{
}

#right_bar{
	width:28px; 
	height:100%; 
	background-image:url(../images/bg_right-strip.png); 
	background-repeat:repeat-y; 
	float:left;
}

#footer{
	width:737px;
	height:257px;
	background-image:url(../images/footer.png);
	float:left;
}
#twitter_div{
	color: #FFFFFF;
	background-image:url(../images/twitter-bg.jpg);
	background-repeat:none;
	height:394px;
	width:168;
	margin-top:-10px;
}
#twitter_div ul{
list-style:none;
margin-left:-28px;
margin-right:7px;	
margin-top:56px;
}
#twitter_div h2{
font-size:12px;	
}

#green-footer{
height:100px;
width:100%;
position:static;
bottom:400px;
background-color:#006600;
}