/* css for wickstead front page */

body {
background: #003300;	
margin:	0px;
padding-left:	50%;
font-size			:	12px;
font-family			: 	verdana, sans;
}

hr {

width: 200px;
color: white;
height: 1px;
}

#frame	{
margin-top			:	20px;
width				:	700px;
margin-left			:	-350px;

text-align: center;
}

#splash {
border: 1px solid white;
}
	
#buttons	{
margin-top: 5px;
text-align			:	center;
width				:	700px;
height				:	100px;
}
	
/* -- buttons table  START -- */

#buttons td {

text-align:	center;
font-weight: bold;
font-size: 90%;
color: black;
line-height: 120%;
}

#buttons img {
border: 1px solid black;
margin:	2px;
}
	
#buttons tr td a	{
display: block;
background-color: #963;
border:	0px;
text-decoration: none;
}

#buttons tr td a:link, a:visited	{
color: white;
}

	
#buttons tr td a:hover, a:active	{
color: #FF9;
}
		
#address {
font-size: 85%;
color: #FF9;
}

#address strong {
font-weight: bold;
color: white;
}
	
.logo	{
margin-top:	10px;
text-align:	center;
border: none;
}