@charset "utf-8";
/* CSS Document */

/* Style Sheet for "March of the Living" website */

* {
	margin:0;
	padding:0;
}

/* Backgrounds */
	
html, body {
	text-align:center;
	height:100%;
	min-height: 768px;
}

#header {
	background:url(Images/sideExt.png) bottom repeat-x;
	height:85px;
	width:50%;
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
}

#footer {
	height:85px;
	min-width:1024px;
	width:100%;
	background:url(Images/sideExt.png) repeat-x;
}

#shoe {
	height:85px;
	width:1024px;
	margin:0 auto 0 auto;
}

#push {
	height: 85px; /* .push must be the same height as #footer */
}

#body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px; /* the bottom margin is the negative value of the footer's height */
	background:url(Images/mainBarHorizontalExtension.png) left repeat-y;
	text-align:left;
	width:1024px;
}

#logoface {
	background:url(Images/mainBar.png) right top no-repeat;
	float:left;
	height:300px;
	width:250px;
}

#container {
	width:1024px;
}

#inheader {
	background:url(Images/sideExt.png) bottom repeat-x;
	height:85px;
	width:774px; /* 1024-250 */
	float:right;
}

#content {
	width:564px; /* 774 - 200 -10 */
	min-height:598px;
	float:right;
	clip:inherit;
	margin:30px 40px 30px 0;
}

#contentform {
	width:574px; /* 774 - 200 */
	min-height:300px;
	float:right;
	clip:inherit;
	margin:30px 30px 30px 0;
	overflow:hidden;
}

/* Buttons */

ul {
	margin:0;
	padding:0;
} 

ul.buttons {
	width:176px;
	margin:40px 0px 0px 26px;
	list-style:none;
	float:left;
	padding-bottom:30px;	/* Height of the footer */
}

ul.buttons li a {
	height:40px;
	width:116px;
	background:url(Images/button.png) no-repeat;
	padding:10px 0px 10px 0px;
	float:left;
	color:#FFFFFF;
	text-align:center;
	font:normal 15px/20px "Biondi", Biondi;
	text-decoration:none;
}

ul.buttons li a:hover {
	background:url(Images/buttonhover.png) no-repeat;
	color:#AECBFF;
}

.no {
	height:40px;
	width:40px;
	padding:10px 0px 10px 0px;
	float:right;
}

.yes {
	height:40px;
	width:40px;
	padding:10px 0px 10px 0px;
	float:right;
	background:url(Images/here.png) no-repeat;
}

/* Pictures */

#picturebar {
	height:530px; /* 500 + (whatever's missing to 1024 => 1024-500-115-125=284) = 784px*/
	width:170px;
	float:right;
	background:url(Images/break.png) top no-repeat;
	margin-top:-3px;
}

#piccontainer {
	height:500px;
	width:164px;
	margin-left:3px;
	overflow:hidden;
}

.preload {
	display:none;
}

/* Text */
p {
	text-align:justify;
	font-family: Calibri;
}

h1 {
	color:#FFFFFF;
	font:normal 15px/18px "Biondi", Biondi;
	position:relative;
	text-align:center;
	right:385px;
	top:18px;
}

h3 {
	font-family: Calibri;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

h4 {
	color:#AECBFF;
	text-align:center;
	font:normal 30px/30px "Trajan Pro", Trajan Pro;
	margin:-20px 0 0 0;
}

h5 {
	color:#AECDFF;
	font:normal 25px/35px "Biondi", Biondi;
	position:relative;
	text-align:left;
	top:20px;
}

h6 {
	color:#AECDFF;
	font:normal 20px/20px "Biondi", Biondi;
	position:relative;
	text-align:center;
	top:20px;
}

h1 a, h1 a:visited, h1 a:active {
	text-decoration:none;
	color:#FFFFFF;
}

h1 a:hover{
	text-decoration:underline;
}

p.unli {
	color:#000000;
}

p.unli a, p.unli a:visited, p.unli a:active {
	text-decoration:none;
	color:#000000;
}

p.unli a:hover {
	text-decoration:underline;
	color:#000000;
}

/*Notes:

.for classes
#for id's
order: top right bottom left

*/
