
/*------------------------------------------------------------------------------
META GROOVE HTML PREFERENCES
------------------------------------------------------------------------------*/	

ul {								
	margin: 0 0 10px 15px;  
	padding: 0px;					
}

div#container hr {
	display: block;
	padding: 0;
	margin: 0;
	clear: both; 
	visibility: hidden;
}


/*------------------------------------------------------------------------------
SITE-WIDE HTML
------------------------------------------------------------------------------*/	

body {
	background: #F48126 url('../images/bg_repeater.jpg') repeat-x;
}


/*------------------------------------------------------------------------------
SITE-WIDE DIVS
------------------------------------------------------------------------------*/	

div#container {
	position: relative;
	width: 949px;
	height: 779px;
	margin: 0 auto;
	background: url('../images/bg_main.jpg') no-repeat;
}

div#banner {
	float: left;
	display: inline;
	width: 949px;
	height: 151px;
	margin: 30px 0 0 0;
}

div#tagline {
	float: left;
	display: inline;
	width: 582px;
	height: 27px;
	margin: 10px 0 0 15px;
}

div#footer {
	position: relative;
	width: 949px;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: left;
}


/*------------------------------------------------------------------------------
DIVS -- HOME PAGE 
------------------------------------------------------------------------------*/	

div#brochure {
	position: absolute;
	width: 160px;
	height: 210px;
	top: 317px;
	left: 48px;
	text-align: center;
	z-index: 99;
}

div#support {
	position: absolute;
	width: 150px;
	height: 151px;
	top: 549px;
	left: 41px;
	z-index: 99;
}

div#content {
	float: left;
	display: inline;
	margin: 65px 0 0 260px;
	width: 455px;
	height: 400px;
	text-align: center;
}

div#content-benefit {
	float: left;
	display: inline;
	margin: 65px 0 0 260px;
	width: 455px;
	height: 380px;
	text-align: left;
}

	div#anniversary {
		position:absolute;
		width: 460px;
		height: 122px;
		bottom: 15px;
		text-align: center;
	}

div#right_col {
	float: left;
	display: inline;
	width: 190px;
	height: 480px;
	margin: 65px 0 0 30px;
	padding: 0 0 0 0;
	text-align: center;
}

.small_container {
	float: left;
	display: inline;
	width: 190px;
	text-align: center;
}


/*------------------------------------------------------------------------------
CLASSES -- SPACING, MARGINS AND PADDING -- oh my
------------------------------------------------------------------------------*/	

.margin {
	margin-top: 45px;
}

.margin30 {
	margin-top: 30px;
}

.margin45 {
	margin-top: 45px;
}

.margin100 {
	margin: 95px 0 0 13px;
}









