/* No Comment */

/* The Style Sheet */

body {	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: url('bg.png') repeat;
	margin: 40px auto;
	}

/* The div Section */

#main {
	background-color: #FFFFFF;
	margin: auto;
	padding: 10px;
	width: 750px;
	border: 2px solid #7A9641;
	font-size: 1.2em;
	text-align: center;
	margin: auto;
	}

#header {
	background: url('st.png') no-repeat left;
	height: 120px;
	color: #7A9641;
	}
#content {
	height: 370px;
	}

#footer {
	height: 30px;
	}

/* End div Section */
/* The tag Section */

	/* Image Border */
img {
	border:0px;
	}

	/* Headings */
h1 {	font-weight: bold;
	font-size: 4em;	}

	/* Links */a {
	color: #7A9641;
	text-decoration: underline;
	}

a:hover {
	color: #7A9641;
	text-decoration: underline;
	}

a:visited {
	color: #7A9641;
	text-decoration: underline;
	}

/* End tag Section */

/* End all */