@charset "utf-8";
/* CSS Document */

body {
	background-color: #CDC5AE;
	padding-top: 0px;
	margin-top: 0px;
}

img {
	border:none;
	}

#wrapper {
	width:1000px;
	margin: 0 auto;
	background-color: #FF3333;
	background:url(images/acga.bg.jpg);
	margin-top:0px;
	margin-bottom:0px;
	}
	
#leftcolumn {
width:215px;
float:left;
font-family:Helvetica, Arial, sans-serif;
font-size:14px;

}

#rightcolumn {
width:785px;
height:458px;
float:right;
background:url(images/rightcontent.jpg);
background-repeat:no-repeat;
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
}

#about {
	background:url(images/about.content.jpg);
	background-repeat:no-repeat;
	height:555px;
	}
	
#contact {
	}
	
#specials {
	}
	
#home {
	}
	
#repeat {
	background: url(images/about_repeat.jpg);
	background-repeat:repeat-y;
	margin-top: 0px;
	padding-top: 0px; 
	}
#footer {
	background:url(images/about_botcontent.jpg);
	height: 521px;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px; 
	}

#aboutbox {
	width: 585px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
}
#contactaddress {
	width: 585px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align: center;
	font-weight:bold;
}
#aboutbox2 {
	width: 585px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	padding-left:215px;
}
#aboutbox3 {
	width: 615px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	padding-left:200px;
}
.floatright {
	float:right;
	}
	
.floatleft {
	float:left;
	}
