/* CSS Document */

html { 
    /* force a vertical scrollbar in mozilla/netscape/firefox */
    min-height: 100%; 
    margin-bottom: 0.01em;
}

body {
	background:#000 url(../assets/vertical_slice_1.jpg) top left repeat-x;
	margin:0;
	padding:0;
	text-align:center; /* this will center wrapper in IE */
	color:#fff;
	font-family:arial, sans-seriff;
	}

#splash-wrapper{
	/*border:3px solid yellow;*/
	margin:0 auto;
	
	text-align:left;
	position:relative;
	width:700px
	}

#wrapper{
	background:transparent url(../assets/crucifix.jpg) 110% -20px no-repeat;
	/* border:1px solid yellow; */
	margin:0 auto;
	text-align:left;
	position:relative;
	width:780px
	}
	
#popup-wrapper{
     margin:10px;
     text-align:center;
	 font-size:small;
 }	

/*
#crucifix{
	position:absolute;
	top:50px;
	left:50px
	}
*/
	
#leftnav {
	/* border:1px solid red; */
	float:left;
	width:200px;
	}
	
#header {
	/* border:1px solid green; */
	height:150px;
	}

#mainContent {
	margin-left:200px;
	/* border:1px solid white; */
	width:435px;
	font-size:small;
	}

a:link, a:visited {

      color:#FFFF00;

      font-weight:bold;

      text-decoration:none;

      }

a:hover {

      color:#FFFF00;

      text-decoration:underline;

      }

#footer {
	/* border:1px solid blue; */
	float:left;
	clear:left;
	text-align:center;
	width:100%;
	font-size:small;
	}
