/**
 * Main CSS File for Afro Cafe static site
 */

body {
	background-color: #000000;
}

.top_header_filler { 
	background-image: url(../images/top-filler.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
	height: 267px;
	width: 50%;
	overflow:auto;
}

.thumb
{
	border:none;
}

.centretxt
{
	text-align:center;
}

.centrepic
{
	padding-left: 40%;
}

.top_header { 
	/**background-image: url(../images/header-home.jpg);
	background-repeat: no-repeat;*/
	background-color: #000000;
	width: 950px;
	height: 267px;
	align:left;
}

.header_line {
	height: 1px;
	background-color: #000000;
}

.content {
	text-align: center;
	width: 100%;
}

.content_table {
	width: 100%;
	border-collapse: collapse;
}

.content_body_side {
	background-image: url(../images/side-filler.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	height: 100%;
	vertical-align: top;
}

.content_body_side_right {
	background-image: url(../images/side-filler-right.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	height: 100%;
	vertical-align: top;
	background-position: top right;
}


.content_body_main {
	background-color: #000000;
	vertical-align: top;
	padding-left: 34px;
}

.contentBody
{
	width: 34px;
	background-color: #000000;
}

.content_background_main {
	
	background-image: url(../images/site-background.jpg);
	background-repeat: repeat;
	width: 850px;
}

.content_area {
	padding-left: 104px;
}

.content_background_bottom {
	background-image:url(../images/background-edge-top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	z-index: 1;
	background-position: bottom;
}

body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

.main_content {
	width: 100%;
}

.side_filler {
	background-image: url(../images/side-filler.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	width: 50px;
}

.menu-background {
	width: 100px;
	background-color: #D0CDBA;
	padding-left: 20px;
	padding-top: 10px;
}

.menu-header {
	width: 100px;
	height: 30px;
	background-image: url(../images/menu-header-background.jpg);
	background-repeat: repeat-x;
	color: #e2e4e0;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
} 

.menu-header-right {
	width: 100px;
	height: 30px;
	background-image: url(../images/menu-header-background.jpg);
	background-repeat: repeat-x;
	color: #e2e4e0;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
} 

.menu-background-right {
	width: 100px;
	background-color: #D0CDBA;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-footer-background-right {
	float: left;
	width: 90px;
	height: 9px;
	background-color: #D0CDBA;
}

.menu-footer-background {
	float: left;
	width: 100px;
	height: 9px;
	background-color: #D0CDBA;
}

.menu-footer-left {
	behavior: url(../css/iepngfix.htc);
	background-image: url(../images/menu-footer-left.png);
	float: left;
	height: 9px;
	width: 10px;
}

.menu-footer-right {
	behavior: url(../css/iepngfix.htc);
	background-image: url(../images/menu-footer-right.png);
	float: right;
	height: 9px;
	width: 10px;
}

.menu_item {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #4D4948;
}

.menu_item_selected {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #4D4948;
	font-weight: bold;
}	

.content-header-right {
	behavior: url(../css/iepngfix.htc);
	background-image: url(../images/menu-header-right.png);
	background-repeat: no-repeat;
	float: right;
	height: 9px;
	width: 10px;
}

.content-header-left {
	behavior: url(../css/iepngfix.htc);
	background-image: url(../images/menu-header-left.png);
	background-repeat: no-repeat;
	float: left;
	height: 9px;
	width: 10px;
}

.content-header-background {
	width: 96%;
	background-color: #D0CDBA;
}

.content_text {
	padding: 20px 12px 12px 12px;
	background-color: #D0CDBA;
	color: #4D4948;
	font-family: Verdana;
	font-size: 12px;
}

.standard_text {
	background-color: #D0CDBA;
	color: #4D4948;
	font-family: Verdana;
	font-size: 12px;
}
.footerImage
{
	position:relative;
}

.footerLogo
{
 width:850px;
 background-image: url(../images/ACfooter.jpg);
}

.copyright 
{
	width:850px;
	padding-left:35px;
	font-family: Verdana;
	font-size: 8px;
	background-color: #000000;
	color: #FFFFFF;
}
