
/* ---Global options ---
	-text-align: center- is set here to get 
	the page centered in IE. To get the text to the left
	for each seperate page,it is overwritten in the pages
	css file with -text-align: left-
*/
body {
	
	font-family: "Times New Roman",Charter;
	font-size: 100%;
	text-align: center;
	background: #648642;
}

/* -------------------------Page size */

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #B3DBBB;
	border-right: solid 2px;
	border-left: solid 2px;
	border-color: #85D285;
}


/* -----------------------------------Header */

#top {
	position: relative;
	margin: 0 auto;	
}


/* ----------------------------------Links */

#links {
	float: left;
	width: 120px;
	margin: 0px 0px 0px 30px;
}



/*-------------------------Main content area */
#main {
	float: right;
	width: 660;
	margin: 20px 30px 0px 0px;
	text-align: left;
}

#main-left {
	float: left;
	width: 250px;
	margin: 10px 20px 0px 50px;
}

#main-right {
	float: left;
	width: 200px;
	margin: 10px 0px 0px 0px;
}

.pic1 {
	float: right;
	margin: 20px 20px 20px 20px;
}



/* --------------------------page links*/

a {
	font-style: normal;
	font-weight: bold;		
	text-decoration: none;
	color: #8B4726;
	letter-spacing: 1px;
}

a:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #8B4726;
	letter-spacing: 1px;
}



/* --------------------------Footer */

#space {
	clear: both;
}	


.footer {font-size: 75%; }

/* -------------------------Form */

.form {
	background: #B3DBBB;
	font-size: 90%;
}

textarea: focus, input: focus {
	border: 2px solid #8B4726;
}

#thank-you {
	background: #B3DBBB;
}

#error {
	background: #FFFFFF;
}

/*------------------------End Form */

.h2 {
	font-weight: bold;
	font-size: 120%;
	color: #648642;
}
