/* CSS Document */
body {
	background: #003300;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	color: #5c2615;
	font-weight:bold;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight:bold;
	color:#0b4f0b;
	}
h2 {
	font-size: 16px;
	font-weight:bold;
	color:#5c2615;
	}
h3	{
	font-size: 14px;
	font-weight:bold;
	color:#003300;
	}
i {
	display: none;
}
a#logo {
	position: absolute;
	display: block;
	width: 106px;
	height: 148px;
	top: 8px;
	left: 2px;
}
#alpha {
	position:relative;
	margin: 0 auto;
	width: 780px;
	background: #FFF;
}
#beta {
	min-height: 400px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul a {
	display: block;
	width: 145px;
	height: 29px;
	background: url(pix/bn0ff.gif) no-repeat;
	color: #663300;
	font-weight:bold;
	font-size:14px;
	padding:20px 0 0 25px;
}
#nav ul a:hover {
	background: url(pix/bnOn.png) no-repeat;
}
#edit a:link {
	color: #003300;
	font-size: 11px;
}
#edit a:visited {color:#003300;
	}
#edit a:hover {color: #FF6600;}
#footer a{
	color:#FFF;
	}

#footerLinks a{
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}
#footerLinks a:hover{
	color:#003300;
	}
	
#footerLinks {
	left:0;padding-top:10px;
	clear:both;
	width:778px;
	height: 24px;
	background: url(pix/bottom_bg.gif) no-repeat;
}

#header {
	height: 161px;
	background: url(pix/header.jpg) no-repeat;
}
#left {
	float:left;
	width: 170px;
}
#column {
	width: 170px;
}
#pagetext img {
	background: #000;
	border: 8px solid #f7f3e8;
	padding: 1px;
}
#pagetext {
	margin: 0 30px 10px 200px;
	color:#003300;
	padding:20px;
	background:#f7f3e8;
	text-align: justify;
    font-size: 13px;
}
/*#pagetext img{
	padding:8px;
}*/
