html {
	background: #fff url(images/main-bgN.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
***************************/
#newHeader {
	width: 980px;
	height: 124px;
	position: relative;
	overflow: hidden;
}
#newLoginArea {
	position: absolute;
	right: 20px;
	top: 0px;
}
#newLoginArea p {
	margin: 0;
	padding: 0;
}
#newHeader .logo {
	width: 980px;
}
#topNav {
	width: 980px;
	height: 34px;
	background: url(images/new-nav.jpg) repeat-y;
}
#topNav a {
	color: #000;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#topNav table td {
	vertical-align: top;
}
#topNav table {
	margin: -5px 0 0 30px;
}
#topNav a:hover {
	color: #333333;
}

#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;
	margin: 0 0 0 10px;
}

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

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

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

