/* CSS Document */

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	}

/*Menu Setup..  Dont Touch*/
#Menu { position: relative }

#MenuUp {
    position: absolute;
    left: 0;            
    top: 0;              
}

#MenuOver {
    position: absolute;
    left: 0;
    top: 0;
	visibility:hidden;
}


/*Main Body of Page*/
#MainBody {
	background:url(images/body_bg.jpg);
	width:816;
	padding:20px 30px 20px 30px;
}

#MainBody .title{
	font-family:"Garamond";
	font-size:27px;
	color:#8f8d90;
}

#MainBody p.bodytxt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	}
