body {
	margin: 0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

a img {
	border-style: none;
}

h1 {
	padding: 0 20px 0 35px;
	font-size: 2.5em;
	letter-spacing: -.03em;
	line-height: 0.3em;
}

h2 {
	padding: 0 0 10px 0;
	font-size: 1.5em;
}

/* ################ Header ################  */

#header, #headerHP {
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background-image: url(../images/header-back.gif);
	background-repeat: repeat-x;
}

#headerContainer, #headerContainerHP {
	width: 980px;
	height: 55px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat
}

/* ################ Content ################  */

#content {
	float: left;
	width: 642px;
}

#contentHP {
	float: left;
	width: 354px;
}

.shadow .visitrelocate {
	width: 642px;
	height: 42px;
	padding-bottom: 15px;
	background-image: url(../images/section-top-visit-relocate.gif);
	background-repeat: repeat-x
}

.content {
}

.content h1 {
	padding: 0 20px 0 35px;
	font-size: 2.5em;
	letter-spacing: -.03em;
	line-height: 0.3em;
}

.content h2 {
	padding: 0 0 10px 0;
	font-size: 1.5em;
}

.content .entry {
	width: 550px;
	margin: 10px 0 0 35px;
	padding: 10px;
	text-align: justify;
	border-top: 1px solid #000000;
}

.content .entryHP {
	width: 450px;
	margin: 10px 0 0 35px;
	padding: 10px;
	color: #FFF;
	text-align: justify;
}

/* ################ Sidebar ################  */

#sidebar {
	float: right;
	width: 338px;
}

#sidebarHP {
	float: right;
	width: 450px;
}

#sidebar p {
	padding: 0 20px 5px 20px;
}

#sponsor {
	width: 338px;
	height: 283px;
	background-image: url(../images/sponsor-back.gif);
	background-repeat: repeat-x;
	text-align: center;
	z-index: -1000;
	padding-top: 18px;
}

#sponsorHP {
	width: 450px;
	height: 297px;
	background-image: url(../images/sponsor-back.gif);
	background-repeat: repeat-x;
	text-align: center
}

#sponsor img {
}

#sponsorList {
	margin: 15px;
	width: 300px;
	text-align: left;
}

#sponsorList a:link,a:visited
{
	text-decoration:none;
	padding: 5px;
	color: #FFFF00;
}

#sponsorList a:hover,a:active,a:focus
{
	text-decoration:none;
	padding: 5px;
	color: #FFF;
}

/* ################ Position ################  */

#all
{
	background:#fff;
	color: #000000;
	font-size: 0.75em;
	margin: 0 auto;
	width: 980px;
	padding: 0 0px 0px 0px;
	text-align: left;
}

/* ################ Footer ################  */

#footer {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/footer-back.gif);
	font-size: 12px;
}

#footerContainer {
	width: 980px;
	height: 62px;
	margin: 0 auto;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../images/footer-content-back.gif);
}

#copyright {
	padding: 20px 30px;
	text-align: left;
	font-size: 10px;
	color: gray;
}

#copyright a {
	color: gray;
	text-decoration: none;
}

/* ################ Menu ################  */

#menuContainer {
	width: 100%;
	height: 48px;
	margin: 0 auto;
	background-image: url(../images/nav-back.gif);
	background-repeat: repeat-x;
}

#MenuBarHorizontal {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 100%;
	cursor: default;
	width: 980px;
	background-image: url(../images/menu.jpg);
	height: 49px;
	position: relative;
	line-height: 1;
}

#MenuBarHorizontal a {
	color:#FFF;
	text-align:center;
	margin-left: 15px;
	background-image: url(../images/nav-line.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#MenuBarHorizontal  a:hover,a:active,a:focus {
	text-decoration:none;
	background: none;
	color:#FFFF00;
	background-image: url(../images/nav-line.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/* ################ Page ################  */

#page {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	overflow: visible;
}

#pageContainer {
	width: 980px;
	margin: -11px auto;
	padding: 0px 15px;
	background-image: url(../images/content-back.gif);
	background-repeat:repeat-y
}

#pageContainerHP {
	width: 980px;
	margin: 0 auto;
	padding: 0px 15px;
	background-image: url(../images/content-back-hp.gif);
	background-repeat:repeat-y
}

