/* CSS Document */

* { margin: 0; padding: 0;}

body {
	position: relative;
	background: url(http://www.freemason.org/images/bg.gif); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

p {
	margin: 0 0 8px 0;
}

#container {
	position: relative; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	width: 921px;
	background: url(http://www.freemason.org/images/container_bg.gif) repeat-y top left;
}
#containerlandscape {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	width: 1500px;
	background: url(http://www.freemason.org/images/container_landscape_bg.gif) repeat-y top left;
}
#calendarContainer {
	margin: 16px;
	background: url(http://www.freemason.org/images/logo.gif) no-repeat;
	
}
#topBanner {
	position: relative; 
	margin: 0 0 0 23px;
	width: 876px;
	height: 99px;
}

#logoTagline {
	height: 56px;
	margin: 0 0 10px 0;
}

#logo {
	margin: 9px 0 0 7px;

}

#tagline {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px;
	color: #231F20;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px 0;
}

#tagline .bigRed {
	font-size: 30px;
	color: #8F0024;
}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
}

.copyRight {
	font-weight: normal;
}

#footer a {
	color: #6C6D69;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#joinNow a {
	color: #8F0024;
	text-decoration:underline;
}

#joinNow a:hover {
	color: #8F0024;
	text-decoration:none;
}
