html {
	background: #003300 url(images/amaco-bg.gif) repeat-x top;
	font: 62.5% normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;

}

body {
/*	background: #fff url(images/amaco-bg.gif) repeat-x top;*/

	font-size: 1.2em;
	color: #555;
	width: 960px;
/*	background: url(images/background.gif) top left repeat-y;*/
	margin: 0 auto;
	line-height: 170%;
}

/**************************
 HEADER
***************************/

#header {
	position: relative;
	padding: 0 1.5em 0 0;
	margin: 0;
	border: 0;
	background: #003300 url(images/amaco-bg.gif) repeat-x top;
/*	background: #fff;*/
}

	#header h1 {
		background: url(images/amaco-logo.gif) top left no-repeat;
		overflow: hidden;
		text-indent: -999em;
		width: 148px;
		height: 113px;
	}

	#header .search {
		position: absolute;
		color: #fff;
		top: 1.2em;
		right: 265px;
	}
	
	#header .newbox {
		position: absolute;
		color: #fff;
		width: 210px;
		padding: 5px 10px;
		background: #003300;
		height: 80px;
		top: 1.2em;
		right: 1.5em;
	}

#header .newbox table {
	width: 210px;
}
#header .newbox h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 0 0 5px 0px;
}

#header .newbox .avatard, #header .newbox .info {
	float: left;
}
#header .newbox .gallerypic img {
	width: 50px;
}
#header .newbox .avatard {
	line-height: 1em;
	margin-right: 10px;
}
#header .newbox .avatard {
	width: 50px;

}
#header .newbox .info {
	width: 130px;
	line-height: 1.2em;

}
#header a, #header a:visited {
	color: #BEBCED;
}


#header a, #header a:visited {
	color: #BEBCED;
}


/**************************
 FOOTER
***************************/

#footer {
	clear: both;
	background: url(images/amaco-grey.gif) top repeat-x;
	text-align: center;
	padding: 3em 2em 2em 2em;
}

	#footer p {
		margin: 0;
		color: #CCCCCC;
	}

	#footer code {
		font-size: 1.1em;
		color: #ccc;
	}

#footer a, #footer a:visited {
	color: #BEBCED;
}
