body
{
	/*background-image: url('grid.gif');
	background-repeat: x y;*/
	background-color: #ffffcc;
	text-align: center;
	font-family: verdana;
}

p,a {
	font-size: 0.8em;
}

h3 {
	font-size: 0.9em;	
	font-weight: bold;
}

div#all
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	
	text-align: left;
	background-color: #fff;
	padding: 5 15 0 15px;	
	border: 5px solid #9595ff;

}

#top {
	position: relative;	
}

#middle {
	position: relative;
	
	background-image: url("flower.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.center {
	text-align: center;
	padding-right: 120px;	
}

/*form*/
input {
	width: 170px;
}
/*end form*/

img.brick {
	float: middle center;	
}

/*table*/
table.page {
	width: 700px;	
}

td {
	vertical-align: top;	
}

td.form {
	font-size: 0.8em;
}

td.links {
	width: 130px;	
}

td.links a {
	color: #0000ff;	
	background-image: url("blob.gif");	
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}

td.links a:hover {
	color: #ffcc00;	
	background-image: url("blob2.gif");	
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}

td.links a.current {
	color: #0000ff;	
	background-image: url("blob2.gif");	
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}

/*end table*/

#bottom {
	position: relative;
	margin-top:10px;
}