body 
{
	font-family: Helvetica, Arial, "Times New Roman", sans-serif;
	font-size: 14px;
	margin: 0;
	background-image: url('images/body-bg.jpg');
	background-repeat: repeat-x;
}

img {border: 0;}
p {line-height: 1.5em;}
ul {line-height: 1.4em; }
blockquote{font-size: 16px; line-height: 1.5em; padding: 5px; background-color: #EEEEEE; font-weight: bold; text-align: center;}


#header
{
	width: 900px;
	margin: 0 auto;
	height: 110px;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
}
#logo 
{
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 150px;
}
#top-right-header
{
	float: right;
	width: 300px;
	height: 75px;
	margin-top: 20px;
}
#global-nav-container
{
	height: 62px;
	width: 757px;
	font-size: 12px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	left: -20px;
	top: 30px;
	background-image: url('images/global-nav-bg.jpg');
	background-repeat: no-repeat;
}
#global-nav {position: relative; top: 20px;}
#global-nav ul {display: inline; list-style: none;}
#global-nav ul li {display: inline; margin-left: 5px; margin-right: 5px; }

#global-nav a {color: #FFF; text-decoration: none; font-weight: bold;}
#global-nav a:hover {color: #0054A5; text-decoration: underline;}

#content-container
{
	width: 900px;
	margin: 0 auto;
	
}

#main-content-container
{
	min-height: 500px;
	width: 600px;
	float: left;
}
#main-content
{
	padding: 10px;
	margin-right: 40px;
	margin-top: 80px;
	text-align: justify;
}

#sidebar-content
{
	width: 300px;
	float: left;
	min-height: 500px;
	position: relative;
	top: -40px;

}



#footer
{
	background-image: url('images/footer-bg.jpg');
	height: 178px;
	background-repeat: repeat-x;
}
#footer-content
{
	background-image: url('images/footer-bg-thumbprint.jpg');
	background-repeat: no-repeat;
	width: 955px;
	height: 134px;
	position: relative;

	text-align: center;
	margin: 0 auto;
}
#below-footer
{
	width: 955px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: -30px;
}
.clear { clear: both}





