@import url('_layout.css');
@import url('_fonts.css');

body {
	margin: 64px 0;
    color: #000;
    background: #A8A266 url(../images/global/body.gif) repeat;
    text-align: center;
}

#homepageHeader {
    position: relative;
    height: 54px; width: 949px;
    background-image: url(../images/homepage/header.gif);
	background-repeat: no-repeat;
}

#pagelogo {
height:78px;
left:52px;
position:absolute;
top:0pt;
width:248px;
}

/*#layTopNav {
    position: absolute;
    left: 75px;
    top: 22px;
    width: 600px;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}*/

/* home */

#homepageLogo {
    position: absolute;
	width: 525px; height: 145px;
    top: 132px; left: 45px;

}

#homepageCopy {
    margin: 212px 0 20px 0;
    padding: 13px 375px 5px 26px;
    background: url(../images/global/tint.gif) repeat-y;
    font-size: 12px;
    line-height: 20px;
}

	#homepageCopy h3 {
		text-align: center;
	}
	
	#homepageCopy p {
		text-align: center; color:#333333;
	}

#homepageFollow {
    width: 300px;
    height: 40px;
	padding: 0px 0px 20px 136px; 
}

