/* --------- Defaults  --------- */

body {
	background-color: #C7FFAD;
	margin: 0;
	padding: 0;
}

/*  --------- Structure 1 --------- */

#wrapper1 {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 640px;
/*background: pink;  */
	background-image: url(images/background3.jpg);
	border-top: 1px solid #002e00; /* Fire fox top of page margin fix */
}	
#banner1 {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 200px;
	left: 230px;
	top: 10px;
}
#menu1 {
	margin: 0;
	padding: 0;
	width: 150px;
	margin-left: 470px;
	margin-top: 20px;
}
#maincontent1 {
	margin: 0;
	padding: 0;
	width: 350px;
	margin-top: 20px;
	margin-left: 230px;
	background-color: #C7FFAD;
}
#sign {
	position:absolute;
	width:121px;
	height:115px;
	z-index:1;
	left: 600px;
	top: 400px;
}
#credits1 {
	position: absolute;
	width: 630px;
	height: 48px;
	z-index:1;	
	bottom: -25px;
	right: 0;
}

/*  --------- Structure 2 --------- */ 
#table {
position: relative;
}
#wrapper2 {
	position: relative;
	margin: 0 auto;
	width: 610px;
	min-height: 640px;
/*background: pink;  */
	
	background-color: #C7FFAD;
	background-repeat: no-repeat;

}	
#banner2 {
	position: relative;
	width: 220px;
	left: 20px;
	top: 10px;
}
#menu2 {
	margin-left: 40px;
	margin-top: 0;
	/*background: pink; */
}
#maincontent2 {
	background-color: #C7FFAD;
	width: 470px;
	margin-top: 40px;
	margin-left: 50px;
}
#credits2 {
	position: absolute;
	width: 610px;
	height: 35px;
	z-index:1;	
	bottom: 10px;
	right: 0;
	/*background-image: url(images/baseline1.gif); */
}
#sidebar {
	/*background-image: url(images/baseline1.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftbar {
	background-image: url(images/backgroundleft1.jpg);
	background-repeat: no-repeat;
}
#blank {
	position: absolute;
	width: 160px;
	left: 0;
	bottom: 0;
	top: 0;
	background-color: #ffffFF;
}
/* -----  Menu ----- */

#menu1 ul {
	font-family: Vogue, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 10px;
	line-height: 130%;
}
#menu1 a, #menu2 a {
	text-decoration: none;	
}
#menu1 a:hover, #menu2 a:hover{
	text-decoration: underline;	
}

#menu2 {

	font-family: Vogue, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}
#menu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	margin-left: 20px;
}
#menu2 li {
	display: inline;
	margin: 0 15px 0 0;
}


/* -----  Text ----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A6E00;	
	text-align: justify;
}
.home {
	color: #800000;
	text-decoration: underline;
}
#credits1, #credits1 a, #credits2, #credits2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #00FF00;*/
}
#credits1, #credits1 a {
	color: #00FF00;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 130%;
}
p {
	margin: 10px 0px;
}
#credits2 p {
	margin: 30px 0 0 0;
}
a {
	color: #0A6E00;			
}
a:hover {
	text-decoration: underline;	
}
/* -----  Images ----- */

#maincontent1 img, #maincontent2 img {
	border-color:  #59BD3D;
}

hr {
	color: #0A6E00;
}