/* CSS Document */
@import url("global.css");

#ChooseUsBox{
background:url(../images/ChooseUsBG.gif) repeat-x #472a12;
width:100%;
}
	#ChooseUs{
	margin:0 auto;
	padding:20px 10px 20px 670px;
	position:relative;
	width:320px; /* 1000px */
	}
	.ChooseHeader{
	color:#eebc94;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
		#MagCover{
		background:url(../images/MagCover_March08.jpg) no-repeat;
		height:799px;
		left:0;
		position:absolute;
		top:20px;
		width:651px;
		z-index:1;
		}
		#BackIssues{
		border:1px solid white;
		left:0;
		padding:10px 0 10px 15px;
		position:absolute;
		top:840px;
		width:629px; /* 651px */
		z-index:2;
		}
			#BackIssues li{
			list-style:none;
			float:left;
			padding:0 10px 0 0;
			}
			
#PageantsBox{
background:url(../images/PageantsBG.gif) repeat-x #bfbfbf;
width:100%;
}
	#Pageants{
	margin:0 auto;
	padding:20px 10px 20px 670px;
	width:320px;/* 1000px */
	}
	.PageantsHeader{
	color:#007fa2;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	.PageantsText{
	color:#000000;
	}
	.PageantsText a{
	color:#007fa2;
	}
	.PageantsText a:hover{
	color:#eebc94;
	}
#MeetDocBox{
background:url(../images/MeetDocBG.gif) repeat-x #a3a3a3;
width:100%;
}
	#MeetDoc{
	margin:0 auto;
	padding:20px 10px 20px 670px;
	width:320px;/* 1000px */
	}
	.MeetHeader{
	color:#FFFFFF;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
#SpacerBox{
background:url(../images/SpacerBoxBG.gif) repeat-x;
height:80px;
width:100%;
}
	#Spacer{
	background:url(../images/Spacer.gif) no-repeat;
	margin:0 auto;
	height:80px;
	width:1000px;
	}
#BottomBox{
background:#432711;
width:100%;
}
	#Bottom{
	background:url(../images/BottomBG.gif) repeat-y;
	display:table;
	margin:0 auto;
	width:1000px;
	}
		#QuickContact{
		background:url(../images/QuickContactBG.gif) repeat-x #b5b5b5;
		border-left:1px solid white;
		border-right:1px solid white;
		float:left;
		margin:0;
		padding:15px;
		width:290px; /* 320px */
		}
		#OurWork{
		background:url(../images/QuickContactBG.gif) repeat-x #b5b5b5;
		border-left:1px solid white;
		border-right:1px solid white;
		float:left;
		margin:0 0 0 12px;
		padding:15px;
		width:287px; /* 317px */
		}
		#Announcements{
		background:url(../images/QuickContactBG.gif) repeat-x #b5b5b5;
		border-left:1px solid white;
		border-right:1px solid white;
		float:left;
		margin:0 0 0 13px;
		padding:15px;
		width:291px; /* 321px */
		}

/* --- FOOTER --- */
#FooterBox{
background:#3f3f3f;
width:100%;
}
	/* --- add articles to footer section --- */
	.ArticlesBox{
	background:url(../images/ArticlesBG.gif) no-repeat #3f3f3f;
	margin:0 auto;
	padding:60px 0 0 20px;
	width:980px;
	}
	.ArticlesBox p {
	color:#333;
	font-size:14px;
	}
		p.ArticlesHeader{
		font: 18px Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-transform:uppercase;
		}
		.ArticlesHeader b{
		color:#fff;
		}
		.Articles{
		float:left;
		width:300px;
		height: 120px;
		margin-left:20px;
		}
		.ArticleLink{
		background:url(../images/ArticlesIcon.gif) no-repeat;
		display:block;
		height:30px;
		padding-left:40px;		
		}
		.ArticlesBox a{
		color:#007fa2;
		}
		.ArticlesBox a img.ReadMore{
		margin:20px 0;
		}
		
	#Footer{
	background:#3f3f3f;
	margin:0 auto;
	padding:40px 0 25px 0;
	width:1000px;
	}
	#Footer p{
	text-align:center;
	}
	#Footer a{
	color:#b1eefb;
	text-decoration:none;
	}
	#Footer a:hover{
	color:#999999;
	}

	