
BODY {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND: #ddd;
	COLOR: #000;
	MIN-width: 640px;
	font-size: .85em;
	padding: 0px;
	margin: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

a:link
{
	color: #bfe09c;
}

a:visited
{
	color: #cccccc;
}

a:hover
{
	color: white;
}

img
{
	border: none;
}


#header-wrapper {
	position: relative;
	width: 100%;
}


body > #header-wrapper {
	position: fixed;
}


#header-center-wrapper {
	position: relative;
	margin: auto;
	width: 1100px;
	z-index: 10;
}

#header {
	position: relative;
	margin-left: -5px;
	width: 1100px;
	height: 120px;
	COLOR: #fff;
	background-image: url('../images/webpageImages/headerBackground.jpg');
	border-bottom: solid 2px #dceccc; 
	border-left: solid 5px black;
	border-right: solid 5px black;
}

#topLeftCorner {
	position: relative;
	float: left;
	margin-left: -5px;
	z-index: 10;
}

#topRightCorner {
	position: relative;
	float: right;
	margin-right: -5px;
	z-index: 10;
}

#headerBottomBorder {
	width: 1100px;
	height: 4px;
	background-color: black;
}

#logoArea
{
	float: left;
	width: 365px;
	height: 100px;
	padding-top: 5px;
	padding-left: 4px;
	margin-left: -50px;
}

#logo
{
	 height: 115px;  
}

/* Menu Area */
#menuArea
{
	float: left;
	margin-top: 10px;
	padding-left: 25px;
}


.menuLink
{
	float: left;
	margin: 1px;
	cursor: pointer;
}




/* END HEADER *************************/


#content {
	margin: 0px auto; 
	width: 1100px;
	height: 100%;
	background-image: url('../images/webpageImages/contentBackground.jpg');
	background-repeat: repeat-x;
	border-left: solid 5px black;
	border-right: solid 5px black;
	padding-top: 120px;
}


#footer-wrapper {
}

#footer {
	margin-bottom: 0px;
	height: 16px;
	background: black;
	color: #dddddd;
	font-size: .7em;
	width: 1100px;
	padding-top: 4px;
}


a.jgDesign:link
{
	color: #bfe09c;
}

a.jgDesign:visited
{
	color: #cccccc;
}

a.jgDesign:hover
{
	color: white;
}

#loadingDiv {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	background: #222222;
	z-index: 100;
}

#loadingMsg {
	margin: auto;
	padding-left: 250px;
	margin-top: 350px;
	width: 250px;
	font-size: 2.5em;
	color: white;
}


