body{
margin:0;
padding:0;
background-image: url('assets/images/background.gif');
background-repeat: repeat-y;
font-family: verdana, helvetica, sans serif;
font-size: x-small;
}

#flashlogo{
position: relative;
top: 20px;
left:20px;
height: 141px;
width: 189px;
}
#strapline{
position:absolute;
top: 40px;
left:250px;
font-size:x-small;
font-weight: normal;
color: gray;
letter-spacing: 4px;
}
#footer{
color:#ccc;
margin-top: 20px;
margin-bottom:20px;
text-align: center;
}

h1{
color: #444;
font-size: small;
font-weight:bold;

}

/*Columns*/
#left{
	position: absolute;
	left: 20px;
	top: 182px;
	width: 220px;
	z-index: 1;
}
#centre{
	margin-top: 34px;
	margin-left: 250px;
	margin-right: 240px;
	text-align: justify;
	color: #444444;
}

#right{
	position: absolute;
	right: 20px;
	top: 188px;
	width: 175px;
	z-index: 2;
}
#bodytext{
	position: relative;
	top: -28px;

}

/*smaller links*/
a.smaller:link{
color: #444;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}
a.smaller:visited{
color: #444;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}
a.smaller:hover{
color: #444;
text-decoration: underline;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}
a.smaller:active{
color:#444;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}
/*links*/
a:link{
color: #444;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}
a:visited{
color: #444;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}
a:hover{
color: #444;
text-decoration: underline;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}
a:active{
color:#444;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: bold;
}

a.grey:link{
color: #ccc;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: normal;
}
a.grey:visited{
color: #ccc;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: normal;
}
a.grey:hover{
color: #ccc;
text-decoration: underline;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: normal;
}
a.grey:active{
color:#ccc;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: xx-small;
font-weight: normal;
}

/*menu  */
#menudiv{
position: relative;
left: 50px;
text-align: right;
width: 140px;
}

/*Lists*/
ul{
list-style: square;
margin-left:16px;
padding-left:0px;
}

ul.nobullet{
list-style:none;
margin:0;
padding-left:20px;
}
ul.nobullet li{
padding-top: 5px;
}
.imageholder{
position: relative;
left: 250px;
}
p.close{
padding:4px;
margin:0;

}