#wrap {
	background-color: #900;
	border: 4px solid #FFFFFF;
	margin: auto;
	width: 980px;
}
body {
	margin-top: 5px;
	background-image: url(../graphics/bkng2.jpg);
	background-repeat: repeat;
}
#logoBar {
	height: 175px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #1E409A;
	text-align: center;
	line-height: 40px;
	padding: 0px;
}
#navigation {
	height: 20px;
	width: 98%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeFacebook {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	width: 400px;
	position: absolute;
	left: 500px;
	top: 0px;
}
#pageContent {
	/* [disabled]height: 500px; */
	width: 960px;
	position: relative;
	left: 12px;
	top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #900;
}

#show {
	width: 475px;
}
#footer {
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-image: url(http://consols.net/graphics/aMade.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 30px;
	position: relative;
}
.bigFooter {
	font-size: 24px;
}

#content {
	text-align: justify;
	width: 95%;
	margin: 0px;
	padding: 20px;
}
.icons {
	padding-top: 10px;
	padding-bottom: 8px;
}
.homeText {
	padding: 10px;
}

a.linkGlobal:link {
	color: #090;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}
a.linkGlobal:visited {
	color: #090;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}
a.linkGlobal:hover {
	color: #00F;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}
a.linkGlobal:active {
	color: #090;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}
a.linkSmall:link {
	color: #03C;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
linkSmall:visited {
	text-decoration: none;
	font-weight: bold;
	color: #03C;
	font-size: 10px;
}
linkSmall:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #060;
	font-size: 10px;
}
linkSmall:active {
	text-decoration: none;
	font-weight: bold;
	color: #03C;
	font-size: 10px;
}
.required {
	font-weight: bold;
	color: #F00;
}