

html { 	
}

body {	
	margin:10px 0px; padding:0px;
}

#Document {
	width:710px; 
	padding: 5px 10px 5px 10px;
	border: 1px solid #221F13;
	/* background-color: #fffffA; */
	background-image: url(http://aporia.byu.edu/images/grad_top.jpg);
	background-repeat: repeat-x;
	z-index: 3;
}

#Document_bottom_grad {
	background-image: url(http://aporia.byu.edu/images/grad_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: -4px -9px -4px -9px;
	padding: 4px 9px 4px 9px;
	z-index: 2;
}

#Document_side_border {
	width: 736px;
	margin: 0px auto;
	
	text-align: left;
	background-image: url(http://aporia.byu.edu/images/border_shadow.gif);
	background-position: right;
	background-repeat: repeat-y;
	z-index: 1;
}	


p, a, a:visited, a:hover, li, h1, h2, h3, h4, h5, td {
	margin: 0 0 0 0; /* for IE hack */
}

#Document #site_nav {
	padding: 0 0 0 0;
}

#Document #site_nav ul { 
	background-color: #250900;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 23px;
}

#Document #site_nav ul li { 
	display: inline;
}

#Document #site_nav ul li a { 
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px; 
	float: left;
}

#Document #masthead {
	margin: 4px 0 4px 0;
	text-align: center;
	background-color: white;
	border: 1px solid #250900;
}

#Document #masthead img {
	margin: 4px 0 4px 0;
	padding: 0 0 0 0;
	border: none;
}

#Document #main {
	margin-left: 20px;
	margin-top: 10px;
}

#Document #main .text {
	margin: 5px 0px 30px 0px;
	padding: 4px 4px 4px 4px;
	border-top:1px solid #221F13;
	border-bottom:1px solid #250900;
	width: 95%;
	min-height: 400px;
/*	height: 400px;  temporary until content is added. */
}

#Document #footer table {
	width: 100%;
}

