body {
	margin-top: -15px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	margin: 0;
}

a {
	color: #2e8b57;
}

a:hover,  .arc a:hover {
	color: #bdae5a;
	text-decoration: none;
}

th {
	font-family: 'Comic Sans', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}

td {
	font-size: 12px;
	text-align: left;
	text-indent: 0px
}

/* Heading */

#heading {
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 740px;
	height: 225px;
}

/* Logo */

#logo {	
	margin-right: -25px;
	padding: 0 15px 0 15px;
	width: 255px;
	float: right;
}

#logo h1 {
	margin-top: 90px;
	font-size: 70px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -3px;
}

#logo h2 {
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
	color: #888888;
}

#logo a {
	color: #2E8B57;
	text-decoration: none;
}


/* Menu */

#menu {
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 23px 0;
	height: 55px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-top: 12px;
	width: 118px;
	height: 43px;
	float: left;
	font-size: 26px;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	border: 1px solid #ffffea;
	display: block;
	background: #E4E9C5 url(images/menu.gif) no-repeat;
}

#menu a:hover {
	color: #ffffff;
	background: #666600 url(images/menuhover.gif) no-repeat; 
}

/* Page */

#page {
	margin: 0 auto;
	width: 740px;
}

/* Content */

.content {
	margin-right: -25px;
	padding-bottom: 10px;
	width: 550px;
	float: right;
}

.content h2{
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	letter-spacing: -1px;
	color: #888888;
}


.content .text {
	padding: 0 20px;
	text-align: justify;
	line-height: 120%;
}

i 	{
	font-family: 'Comic Sans', Arial, Helvetica, sans-serif;
	font-size: 17px;
	
}

.picright {	
	padding: 5px;
	float: right;
}
.picleft {
	padding: 5px;
	float: left;
}
.video {
	text-align: right;
	
}

/* Submenus */

.info, .arc {
	margin-bottom: 15px; 
	width: 200px;
	float: left;
}

.info h2, .arc h2  {
	margin: 0 0 3px 0;
	height: 30px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: -2px;
	color: #FFFFFF;
	background: #A5BA42 url(images/submenu.gif) no-repeat;
}

.info ul, .arc ul {
	margin: 0;
	padding: 0;
	text-align: center;	
	list-style: none;
	background: #E4E9C5 url(images/sublink.gif) no-repeat left bottom;
}

.info li {
	display: inline;
	font-size: 14px;
	
}

.info a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border-bottom: 3px solid #FFFFea;
}

.info a:hover {
	color: #FFFFFF;
	background: #666600;
}


.arc li {
	padding: 5px;
	font-size: 14px;
	border-bottom: 3px solid #FFFFea;
}

.arc a {
	text-decoration: none;
}

/* Footer */

#footer {
	margin: 0;
	width: 750px;
	height: 60px;
	clear: both;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background:url(images/footer.gif) no-repeat;
}

#footer p {	
	padding: 15px 188px;
	text-align: center;
	
}



