body {
	background-image: url("../images/amg_footer.gif");	
	background-position: right bottom;
}

#logo {
	background-image: url("../images/amg_logo.gif");
}

#navbar {
	background-image: url("../images/amg_navbar_background.png");
	border-color: #000000;
}

#navbar a:link {
	color: #000000;
	text-decoration: none;
}

#navbar a:visited {
	color: #000000;
	text-decoration: none;
}

#navbar span {
	border-color: #ffffff;
}

#content table {
	border-color: #cbcbcb;
}

#content table .even {
	background-color: #ffffff;
}

#content table .odd {
	background-color: #f4f4f4;
}

#content table th {
	background-color: #dcdcdc;
	border-left-color: #cbcbcb;
	border-right-color: #cbcbcb;
}

#content table td {
	border-left-color: #cbcbcb;
	border-right-color: #cbcbcb;
}

.errorMsg {
	color: #ff0000;
}

.notification {
	color: #fe8000;
}

div .title {
	border-bottom-color: #cbcbcb;
}

#footer {
	color: #ffffff;	
}