@charset "utf-8";

body {
	margin-right:auto;
	margin-top: auto;	
	margin-left:auto;
	text-align:center; 
	min-width: 920 px;
	clear:both;
	}

#wrapper {
	height: 795px;	
	text-align: center;
	background-image: url(Background.png);
	background-repeat: repeat-x
	}

#header {
	position:relative;
	width: 920px;
	}

#navbar {
	width: 925px;
	height: 35px;
	text-align: left;
	clear: both ;
	}

#header2 {
	clear:both;
	text-align:center;
	padding-left:1px;
	z-index: 1;
	}

#facebooklogo {
	position: absolute;
	top: 115px;
	right: 12px;
	z-index: 6;
}
	
#contentleft {
	text-align:left;
	width: 725px;
	float: left;
	}

#contentright {
	position:absolute;
	left: 700px;
	z-index:1;
	top: 215px;
	width: 156px;
	}

#contentrimage1 {
	position:absolute;
	z-index: 2;
	top:15px;
	padding-left: 14px;
	}
	
#contentrimage2 {
	position:absolute;
	z-index: 4;
	top: 220px;
	padding-left: 14px;
	}

#contentrimage3 {
	padding-left: 14px;
	}
	
#contentrimage4 {
	position:absolute;
	z-index: 5;
	bottom: 15px;
	padding-left: 30px;
	}
	
#textbox1 {
	position: relative;
	}

#textbox2  {
	position: relative;
	}

#tab1 {
	float: left;
	padding: 5px;
	padding-left: 20px;
	clear:both;
	}

#tab2 {
	float: left;
	padding: 5px;
	padding-left: 20px;
	clear:both;
	}

#tab3 {
	float: left;
	padding: 5px;
	padding-left: 20px;
	clear:both;
	}

#tab4 {
	float: left;
	padding: 5px;
	padding-left: 20px;
	clear:both;
	}

#footer {
	position: absolute;
	top: 792px;	
	width: 930px;
	clear:both;
	text-align:center;
	background-image:url(Footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	}

