@import url("global.css");

/* Home element is the WELCOME */
#MASTHEAD{
position:relative;
background:url(../images/masthead.jpg) no-repeat;
height:415px;
width:1000px;
padding-bottom:34px;
}
	#BLOG{
	height:48px;
	left:310px;
	position:absolute;
	top:370px;
	width:400px;
	}
	#BLOG a{
	background:url(../images/btnBlog.jpg) no-repeat;
	display:block;
	height:48px;
	width:400px;
	}
	#TEST{
	position:absolute;
	left:742px;
	top:287px;
	background:url(../images/test_quote.jpg) no-repeat;
	width:240px;
	height:128px;
	}
	#NAV{
	position:absolute;
	left:18px;
	top:177px;
	background:url(../images/bg_nav.jpg) no-repeat;
	width:264px;
	height:238px;
	margin:0;
	padding:0;
	}
		#NAV p{					/*format the navigation font and styles*/
		color:#fff;
		margin:20px 30px;
		margin-bottom:0;
		text-align:right;
		text-transform:uppercase;
		font-size:110%;
		line-height:160%
		}
		#NAV a{
		color:#fff;
		text-decoration:none;
		}
		#NAV a:hover{
		text-decoration:underline;
		}
	#WELCOME{
	float:left;
	top:0;
	left:0;
	width:456px;
	}
		#WELCOME p {
		margin:10px 30px;
		line-height:120%;
		font-size:100%;
		}
		#WELCOME h1 {
		margin:20px 30px;
		line-height:125%;
		font-size:150%;
		color:#907843;
		text-transform:uppercase;
		font-weight:normal;
		}
		#WELCOME h2 {
		margin:20px 30px;
		line-height:125%;
		font-size:130%;
		color:#907843;
		text-transform:uppercase;
		font-weight:normal;
		}
		#WELCOME img.doc {
		float:right;
		margin:0 0 10px 20px;
		}
		#WELCOME img.logo {
		margin:10px 30px;
		}
		#WELCOME img.padme {
		margin:0 30px;
		}
#lightbox {
text-align:center;
}
#lightbox img{
margin:0 3px;
}
