@charset "utf-8";
body {
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1280px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container {
	width: 1280px;
	text-align: left;
	background-image: url(../Images/bg_alanon.jpg);
}
.oneColFixCtrHdr #header {
	width: 1280px;
	height: 140px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(Images/BG_Alateen.jpg);
	margin-left: 0px;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent blockquote a {
	font-family: Verdana, Geneva, sans-serif;
}

