body {
	background: #ffffff;	
	margin: 0px 0px;
}

* html {
	font: 14px Verdana, Arial, sans-serif;
}

table {
	margin: 0px auto;
	border-bottom: 2px solid #9dff7e;
}

.header {
	background-image: url(images/header.jpg);
	width: 700px;
	height: 166px;
	}
	
.menu {
	background-image: url(images/menubg.jpg);
	width: 700px;
	height: 25px;	
	text-align: center;	
}

.main {
	background-image: url(images/bg.jpg);
	width: 700px;
}

.content {
	width: 680px;
	margin: 5px 5px 0px 10px;	
}

.footer {
	background-image: url(images/footer.jpg);
	width: 700px;
	height: 189px;
}
 
/* Text stuff */

p {
	font: 12px/18px Verdana, Arial, sans-serif;
	text-indent: 15px;
}

h1, h2, h3 {
	font: bold 20px Verdana, Arial, sans-serif;
}

/* Link */ 
 
a {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #043105;	
	text-decoration: none;
}

a:visited {
	color: #043105;	
}

a:hover {
	color: #13BC15;	
}

a:active {
	color: #0F5810;
}
