body {
		
	background: url("images/logo\'s/bg_fading_blue.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x; 
}
#Container {
	position:absolute;
	left:1%;
	top:2%;
	width:98%;
	height: 98%;
	z-index:1;
	overflow: none;
	visibility: visible;
}
#Container2 {
	position:relative;
	left:1%;
	top:2%;
	width:98%;
	height: 96%;
	z-index:1;
	overflow: none;
	visibility: visible;
}
#Navigation {
	position:absolute;
	left:0%;
	top:0px;
	width:20%;
	height: 96%;
	z-index:2;
	overflow: auto;
	visibility: visible;
	border-color:#000000;
	border-style:dotted;	
}

#Messages {
	position:absolute;
	left:0%;
	top:81%;
	width:100%;
	height: 15%;
	z-index:2;
	overflow: none;
	visibility: visible;
}

#NavLogo {
	position:relative;
	left:15%;
	top:5%;
	width:60%;
	height: 25%;
	z-index:2;
	overflow: hidden;
	visibility: visible;
	background-color: #999999;
	text-align:center;
	vertical-align:middle;
	
	border-color:#580000;
	border-style:solid;
	
}

#NavButton {
	position:relative;
	left:15%;
	top:8%;
	width:60%;
	height: 25px;
	z-index:2;
	overflow: auto;
	visibility: visible;
	text-align:center;
	vertical-align:middle;
	
	border-bottom : solid 2px;
	border-top : solid 2px;
	border-color : #585858;
}
#NavButton:hover {
	border-bottom : solid 2px #585858;
	border-top : solid 2px #585858;
	color : #585858;
	padding : 3px 0px 3px 0px;
	
}

#Main {
	position:relative;
	left:20%;
	top:0px;
	width:79%;
	height: 96%;
	z-index:5;
	overflow: auto;
	visibility: visible;
	border-color:#000000;
	border-style:dotted;
	border-left-style:none;	
}

#Header {
	position:relative;
	left:0%;
	top:2%;
	width:100%;
	height: 20%;
	z-index:5;
	overflow: hidden;
	visibility: visible;
	
	text-align:center;	
}

#Facebook {
	position:absolute;
	left:80%;
	top:1%;
	width:20%;
	height: 40%;
	z-index:1;
	overflow: none;
	border-style:none;
	
}

#Text {
	position:relative;
	left:10%;
	top:2%;
	width:80%;
	height: 75%;
	z-index:5;
	overflow: no;
	visibility: visible;
	text-align:justify;
}

#Footer {
	position:relative;
	left:0%;
	top:0%;
	width:100%;
	height: 4%;
	z-index:6;
	overflow: hidden;
	visibility: visible;
	text-align:center;
}
#OuterPicture {
	position:relative;
	left:1%;
	top:10%;
	width:100%;
	height:80%;
	z-index:4;
	visibility: visible;
	overflow: hidden;
	background-attachment: fixed;
	text-align:center;
}
#InnerPicture {
	position:relative;
	left:0%;
	top:0%;
	width:100%;
	height:90%;
	z-index:4;
	visibility: visible;
	overflow: hidden;
	background-attachment: fixed;
	text-align:center;
}
.button {
	font-size: 15pt;
	font-family: verdana;
	font-style:bold;
	
	text-decoration: none;
}

a:link{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	
	font-size: 10pt;
	font-family: verdana;
	font-style:bold;
	color:#FFFFFF;
}
a:visited{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	
	font-size: 10pt;
	font-family: verdana;
	font-style:bold;
}

#Messages a:link{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	
	font-size: 14pt;
	font-family: verdana;
	font-style:bold;
	color:#FFFFFF;
}
#Messages a:visited{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	
	font-size: 14pt;
	font-family: verdana;
	font-style:bold;
}
h1{
	color: #FFFFFF;
	font-size: 20pt;
	font-family: verdana;
	font-style:bold;
}
.style1 {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: verdana;
	font-style:none;
}
.style2 {
	color: #000000;
	font-size: 10pt;
	font-family: verdana;
	font-style:none;
}

.style3 {
	color: #000000;
	font-size: 14pt;
	font-family: verdana;
	font-style:bold;
}