@charset "UTF-8";
body  {
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	background: #060042 url(images/background-b.gif) repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	vertical-align: top;
}
p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	text-align:justify;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}



#nav {
	width: 450px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	overflow: hidden;
}
#nav a:link, #nav img { border: 0px; }



.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 50px 0px;
	vertical-align: top;
	overflow: hidden;
} 

.twoColFixRtHdr #mainContent {
	background: url(images/logo.gif) no-repeat 0px 40px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 160px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 450px;
	
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
	vertical-align: top;

}

.sidebar-home { background: url(images/ribbon-welcome.gif) no-repeat 0px 108px; margin: 0px; padding: 0px;}
.sidebar-give { background: url(images/ribbon-give.gif) no-repeat 0px 108px; margin: 0px; padding: 0px; }
.sidebar-live { background: url(images/ribbon-live.gif) no-repeat 0px 108px; margin: 0px; padding: 0px; }
.sidebar-eat { background: url(images/ribbon-eat.gif) no-repeat 0px 108px; margin: 0px; padding: 0px; }
.sidebar-shop { background: url(images/ribbon-shop.gif) no-repeat 0px 108px; margin: 0px; padding: 0px; }



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.eat-adjust { padding: 8px 0px; }
.eat-adjust p { padding: 0px 0px 4px 0px; }

.give-adjust { padding: 8px 0px; }
.give-adjust p { padding: 0px 0px 6px 0px; }

.live-adjust { padding: 10px 0px; }
.live-adjust p { padding: 0px 0px 11px 0px; }

.home-adjust p { line-height: 16px; padding: 0px 0px 18px 0px; margin: 0px; }


#address-container {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 320px;
}
#address {
	width: 220px;
	padding-top: 20px;
	float: right;

}
#address p {
	text-align: center;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;

}
#address a:link, #address a:visited {
	color: #FFF;
	text-decoration: underline;
}
#address a:hover {
	color: #FFF;
	text-decoration: none;
}



